Releases: jannisborn/paperscraper
Releases · jannisborn/paperscraper
v0.3.3
What's Changed
- Deploy docs by @jannisborn in #87
- feat: chemrxiv API much faster by @jannisborn in #89
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Update pdf.py by @MoonDavid in #82
- Chemrxiv limit by @jannisborn in #84
- prepare 0.3.2 by @jannisborn in #86
New Contributors
- @MoonDavid made their first contribution in #82
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Load API keys automatically from
.envfile if available -- by @jannisborn in #77 - Optionally download bioRxiv PDFs via requester-pays S3 bucket -- by @jannisborn in #80
Pre-release
- Selflink by @jannisborn in #76
- Homogenize self citation/reference client by @jannisborn in #78
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Citations of a paper can now be retrieved from a DOI by @jannisborn in #73
- Full text download fallback implementation by @mathinic in #72
New Contributors
Full Changelog: v0.2.16...v0.3.0
v0.2.16
What's Changed
- feat: support retries for chemrxiv api by @jannisborn in #66
- BREAKING CHANGE: Homogenize the usage of begin_date instead start_date by @jannisborn in #69
- Ensure unique DOI from PubMed API by @jannisborn in #71
- More robust PubMed requests (bumped pymed-paperscraper dependency)
Full Changelog: v0.2.15...v0.2.16
v0.2.15
What's Changed
- feat: support scraping arxiv entirely by @jannisborn in #64
- feat: support date search in arxiv by @jannisborn in #63
- feat: Journal Impact factors are now up to date until 2024 @jannisborn in #55
- feat:
paperscraper.pdf.save_pdfcan now also save paper metadata in json format by @jannisborn in #57
Pre-releases:
- Adding support for self-referencing (#59) by @jannisborn in #60
- Base setup for self-linking by @jannisborn in #61
Full Changelog: v0.2.14...v0.2.15
v0.2.14
What's Changed
- Refactor to pymed-paperscraper as dependency by @jannisborn in #53
- Support and Tests for higher Python versions by @jannisborn in #48
- Expand unit tests by @jannisborn in #49
- doc: Basic mkdocs setup by @jannisborn in #50
- Add codespell support (config, workflow to detect/not fix) and make it fix few typos by @yarikoptic in #54
New Contributors
- @yarikoptic made their first contribution in #54
Full Changelog: v0.2.13...v0.2.14
v0.2.13
v0.2.12
What's Changed
- chore(deps): bump requests from 2.31.0 to 2.32.0 by @dependabot in #42
- add retry logic in XRXivApi to tackle request timed out by @memray in #43
New Contributors
Full Changelog: v0.2.11...v0.2.12
v0.2.11
What's Changed
- fix: lower default max_results in PubMed by @jannisborn in #41
Full Changelog: v0.2.10...v0.2.11