Skip to content

Releases: jannisborn/paperscraper

v0.2.3

19 Apr 13:53
Compare
Choose a tag to compare

What's Changed

  • fix: preprint['id'] should be preprint['item']['id'] by @oppih in #22

Full Changelog: v0.2.2...v0.2.3

v0.2.2

17 Apr 18:38
8bd4532
Compare
Choose a tag to compare

What's Changed

  • refactor: extraction of published DOI/URL by @oppih in #21

New Contributors

  • @oppih made their first contribution in #21

Full Changelog: 0.2.1...v0.2.2

0.2.1 Streamline .jsonl handling (saving/loading)

01 Dec 23:36
31abb49
Compare
Choose a tag to compare

This version streamlines the handling of .jsonl files throughout the package. It removes an inconsistency between the arxiv/pubmed and the biorxiv/chemrxiv/medrxiv entry points where the former would dump the papers one string per line and the latter dumps it as one dict (json) per line.
Thanks @juliusbierk for pointing this out.

What's Changed

New Contributors

Full Changelog: 0.2.0...0.2.1

0.2.0 - Integrate chemRxiv API from Open Engage

17 Oct 21:58
d84bdce
Compare
Choose a tag to compare

What's Changed

  • 0.2.0 - Chemrxiv engage api by @jannisborn in #18
  • Bring back the support of chemrxiv
  • Extend functionalities compared to old figshare API (more searchable fields)

Full Changelog: 0.1.1...0.2.0

0.1.1 - Reflect ChemRxiv API shutdown

09 Oct 11:49
3dae007
Compare
Choose a tag to compare

Release 0.1.1 to reflect ChemRxiv API shutdown

What's Changed

  • ChemRxiv update by @jannisborn in #16:

    • Decided to keep the chemrxiv-related code in the package to ensure backwards compatibility.
    • attempting to download the latest chemrxiv dump (paperscraper.get_dumps.chemrxiv) will now be denied by ConnectionRefusedError
    • Loading the package still tries to find a local chemrxiv dump. If one is available, package behaves as before (i.e., existing local chemrxiv dumps will continue to be fully searchable with all associated functionalities)
    • If no chemrxiv dump is available, package silently proceeds (no logging, since this is the new default, closing #13)
    • Improved dump loading in case the .jsonl files are empty or faulty (fixes #15)
    • README description with details about chemrxiv migration from figshare to Endorse
    • added badges about download statistics
  • ci: switch from travis to GA by @jannisborn in #12

    • PyPI releases now triggered with releases instead of tags

Full Changelog: 0.1.0...0.1.1