Skip to content

Commit 25a0efc

Browse files
committed
Update CHANGELOG
1 parent 8fdcda1 commit 25a0efc

1 file changed

Lines changed: 65 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 65 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,99 @@
11
# CHANGELOG
22

3+
## Changes in v1.7.0
4+
5+
### Features
6+
- Add a new `citation` entry to `pub` fetched from an author profile with formatted citation entry #423.
7+
8+
### Bugfixes
9+
- Fix pprint failures on Windows #413.
10+
- Thoroughly handle 1000 or more publications that are available (or not) according to public access mandates #414.
11+
- Fix errors in `download_mandates_csv` that may occassionally occur for agencies without a policy link #413.
12+
13+
## Changes in v1.6.3
14+
15+
### Bugfix
16+
- search_pubs method did not respect include_last_year, which is now fixed #420, #421.
17+
18+
### Enhancement
19+
- Unit tests involving funding agency mandates are a bit more robust.
20+
21+
## Changes in v1.6.2
22+
23+
### Bugfix
24+
- Fix an error in the workflow publishing to PyPI.
25+
26+
## Changes in v1.6.1
27+
28+
### Bugfix
29+
- Handle 1000 or more publications that are available (or not) according to public access mandates #414.
30+
31+
### Enhancement
32+
- Fetch 20+ coauthors without requiring geckodriver/chrome-driver to be installed #411.
33+
34+
## Changes in v1.6.0
35+
36+
### Features
37+
- Download table of funding agencies as a CSV file with URL to the funding mandates included
38+
- Downlad top-ranking journals in general, under sub-categories and in different languages as a CSV file
39+
40+
### Bugfixes
41+
- #392
42+
- #394
43+
44+
## Changes in v1.5.1
45+
46+
### Feature
47+
- Support chromium (chrome-driver) as an alternative to geckodriver #387
48+
49+
### Improvements
50+
- Firefox/Geckodriver operates in headless mode
51+
- Increase test coverage to include all public APIs
52+
- Clean up legacy code and improve coding styles
53+
- Remove the use of deprecated functions in dependency packages
54+
55+
### Bugfix
56+
- Stop attempting to reuse a closed webdriver
57+
358
## Changes in v1.5.0
4-
## Features
59+
### Features
560
- Fetch the public access mandates information from a Scholar profile and mark the publications whether or not they satisfy the open-access mandate.
661
- Fetch an author's organization identifer from their Scholar profile
762
- Search for all authors affiliated with an organization
863
- Fetch homepage URL from a Scholar profile
9-
## Enhancements
64+
### Enhancements
1065
- Make `FreeProxies` more robust
1166
- Stop the misleading traceback error message #313
12-
## Bugfixes
67+
### Bugfix
1368
- Fix bug in exception handling #366
1469
---
1570
## Changes in v1.4.4
16-
## Bugfix
71+
### Bugfix
1772
- Fix a bug that would have prevented setting up ScraperAPI with exactly 1000 successful requests during the first week of the trial #356
18-
## Enhancement
73+
### Enhancement
1974
- Use FreeProxy instead of premium proxy servers when possible
2075
---
2176
## Changes in v1.4.3
22-
## Bugfix
77+
### Bugfixes
2378
- Fill the complete title of publications even if it appears truncated
2479
- Robustly handle exceptions when more than 20 coauthors of a scholar cannot be fetched
2580
---
2681
## Changes in v1.4.2
27-
## Bugfix
82+
### Bugfix
2883
- ScraperAPI proxy works reliably
2984
---
3085
## Changes in v1.4.0
31-
## Features
86+
### Features
3287
- Fetch the complete list of coauthors #322
3388
- Fetch all citeids for a given publication #324
3489
- Make scholarly objects inherently serializable #325
3590
- Expose scholarly specific exceptions #327
36-
## Bugfixes
91+
### Bugfixes
3792
- Test Tor on macOS and skip the test if tor is not installed #323
3893
- Get cites_id and citedby_url without having to fill the publication #328
3994
---
4095
## Changes in v1.3.0
41-
## Features
96+
### Features
4297
- Make the Author and Publication objects serializable
4398
- Make `cites_id` a list to allow for multiple values
4499
- Fetch all (more than 20) coauthors from a Scholar profile

0 commit comments

Comments
 (0)