Skip to content

Commit

Permalink
v0.0.20 FAST: PubMed Query -> Downloaded PMIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvklopfenstein committed Sep 26, 2021
1 parent e04a7c5 commit d8946ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Summary

* [**Unreleased**](#unreleased)
* [**Release 2021-09-26 v0.0.20**](#release-2021-09-26-v0020) Improved speed for downloading PMIDs returned from a PubMed query
* [**Release 2021-09-18 v0.0.19**](#release-2021-09-18-v0019) Added CITATION.cff and Google Search Console tag
* [**Release 2021-09-05 v0.0.18**](#release-2021-09-05-v0018)
* 4x speed improvement when downloading papers, citations, and references; removed `PubMedQueryToICite` arg `prt_icitepy`
Expand All @@ -25,6 +26,9 @@

### Unreleased

### Release 2021-09-26 v0.0.20
* Massive speed increase of downloading PMIDs returned from a PubMed query by downloading 1,000 PMIDs at a time #81a6cd8 #e04a7c5

### Release 2021-09-18 v0.0.19
* Add CITATION.cff file
* Added Google Search Console tag
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_long_description():
setup(
name=NAME,
## version=versioneer.get_version(),
version='0.0.19',
version='0.0.20',
author='DV Klopfenstein',
author_email='[email protected]',
## cmdclass=versioneer.get_cmdclass(),
Expand Down
2 changes: 1 addition & 1 deletion src/pmidcite/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version of pmidcite project"""

__version__ = '0.0.19'
__version__ = '0.0.20'

0 comments on commit d8946ab

Please sign in to comment.