forked from bbolker/scholar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
42 lines (26 loc) · 1.11 KB
/
NEWS
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
scholar 0.1.3 (28 September 2015)
---------------
* Added a `get_article_cite_history` function to get the citation
history of a single article (#6, thanks @mkiang)
* Added a `pagesize` argument to `get_publications`. By default 100
publications will be fetched.
* Added an option to flush cache in `get_publications`
* Improved performance of large numbers of publications (#15, thanks
@jefferis)
* Improved documentation
scholar 0.1.2 (22 August 2014)
---------------
* Updated functions to work with new Google Scholar layout
* Added a CITATION file
* Added the publication id to `get_publications` (thanks @dfalster)
scholar 0.1.1
---------------
* Fixed bug with incorrect parsing of profile summary table (#2)
* `predict_h_index` now predicts a scholar's h-index for every year in
the next ten years, not just at 1, 5, and 10 year intervals. Thanks
to Daniel Acuna for providing the necessary regression coefficients.
scholar 0.1.0
---------------
* initial release
* get profile and publications data for researchers on Google Scholar
* compare multiple scholars and predict future h-index values