Skip to content

Commit 30577b5

Browse files
committed
Prepare 1.0.6 release
1 parent adb86a9 commit 30577b5

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
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

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 = [email protected]
66
description = Using the power of Python and Jupyter notebooks to automate analysis of scientific literature

0 commit comments

Comments
 (0)