aboutsummaryrefslogtreecommitdiffstats
path: root/fuzzycat/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* move initialization closer to useMartin Czygan2021-02-021-1/+1
|
* fix line reading from bytesMartin Czygan2021-02-021-3/+16
|
* add shellout helperMartin Czygan2021-02-021-0/+54
|
* add compress kwarg to clusterMartin Czygan2021-02-021-0/+22
| | | | Will compress intermediate results with zstd (https://git.io/Jt00y9).
* add casesMartin Czygan2021-01-041-0/+7
|
* fix cmdline toolMartin Czygan2020-12-151-10/+8
|
* fix verificationMartin Czygan2020-12-151-5/+6
|
* single item verificationMartin Czygan2020-12-151-0/+34
|
* verify: move out some code to utilsMartin Czygan2020-12-141-2/+22
|
* update docsMartin Czygan2020-12-121-1/+6
|
* fix importsMartin Czygan2020-12-121-1/+1
|
* add generic doi version caseMartin Czygan2020-12-111-0/+14
|
* verify: bsi undatedMartin Czygan2020-12-011-0/+9
|
* add another caseMartin Czygan2020-12-011-1/+1
|
* figshare fixMartin Czygan2020-11-261-2/+2
|
* add another test caseMartin Czygan2020-11-251-2/+2
|
* move helpers to utilsMartin Czygan2020-11-251-0/+23
|
* move enums into commonMartin Czygan2020-11-251-2/+2
|
* apply formattingMartin Czygan2020-11-251-2/+2
|
* extend testsMartin Czygan2020-11-251-0/+43
|
* extend test coverageMartin Czygan2020-11-251-0/+26
|
* cleanupMartin Czygan2020-10-211-249/+0
|
* large overhaulMartin Czygan2020-08-171-2/+2
| | | | | | * separate all fatcat related code into fatcat submodule * more type annotations * add verify_serial_name for journal names
* cleanup handling: add parameterMartin Czygan2020-08-151-0/+3
| | | | allow string cleanup be called directly
* issn: generate a name to issn mappingMartin Czygan2020-08-121-0/+16
| | | | | | | | | | This allows to make suggestions about potentially ambiguous titles. Maybe suggest a minimal length. Ultimately, there are only about 2M journal titles. If an arbitrary string must match a journal title (not a generic container title), then we can use a combination of direct lookup; plus some extra processing based on this dataset.
* switch to yapfMartin Czygan2020-08-121-3/+0
|
* utils: fix importsMartin Czygan2020-08-121-1/+1
|
* import utility functionsMartin Czygan2020-08-121-0/+151
|
* add basic str utilsMartin Czygan2020-08-121-0/+82