Releases: scholarly-python-package/scholarly
Releases · scholarly-python-package/scholarly
Release list
v1.7.11
v1.7.10
Bugfix
- Handle any gap years when filling citation counts per year (#481)
Improvement
- Use a default, fixed user agent if
fake-useragentcannot be imported.
v1.7.10-alpha
Improvement
Handle errors that may come from old version of fake-useragent.
v1.7.9
Merge pull request #479 from scholarly-python-package/develop Handle 302 redirect
v1.7.8
Bugfix
Changes in v1.7.7 made the library incompatible with ScraperAPI method. This patch fixes this issue (#477)
v1.7.7
Improvements
Change the underlying library from requests to httpx. This largely solves #465 for the time being at least.
v1.7.6
#Bugfix
- Handles the breaking change in a dependence (free-proxy) (#454 , #458 )
- Fixes the bug in citedby function (#453) thanks the fix from @guicho271828
v1.7.5
Bugfix
- fix sameSite cookie issue (#196)
- version limit free-proxy in setup.py
v1.7.4
Bugfixes
- includes a hotfix for backward incompatibility for one of the dependencies
- minor reorganization to unit tests
v1.7.3
Improvement
search_citedbycan fetch more than 1000+ citations. The improved implementation gets around Google Scholar's limitation of displaying only 1000 citations. Thanks to @jjshoots for noticing this problem and raising a PR. #449 #446url_related_articleswill be populated with the more useful link when more than one are available on Google Scholar.
Bugfix
search_keywordandsearch_keywordscan take labels that are composed of multiple words. #437