Skip to content

Commit

Permalink
Prepare 1.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnh committed Oct 5, 2023
1 parent adb86a9 commit 30577b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- Add support for loading CSV files exported from Scopus (Thanks tleedepriest!)
### Changed
### Removed
### Fixed

## [1.0.6] 2023-10-05
### Added
- Add support for loading CSV files exported from Scopus (see PR #45, Thanks tleedepriest!)

### Changed
### Removed
Expand All @@ -15,10 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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)

## [1.0.5] - 2023-03-28
### Fixed
- Fix wrong argument in call to `matplotlib.pyplot.grid(...)` due to change in their API
- 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!)

## [1.0.5] - 2023-03-28
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = litstudy
version = 1.0.5
version = 1.0.6
author = Stijn Heldens
author_email = s.heldens@esciencecenter.nl
description = Using the power of Python and Jupyter notebooks to automate analysis of scientific literature
Expand Down

0 comments on commit 30577b5

Please sign in to comment.