diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 52a52954..21606076 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Change Log ========== +v.2.4.1 +---------- +- Speed up eigenvalue parsing by using the faster ``doped`` site-matching functions rather than ``MakeDefectStructureInfo`` from ``pydefect`` +- Minor efficiency & robustness updates. +- Minor docs & tutorials updates +- Minor tests updates + v.2.4.0 ---------- - Electronic structure analysis by @adair-nicolson & @kavanase: diff --git a/docs/conf.py b/docs/conf.py index 64700bee..8f7a8278 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ author = 'Seán R. Kavanagh' # The full version, including alpha/beta/rc tags -release = '2.4.0' +release = '2.4.1' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 0334a0cf..2e991e5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "doped" -version = "2.4.0" +version = "2.4.1" description = "Python package to setup, process and analyse solid-state defect calculations with VASP" authors = [{name = "Seán Kavanagh", email = "skavanagh@seas.harvard.edu"}] readme = "README.md"