Skip to content

Commit 51b6b84

Browse files
authored
Merge pull request #362 from JaGeo/JaGeo-patch-3
prepare release
2 parents e56c4ca + 91c6f01 commit 51b6b84

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
# Changelog
2+
## v0.5.1
3+
4+
### What's Changed
5+
* Enhance icoxxlist plotter by @naik-aakash in https://github.com/JaGeo/LobsterPy/pull/343
6+
* Update README.md by @JaGeo in https://github.com/JaGeo/LobsterPy/pull/345
7+
* pre-commit autoupdate by @pre-commit-ci in https://github.com/JaGeo/LobsterPy/pull/346
8+
* `matplotlib` use non-interactive agg backend by @DanielYang59 in https://github.com/JaGeo/LobsterPy/pull/349
9+
* Bump mendeleev from 0.18.1 to 0.19.0 by @dependabot in https://github.com/JaGeo/LobsterPy/pull/347
10+
* Misc ci updates by @naik-aakash in https://github.com/JaGeo/LobsterPy/pull/350
11+
* fix artifacts version inconsistency by @naik-aakash in https://github.com/JaGeo/LobsterPy/pull/352
12+
* pre-commit autoupdate by @pre-commit-ci in https://github.com/JaGeo/LobsterPy/pull/353
13+
* Add new functions/methods to featurize module by @naik-aakash in https://github.com/JaGeo/LobsterPy/pull/330
14+
* Update test durations file by @github-actions in https://github.com/JaGeo/LobsterPy/pull/354
15+
* Bump mendeleev from 0.19.0 to 0.20.0 by @dependabot in https://github.com/JaGeo/LobsterPy/pull/356
16+
* Bump mendeleev from 0.20.0 to 0.20.1 by @dependabot in https://github.com/JaGeo/LobsterPy/pull/358
17+
* pre-commit autoupdate by @pre-commit-ci in https://github.com/JaGeo/LobsterPy/pull/359
18+
* Cli updates by @naik-aakash in https://github.com/JaGeo/LobsterPy/pull/357
19+
* Fix codecov failure by @naik-aakash in https://github.com/JaGeo/LobsterPy/pull/361
20+
21+
**Full Changelog**: https://github.com/JaGeo/LobsterPy/compare/v0.5.0...v0.5.1
22+
223

324
## v0.5.0
425
### What's Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ readme = "README.md"
1717
keywords = ["high-throughput", "automated", "lobsteroutput", "bonding-analysis"]
1818
license = { text = "BSD 3-Clause" }
1919
authors = [{ name = "Janine George", email = "janine.george@bam.de" }]
20-
version = "0.5.0"
20+
version = "0.5.1"
2121
classifiers = [
2222
"Programming Language :: Python :: 3",
2323
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)