Releases: NLeSC/litstudy
Releases · NLeSC/litstudy
Version 1.0.6
[1.0.6] 2023-10-05
Added
- Add support for loading CSV files exported from Scopus (see PR #45, Thanks tleedepriest!)
Fixed
- Fix incorrect return type of
load_ris_file
(fixes #34) - Fix passing session as non-positional argument in
refine_semanticscholar
, see PR #35. (Thanks martinuray!) - Fix incorrect filtering in
Corpus
when building corpus from docs (fixes #38) - Fix error when calling
fetch_crossref
andrefine_crossref
withsession=None
as argument (fixes #40) - Fix KeyError when loading CSV files from IEEE that have an incorrect format (fixed #55)
- Fix bug in nlp.py due to argument
square_distances
being removed in newer versions of sklearn, see PR #58 (Thanks rjavierch!)
Version 1.0.5
[1.0.5] - 2023-03-28
Fixed
- Fix wrong argument in call to
matplotlib.pyplot.grid(...)
due to change in their API - Fix semanticscholar backend not retrieving papers correctly
Version 1.0.4
[1.0.4] - 2023-03-02
Added
- Add
load_csv
function - Add
search_crossref
function
Fixed
- Fix issue where CSV files could not be parsed due to BOM marker
Version 1.0.3
[1.0.3] - 2022-09-21
Fixed
- Fix bug in the semantic scholar backend that did not fetch papers correctly
- Fix bug in
fetch_crossref
where document title was not extracted correctly
v1.0.2
Version 1.0.1
[1.0.1] - 2022-05-16
Added
- Support for the arXiv API (Thanks ksilo!)
Changed
- Made project compatible with Python 3.6
Version 1.0.0
This marks the first full version of litstudy
. The project has been rewritten from the older NLeSc/automated-literature-analysis
repository to have a cleaner API and better internal structure. The library now also supports more bibliographic data sources besides Scopus, making the library more accessible for a wider audience.
Version 0.0.2
Reduce complexity of plot_histogram
Initial release
0.0.1 BUGFIX: if there are no results, return an empty set.