diff --git a/CHANGES.rst b/CHANGES.rst index 46e383cd4..dd5bcdb00 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,29 @@ https://exspy.readthedocs.io/en/latest/changes.html .. towncrier release notes start +0.2 (2024-04-10) +================ + +Bug Fixes +--------- + +- Fix restoring Gosh and Hartree Slater GOS from stored models. (`#32 `_) + + +Improved Documentation +---------------------- + +- Add eXSpy logo and adapt spelling to capital X (`#22 `_) +- Fix DOI and add more badges to readme file. (`#36 `_, `#38 `_) + + +Maintenance +----------- + +- Use `ruff `_ for linting and formatting the code. Remove redundant GitHub workflow in favour of pre-commit. (`#27 `_) +- Fix deprecation scipy and numpy warnings. (`#33 `_) + + 0.1 (2023-12-03) ================ diff --git a/pyproject.toml b/pyproject.toml index 7ac9c9dcf..d2b438f5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,7 +127,7 @@ include = ["exspy*"] [tool.setuptools_scm] # Presence enables setuptools_scm, the version will be determine at build time from git # The version will be updated by the `prepare_release.py` script -fallback_version = "0.2.dev0" +fallback_version = "0.3.dev0" [tool.towncrier] directory = "upcoming_changes/" diff --git a/upcoming_changes/22.doc.rst b/upcoming_changes/22.doc.rst deleted file mode 100644 index f96c0720a..000000000 --- a/upcoming_changes/22.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Add eXSpy logo and adapt spelling to capital X diff --git a/upcoming_changes/27.maintenance.rst b/upcoming_changes/27.maintenance.rst deleted file mode 100644 index 0100d9cdf..000000000 --- a/upcoming_changes/27.maintenance.rst +++ /dev/null @@ -1 +0,0 @@ -Use `ruff `_ for linting and formatting the code. Remove redundant GitHub workflow in favour of pre-commit. \ No newline at end of file diff --git a/upcoming_changes/32.bugfix.rst b/upcoming_changes/32.bugfix.rst deleted file mode 100644 index 1f35e283d..000000000 --- a/upcoming_changes/32.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix restoring Gosh and Hartree Slater GOS from stored models. \ No newline at end of file diff --git a/upcoming_changes/33.maintenance.rst b/upcoming_changes/33.maintenance.rst deleted file mode 100644 index 8c3e1c7d7..000000000 --- a/upcoming_changes/33.maintenance.rst +++ /dev/null @@ -1 +0,0 @@ -Fix deprecation scipy and numpy warnings. \ No newline at end of file diff --git a/upcoming_changes/38.doc.rst b/upcoming_changes/38.doc.rst deleted file mode 100644 index 296a69684..000000000 --- a/upcoming_changes/38.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Fix DOI and add more badges to readme file.