Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.2 #41

Merged
merged 2 commits into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.