Releases: scholarly-python-package/scholarly
Releases · scholarly-python-package/scholarly
v1.7.11
v1.7.10
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
v1.7.7
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
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_citedby
can 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_articles
will be populated with the more useful link when more than one are available on Google Scholar.
Bugfix
search_keyword
andsearch_keywords
can take labels that are composed of multiple words. #437