Skip to content

Commit

Permalink
Merge pull request #41 from ericpre/release0.2
Browse files Browse the repository at this point in the history
Release 0.2
  • Loading branch information
ericpre authored Apr 10, 2024
2 parents 89810e3 + 2902084 commit 29975d0
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 6 deletions.
23 changes: 23 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/hyperspy/exspy/issues/32>`_)


Improved Documentation
----------------------

- Add eXSpy logo and adapt spelling to capital X (`#22 <https://github.com/hyperspy/exspy/issues/22>`_)
- Fix DOI and add more badges to readme file. (`#36 <https://github.com/hyperspy/exspy/issues/36>`_, `#38 <https://github.com/hyperspy/exspy/issues/38>`_)


Maintenance
-----------

- Use `ruff <https://docs.astral.sh/ruff>`_ for linting and formatting the code. Remove redundant GitHub workflow in favour of pre-commit. (`#27 <https://github.com/hyperspy/exspy/issues/27>`_)
- Fix deprecation scipy and numpy warnings. (`#33 <https://github.com/hyperspy/exspy/issues/33>`_)


0.1 (2023-12-03)
================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
1 change: 0 additions & 1 deletion upcoming_changes/22.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changes/27.maintenance.rst

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changes/32.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changes/33.maintenance.rst

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changes/38.doc.rst

This file was deleted.

0 comments on commit 29975d0

Please sign in to comment.