From f4437c0274951aa2e9b5f54d960bae638dfcfe8b Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 15 Dec 2020 03:15:55 +0100 Subject: cleanup --- docs/known_issues.md | 33 --------------------------------- fuzzycat/__main__.py | 4 +++- notes/known_issues.md | 33 +++++++++++++++++++++++++++++++++ setup.py | 2 -- 4 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 docs/known_issues.md create mode 100644 notes/known_issues.md diff --git a/docs/known_issues.md b/docs/known_issues.md deleted file mode 100644 index b27d9f5..0000000 --- a/docs/known_issues.md +++ /dev/null @@ -1,33 +0,0 @@ -# Known issues - -Both the clustering and verification stage are not perfect. Here, some known -cases are documented. - -# Clustering - -# Verification - -## A new approach to fault-tolerant wormhole routing for mesh-connected parallel computers - -* https://fatcat.wiki/release/izaz6gjnfzhgnaetizf4bt2r24 -* https://fatcat.wiki/release/vwfepcqcdzfwjnsoym7o5o75yu - -## Book-Chapter yields VERSIONED DOI - -``` -$ python -m fuzzycat verify-single | jq . -{ - "extra": { - "q": "https://fatcat.wiki/release/search?q=Beardmore" - }, - "a": "https://fatcat.wiki/release/zrkabzp4vjbwfdixvjkohgeh3a", - "b": "https://fatcat.wiki/release/ojcucauvkvhg5cazfhzplcot7q", - "r": [ - "strong", - "versioned_doi" - ] -} -``` - -* https://fatcat.wiki/release/zrkabzp4vjbwfdixvjkohgeh3a (book) -* https://fatcat.wiki/release/ojcucauvkvhg5cazfhzplcot7q (chapter) diff --git a/fuzzycat/__main__.py b/fuzzycat/__main__.py index 23009d3..cf29eaa 100644 --- a/fuzzycat/__main__.py +++ b/fuzzycat/__main__.py @@ -1,13 +1,15 @@ #!/usr/bin/env python """Usage: fuzzycat COMMAND [options] -Commands: cluster, verify +Commands: cluster, verify, verify-single Run, e.g. fuzzycat cluster --help for more options. Example: $ zstdcat -T0 release_export_expanded.json.zst | parallel --tmpdir /fast/tmp --roundrobin --pipe -j 4 | python -m fuzzycat.main cluster --tmpdir /fast/tmp -t tnorm > clusters.jsonl + +TODO: add docs. """ import argparse diff --git a/notes/known_issues.md b/notes/known_issues.md new file mode 100644 index 0000000..b27d9f5 --- /dev/null +++ b/notes/known_issues.md @@ -0,0 +1,33 @@ +# Known issues + +Both the clustering and verification stage are not perfect. Here, some known +cases are documented. + +# Clustering + +# Verification + +## A new approach to fault-tolerant wormhole routing for mesh-connected parallel computers + +* https://fatcat.wiki/release/izaz6gjnfzhgnaetizf4bt2r24 +* https://fatcat.wiki/release/vwfepcqcdzfwjnsoym7o5o75yu + +## Book-Chapter yields VERSIONED DOI + +``` +$ python -m fuzzycat verify-single | jq . +{ + "extra": { + "q": "https://fatcat.wiki/release/search?q=Beardmore" + }, + "a": "https://fatcat.wiki/release/zrkabzp4vjbwfdixvjkohgeh3a", + "b": "https://fatcat.wiki/release/ojcucauvkvhg5cazfhzplcot7q", + "r": [ + "strong", + "versioned_doi" + ] +} +``` + +* https://fatcat.wiki/release/zrkabzp4vjbwfdixvjkohgeh3a (book) +* https://fatcat.wiki/release/ojcucauvkvhg5cazfhzplcot7q (chapter) diff --git a/setup.py b/setup.py index e1c224b..d8d2f28 100644 --- a/setup.py +++ b/setup.py @@ -31,8 +31,6 @@ with open("README.md", "r") as fh: "pydantic", "toml", "unidecode>=0.10", - # "fatcat-openapi-client", - # "simhash", ], extras_require={"dev": [ "ipython", -- cgit v1.2.3