We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee27017 commit 1e7e6cfCopy full SHA for 1e7e6cf
CHANGELOG.md
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Removed
11
### Fixed
12
13
+## [1.0.5] - 2023-03-28
14
+### Fixed
15
+- Fix wrong argument in call to `matplotlib.pyplot.grid(...)` due to change in their API
16
+- Fix semanticscholar backend not retrieving papers correctly
17
+
18
## [1.0.4] - 2023-03-02
19
### Added
20
- Add `load_csv` function
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = litstudy
3
-version = 1.0.4
+version = 1.0.5
4
author = Stijn Heldens
5
author_email = [email protected]
6
description = Using the power of Python and Jupyter notebooks to automate analysis of scientific literature
0 commit comments