File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,23 @@ Change Log
3
3
4
4
.. toctree ::
5
5
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
+
6
23
3.5.2
7
24
~~~~~
8
25
You can’t perform that action at this time.
0 commit comments