aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: add .swp (vim)Bryan Newbold2020-11-101-0/+4
|
* make: run pytest over fuzzycat/ to catch inline testsBryan Newbold2020-11-101-3/+3
|
* add support for key denylistBryan Newbold2020-11-103-4/+574
| | | | | | | | | | | This is to filter out cluster rows where the resulting key is in a given text file (one key per line). The intent is to filter out records with either poor metadata, or very generic metadata, for fuzzy matching. Eg, in many cases it is better to just not try matching "Letter to the Editor" to any record. This won't always be the case; we might have journal, volume, issue, and page, which would allow a match. So this can be specified on the command line.
* cluster notesMartin Czygan2020-11-112-0/+73
|
* verify stubMartin Czygan2020-11-112-21/+8
|
* specify result schemaMartin Czygan2020-11-111-0/+15
|
* fix slugMartin Czygan2020-11-101-1/+1
|
* add tss optionMartin Czygan2020-11-101-1/+1
|
* fix importMartin Czygan2020-11-101-1/+1
|
* python 3 has ascii_lettersMartin Czygan2020-11-101-1/+1
|
* fix import and styleMartin Czygan2020-11-101-0/+4
|
* add tss key optionMartin Czygan2020-11-103-14/+33
|
* cleanup mypy cacheMartin Czygan2020-11-101-0/+1
|
* save a bit of spaceMartin Czygan2020-11-071-1/+1
|
* remove progress indicatorMartin Czygan2020-11-071-3/+1
|
* emit title slugMartin Czygan2020-11-071-1/+1
|
* we need to build a list first, then convert into dbMartin Czygan2020-11-071-30/+18
|
* wip: aux lists and dbsMartin Czygan2020-11-074-9/+161
|
* update depsMartin Czygan2020-11-072-1/+325
|
* add type annotationsMartin Czygan2020-11-064-17/+26
|
* update pipfileMartin Czygan2020-11-062-6/+77
|
* define a result typeMartin Czygan2020-11-051-4/+12
|
* fix importMartin Czygan2020-11-051-1/+1
|
* add pyproject.tomlMartin Czygan2020-11-052-7/+33
|
* update PipfileMartin Czygan2020-11-052-55/+218
|
* fix isort invocationMartin Czygan2020-11-051-1/+1
|
* update setup.pyMartin Czygan2020-11-051-2/+3
|
* apply stylesMartin Czygan2020-11-052-2/+3
|
* add pydantic dependencyMartin Czygan2020-11-052-6/+16
|
* drop unused nameMartin Czygan2020-11-051-1/+1
|
* drop continueMartin Czygan2020-11-051-1/+0
|
* update use casesMartin Czygan2020-11-051-0/+4
|
* update docsMartin Czygan2020-11-052-2/+20
|
* add noteMartin Czygan2020-11-051-1/+1
|
* update READMEMartin Czygan2020-11-051-0/+24
|
* update READMEMartin Czygan2020-11-051-1/+1
|
* update depsMartin Czygan2020-11-052-6/+104
|
* add -P profile flagMartin Czygan2020-11-051-2/+21
|
* improve loggingMartin Czygan2020-11-052-6/+18
|
* README should not be notesMartin Czygan2020-11-052-178/+231
|
* add cluster testsMartin Czygan2020-11-053-23/+125
|
* fix flag issuesMartin Czygan2020-11-052-4/+2
|
* move verbose to loggingMartin Czygan2020-11-051-5/+2
|
* line issueMartin Czygan2020-11-051-0/+1
|
* add testsMartin Czygan2020-11-055-23/+86
|
* address pylint issuesMartin Czygan2020-11-045-21/+30
|
* ignore missing column valuesMartin Czygan2020-11-041-2/+5
|
* log failed lineMartin Czygan2020-11-041-1/+1
|
* debug: outputMartin Czygan2020-11-041-0/+2
|
* readabilityMartin Czygan2020-11-041-1/+1
|