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 d354621
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ LitStudy supports the following data sources. The table below lists which metada
| Name | Title | Authors | Venue | Abstract | Citations | References |
|-----------------|-------|---------|-------|----------|----------------|------------|
| [Scopus] | ✓ | ✓ | ✓ | ✓ | ✓ | ✓
| [SemanticScholar] | ✓ | ✓ | ✓ | ✓ | * (count only) | ✓
| [CrossRef] | ✓ | ✓ | ✓ | ✓ | * (count only) | ✓
| [SemanticScholar] | ✓ | ✓ | ✓ | ✓ | * <sup>(count only)</sup> | ✓
| [CrossRef] | ✓ | ✓ | ✓ | ✓ | * <sup>(count only)</sup> | ✓
| [DBLP] |||| | |
| [arXiv] ||| || |
| [IEEE Xplore] ||||| * (count only) |
| [Springer Link] ||||| * (count only) |
| [IEEE Xplore] ||||| * <sup>(count only)</sup> |
| [Springer Link] ||||| * <sup>(count only)</sup> |
| CSV file ||||| |
| bibtex file ||||| |
| RIS file ||||| |
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 = [email protected]
description = Using the power of Python and Jupyter notebooks to automate analysis of scientific literature
Expand Down

0 comments on commit d354621

Please sign in to comment.