v1.4.0
What's Changed
- Semantic scholar failure message readability by @jamesbraza in #29
- Handling when
{"openAccessPdf": None}
withopenaccess_scraper
by @jamesbraza in #28 - Newer
black
and ran on all files by @jamesbraza in #30 - Addition of
ruff
,codespell
,toml-sort
by @jamesbraza in #31 - Decomposing
parse_semantic_scholar_metadata
and exposingdefault_scraper
callback by @jamesbraza in #32 - Introducing basic CI pipeline by @jamesbraza in #33
- Fixing erroneous parenthesis from #32 by @jamesbraza in #34
- Encapsulating scraping from
a_search_papers
toScrape
itself by @jamesbraza in #36 - Type hinted the scrapers, using
r.ok
over200
comparison by @jamesbraza in #37 - Migrating from
setup.py
topyproject.toml
by @jamesbraza in #35 - Fixing CI after #35 by @jamesbraza in #38
Full Changelog: v1.3.2...v1.4.0