Skip to content

Commit d354621

Browse files
committed
Prepare 1.0.6 release
1 parent adb86a9 commit d354621

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 ||||| |

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = litstudy
3-
version = 1.0.5
3+
version = 1.0.6
44
author = Stijn Heldens
55
author_email = s.heldens@esciencecenter.nl
66
description = Using the power of Python and Jupyter notebooks to automate analysis of scientific literature

0 commit comments

Comments
 (0)