From a60eca67bcdf4c6be6829b50fbc058133c740a21 Mon Sep 17 00:00:00 2001 From: "J. George" Date: Sun, 21 Apr 2024 16:17:02 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7490647..8fb9b65f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ # Changelog +## v0.4.1 +* clean up DOSCAR.LSO.lobster handling and add cli test for POSCAR.lobster by @naik-aakash in https://github.com/JaGeo/LobsterPy/pull/257 +* Fix saving of plots by @JaGeo in https://github.com/JaGeo/LobsterPy/pull/262 +* fix linting by @JaGeo in https://github.com/JaGeo/LobsterPy/pull/263 +* fix automatic plotting for large structures by @JaGeo in https://github.com/JaGeo/LobsterPy/pull/265 +* Update README.md by @JaGeo in https://github.com/JaGeo/LobsterPy/pull/266 +* Update README.md by @JaGeo in https://github.com/JaGeo/LobsterPy/pull/267 +* add code of conduct by @naik-aakash in https://github.com/JaGeo/LobsterPy/pull/268 +* pre-commit autoupdate by @pre-commit-ci in https://github.com/JaGeo/LobsterPy/pull/270 +* indicate python versions correctly. by @JaGeo in https://github.com/JaGeo/LobsterPy/pull/271 +* Update pymatgen version by @JaGeo in https://github.com/JaGeo/LobsterPy/pull/273 +* Bump myst-nb from 1.0.0 to 1.1.0 by @dependabot in https://github.com/JaGeo/LobsterPy/pull/274 +* Update pyproject.toml by @JaGeo in https://github.com/JaGeo/LobsterPy/pull/275 + +**Full Changelog**: https://github.com/JaGeo/LobsterPy/compare/v0.4.0...v0.4.1 + ## v0.4.0 * Fix cli bug, enable spin polarized interactive analysis in cli by @naik-aakash in https://github.com/JaGeo/LobsterPy/pull/256