File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88### Added
9- - Add support for loading CSV files exported from Scopus (Thanks tleedepriest!)
9+ ### Changed
10+ ### Removed
11+ ### Fixed
12+
13+ ## [ 1.0.6] 2023-10-05
14+ ### Added
15+ - Add support for loading CSV files exported from Scopus (see PR #45 , Thanks tleedepriest!)
1016
1117### Changed
1218### Removed
@@ -15,10 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1521- Fix passing session as non-positional argument in ` refine_semanticscholar ` , see PR #35 . (Thanks martinuray!)
1622- Fix incorrect filtering in ` Corpus ` when building corpus from docs (fixes #38 )
1723- Fix error when calling ` fetch_crossref ` and ` refine_crossref ` with ` session=None ` as argument (fixes #40 )
18-
19- ## [ 1.0.5] - 2023-03-28
20- ### Fixed
21- - Fix wrong argument in call to ` matplotlib.pyplot.grid(...) ` due to change in their API
24+ - Fix KeyError when loading CSV files from IEEE that have an incorrect format (fixed #55 )
25+ - Fix bug in nlp.py due to argument ` square_distances ` being removed in newer versions of sklearn, see PR #58 (Thanks rjavierch!)
2226
2327## [ 1.0.5] - 2023-03-28
2428### Fixed
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ LitStudy supports the following data sources. The table below lists which metada
3131| Name | Title | Authors | Venue | Abstract | Citations | References |
3232| -----------------| -------| ---------| -------| ----------| ----------------| ------------|
3333| [ Scopus] | ✓ | ✓ | ✓ | ✓ | ✓ | ✓
34- | [ SemanticScholar] | ✓ | ✓ | ✓ | ✓ | * (count only) | ✓
35- | [ CrossRef] | ✓ | ✓ | ✓ | ✓ | * (count only) | ✓
34+ | [ SemanticScholar] | ✓ | ✓ | ✓ | ✓ | * < sup > (count only)</ sup > | ✓
35+ | [ CrossRef] | ✓ | ✓ | ✓ | ✓ | * < sup > (count only)</ sup > | ✓
3636| [ DBLP] | ✓ | ✓ | ✓ | | |
3737| [ arXiv] | ✓ | ✓ | | ✓ | |
38- | [ IEEE Xplore] | ✓ | ✓ | ✓ | ✓ | * (count only) |
39- | [ Springer Link] | ✓ | ✓ | ✓ | ✓ | * (count only) |
38+ | [ IEEE Xplore] | ✓ | ✓ | ✓ | ✓ | * < sup > (count only)</ sup > |
39+ | [ Springer Link] | ✓ | ✓ | ✓ | ✓ | * < sup > (count only)</ sup > |
4040| CSV file | ✓ | ✓ | ✓ | ✓ | |
4141| bibtex file | ✓ | ✓ | ✓ | ✓ | |
4242| RIS file | ✓ | ✓ | ✓ | ✓ | |
Original file line number Diff line number Diff line change 11[metadata]
22name = litstudy
3- version = 1.0.5
3+ version = 1.0.6
44author = Stijn Heldens
55author_email = s.heldens@esciencecenter.nl
66description = Using the power of Python and Jupyter notebooks to automate analysis of scientific literature
You can’t perform that action at this time.
0 commit comments