Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove deprecated extid sqlite3 lookup table feature from importers | Bryan Newbold | 2021-11-09 | 1 | -2/+0 |
| | | | | | | | | This was used during initial bulk imports, but is no longer used and could create serious metadata problems if used accidentially. In retrospect, it also made metadata provenance less transparent, and may have done more harm than good overall. | ||||
* | fmt (black): tests/ | Bryan Newbold | 2021-11-02 | 1 | -31/+58 |
| | |||||
* | python: isort everything | Bryan Newbold | 2021-11-02 | 1 | -2/+2 |
| | |||||
* | lint: simple, safe inline lint fixes | Bryan Newbold | 2021-11-02 | 1 | -11/+11 |
| | | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc | ||||
* | add 'lxml' mode for large XML file import, and multi-tags | Bryan Newbold | 2020-12-17 | 1 | -2/+2 |
| | |||||
* | lint (flake8) python test files | Bryan Newbold | 2020-07-01 | 1 | -4/+3 |
| | |||||
* | pubmed: handle multiple ReferenceList | Bryan Newbold | 2020-03-20 | 1 | -0/+12 |
| | | | | | | | This resolves a situation noticed in prod where we were only importing/updating a single reference per article. Includes a regression test. | ||||
* | add regression test for medlinedate -> year parsing | Bryan Newbold | 2019-12-23 | 1 | -0/+7 |
| | |||||
* | faster LargeFile XML importer for PubMed | Bryan Newbold | 2019-05-29 | 1 | -3/+3 |
| | |||||
* | updates to pubmed importer | Bryan Newbold | 2019-05-21 | 1 | -4/+45 |
| | |||||
* | tweaks to new imports/tests | Bryan Newbold | 2019-05-21 | 1 | -2/+2 |
| | |||||
* | initial pubmed importer | Bryan Newbold | 2019-05-21 | 1 | -0/+80 |