Skip to content

Releases: NLeSC/litstudy

Version 1.0.6

05 Oct 07:10
Compare
Choose a tag to compare

[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 and refine_crossref with session=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

28 Mar 13:14
Compare
Choose a tag to compare

[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

03 Mar 07:51
cb12ea3
Compare
Choose a tag to compare

[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

21 Sep 12:46
Compare
Choose a tag to compare

[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

25 May 19:05
Compare
Choose a tag to compare

[1.0.2] - 2022-05-25

Changed

  • Remove dependency on fa2. The version of fa2 on pip is broken under Python 3.9+.

Fixed

  • litstudy now works under Python 3.9+.

Version 1.0.1

16 May 15:45
Compare
Choose a tag to compare

[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

17 Feb 15:15
Compare
Choose a tag to compare

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

16 Feb 10:56
Compare
Choose a tag to compare
Reduce complexity of plot_histogram

Initial release

04 Sep 12:38
Compare
Choose a tag to compare
0.0.1

BUGFIX: if there are no results, return an empty set.