Recent Releases of litstudy

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 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!)

- Python
Published by stijnh over 2 years ago

litstudy - 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

- Python
Published by stijnh almost 3 years ago

litstudy - 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

- Python
Published by stijnh almost 3 years ago

litstudy - 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

- Python
Published by stijnh over 3 years ago

litstudy - v1.0.2

[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+.

- Python
Published by stijnh over 3 years ago

litstudy - 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

- Python
Published by stijnh almost 4 years ago

litstudy - 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.

- Python
Published by stijnh about 4 years ago

litstudy - Version 0.0.2

- Python
Published by stijnh about 4 years ago

litstudy - Initial release

- Python
Published by stijnh over 6 years ago