Skip to content

Commit

Permalink
Merge pull request #263 from ericpre/release_2.0.1
Browse files Browse the repository at this point in the history
Release 2.0.1
  • Loading branch information
ericpre authored Jul 11, 2024
2 parents bfe94a8 + dbab6c2 commit 72f21e9
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 7 deletions.
25 changes: 25 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,31 @@ https://hyperspyui.readthedocs.io/en/latest/changes.html

.. towncrier release notes start
2.0.1 (2024-07-11)
==================

Bug Fixes
---------

- Use ``matplotlib.colormaps.get_cmap`` instead of ``matplotlib.pyplot.get_cmap``, it will be removed in matplotlib 3.9. (`#241 <https://github.com/hyperspy/hyperspyui/issues/241>`_)
- Fix version and improve formatting release notes. (`#261 <https://github.com/hyperspy/hyperspyui/issues/261>`_)


Enhancements
------------

- Add ``pyqt`` pip extra to simplify installation. (`#252 <https://github.com/hyperspy/hyperspyui/issues/252>`_)


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

- Use ruff for linting code. (`#236 <https://github.com/hyperspy/hyperspyui/issues/236>`_)
- Use ruff for formatting code. (`#237 <https://github.com/hyperspy/hyperspyui/issues/237>`_)
- Use reusable workflow from the HyperSpy organisation to build and push documentation. (`#253 <https://github.com/hyperspy/hyperspyui/issues/253>`_)
- Remove deprecated numpy alias to support numpy 2.0. (`#262 <https://github.com/hyperspy/hyperspyui/issues/262>`_)


2.0 (2023-12-19)
================

Expand Down
1 change: 0 additions & 1 deletion upcoming_changes/236.maintenance.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changes/252.enhancements.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 72f21e9

Please sign in to comment.