-
Notifications
You must be signed in to change notification settings - Fork 29
/
changelog.txt
68 lines (50 loc) · 1.52 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# PyScopus CHANGELOG
## 1.0.3a2 - 01/26/2019
### Improved
- return fewer information for author retrieval to make it easier
## 1.0.3a1 - 01/26/2019
### Add
- Add affiliation retrieval
### Improved
- Add download optino for JSON files when retrieving abstracts
- Add view for abstracts
## 1.0.1 - 10/09/2018
### Improved
- Add a new function to retrieve/search serial title metadata
## 1.0.0a1 - 02/06/2018
### Bug
- Solved author search affiliation problem
## 0.9.0rc3 - 01/05/2018
### Improved
- Add full text link and author list when searching for articles
## 0.9.0rc2 - 12/29/2017
### Improved
- Correction of start index when performing searches
- Fix bugs on print/starting index
## 0.8rc5 - 12/28/2017
### Improved
- Improve: Compatible with Python 3.6 and fixed bugs on imports
- Website updated.
## 0.8rc2 - 09/07/2017
### Improved
- An authorized API key is used for debugging.
- Website updated.
## 0.8rc1 - 03/15/2017
### Improved
- Use requests and pandas package to improve code
### TODO
- No api key to examine citation retrieval currently.
## 0.7.3 - 02/13/2017
### Added (originally in 12/06/2016)
- 'search()', which is a generic search method for documents matching the
input keywords
### Removed
- 'verbose=False' argument in API methods
## 0.7.2.post2 - 10/04/2016
### Added
- 'retrieve_abstract()'
### Removed
- 'search_abstract()'
### Improved
- Allow users to save xml files for both abstract and author retrieval xml files.
- Display unicodes when searching, instead of ignoring and force them into ascii encoding.