Skip to content

Releases: scholarly-python-package/scholarly

v1.7.11

16 Jan 22:00
9269ff3
Compare
Choose a tag to compare

Improvements

  • Handle redirects from using approximate or outdated scholar_id values in search_author_id query (#469)

Bugfix

  • ScraperAPI premium parameters are now respected

v1.7.10

14 Jan 05:10
00cf1d8
Compare
Choose a tag to compare

Bugfix

  • Handle any gap years when filling citation counts per year (#481)

Improvement

  • Use a default, fixed user agent if fake-useragent cannot be imported.

v1.7.10-alpha

04 Jan 22:20
84f9e26
Compare
Choose a tag to compare
v1.7.10-alpha Pre-release
Pre-release

Improvement

Handle errors that may come from old version of fake-useragent.

v1.7.9

28 Dec 19:51
80aad41
Compare
Choose a tag to compare
Merge pull request #479 from scholarly-python-package/develop

Handle 302 redirect

v1.7.8

28 Dec 05:53
aa707d1
Compare
Choose a tag to compare

Bugfix

Changes in v1.7.7 made the library incompatible with ScraperAPI method. This patch fixes this issue (#477)

v1.7.7

28 Dec 00:31
8630f8d
Compare
Choose a tag to compare

Improvements

Change the underlying library from requests to httpx. This largely solves #465 for the time being at least.

v1.7.6

18 Dec 02:35
f5b24dd
Compare
Choose a tag to compare

#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

30 Nov 16:36
1851dc8
Compare
Choose a tag to compare

Bugfix

  • fix sameSite cookie issue (#196)
  • version limit free-proxy in setup.py

v1.7.4

15 Nov 23:20
e00d0eb
Compare
Choose a tag to compare

Bugfixes

  • includes a hotfix for backward incompatibility for one of the dependencies
  • minor reorganization to unit tests

v1.7.3

20 Oct 19:56
970d225
Compare
Choose a tag to compare

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 #446
  • url_related_articles will be populated with the more useful link when more than one are available on Google Scholar.

Bugfix

  • search_keyword and search_keywords can take labels that are composed of multiple words. #437