* Allow for the LIGHT view in `AffiliationRetrieval()` to retrieve fewer information. * Allow for the METRICS, LIGHT and STANDARD views in `AuthorRetrieval()` to retrieve fewer information. * In `AuthorRetrieval().h_index` and `AuthorRetrieval().coauthor_count`, return `None` instead of 0 as default value.
2.9
~~~
2021-02-11
* New class `SubjectClassifications()` to interact with the Subject Classifications API. * In `CitationOverview()`, add optional parameter `citation` to allow for exlusion of self-citations or those of books. * Fix links in class docstrings.
2.8
~~~
2021-01-28
* Class `ContentAffiliationRetrieval()` has been renamed to `AffiliationRetrieval()`; `ContentAffiliationRetrieval()` will remain until 3.0 but it will raise a Warning. * Add parameter `years` to `SerialTitle()`, to retrieve journal metrics for specific years. * Fix documentation on InstToken. * Fix bug with reading empty queries.
2.7.2
~~~~~
2020-12-08
* Fix bug with writing empty results of search classes. * In `AuthorRetrieval()`, allow for kwds to be passed on to the retrieval. * Update some documentation w.r.t. to differences between the API and the website.
2.7.1
~~~~~
2020-11-30
* Always dump minified json. * Introduce new exceptions: Scopus413Error and Scopus502Error. * Change print dunder functions to allow for singleton counts. * In `ScopusSearch()`, respect 'count' argument when passed as keyword. * Update some documentation and fix internal links. * In `AuthorRetrieval()`, fix bug with private variable.
2.7
~~~
2020-09-25
* Introduce new exception: Scopus414Error. * In `AuthorRetrieval()`, add new property `.alias`. * In `AbstractRetrieval()`, add new properties `.subtype` and `.subtypedescription`. * Fix bug with kwds in all search classes accidentally not passed on requests.