Skip to content

Version 1.0.6

Latest
Compare
Choose a tag to compare
@stijnh stijnh released this 05 Oct 07:10
· 23 commits to master since this release

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