Skip to content

Commit ef284c1

Browse files
Changes in 3.6
1 parent 8657035 commit ef284c1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

meta/CHANGES.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ Change Log
33

44
.. toctree::
55

6+
3.6
7+
~~~
8+
9+
2023-12-08
10+
11+
* In `AbstractRetrieval(view="FULL").references`, return all references, not just the first 40.
12+
* In `AbstractRetrieval().issn`, always return a namedtuple indicating the type of the returned ISSN.
13+
* In `AuthorRetrieval(view="LIGHT").affiliation_current`, parse information.
14+
* In `CitationOverview()`, rename property `sourceName` to `sortTitle` in accordance with Scopus' documentation.
15+
* In `SerialTitle().citescoreyearinfolist`, always return a namedtuple.
16+
* In `SerialTitle(view="CITESCORE").citescoreyearinfolist`, provide detailed yearly information.
17+
* In all classes, fix or provide __str__ where possible.
18+
* Improve all docstrings, add proper format, add code-copy button.
19+
* Update accepted id types of `PlumXMetrics()`.
20+
* In `CitationOverview().cc`, fix bug due to missing citations.
21+
* In `SerialTitle().citescoreyearinfolist`, fix bug with missing current and/or tracker metric.
22+
623
3.5.2
724
~~~~~
825

0 commit comments

Comments
 (0)