Added
- Add support for loading CSV files exported from Scopus (see PR 45, Thanks tleedepriest!)
Changed
Removed
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!)