From a4701cc21e96b0557ff102178c308cf659fdec63 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Wed, 15 Nov 2023 20:40:50 +0000 Subject: [PATCH 1/2] Update release notes --- CHANGES.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9c9831c..7a2036a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,18 +2,20 @@ Add a single entry in the corresponding section below. See https://keepachangelog.com for details -## v2.0.0.dev0 (UNRELEASED) -* Added github action for code scanning using the codeQL engine. ([#51](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/51)) +## v2.0 (2023-11-16) + +* Consolidate package metadata into `pyproject.toml` ([#67](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/67)) +* Support HyperSpy 2.0 and set HyperSpy requirement to >=2.0 ([#65](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/65)) +* Remove use of deprecated HyperSpy preferences `warn_if_guis_are_missing` ([#58](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/58)) * Remove `integrate_in_range` widgets, as the corresponding method has been removed in hyperspy 2.0. ([#53](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/53)) -* Remove use of deprecated HyperSpy preferences `warn_if_guis_are_missing`. ([#58](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/58)) -* Consolidate package metadata into `pyproject.toml`. ([#67](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/67)) +* Added github action for code scanning using the codeQL engine ([#51](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/51)) ## v1.5.3 (2023-05-30) * Add explicit support for python 3.11 ([#62](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/62)) -* Fix typo in `ImageContractEditor` GUI. ([#59](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/59)) +* Fix typo in `ImageContractEditor` GUI ([#59](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/59)) * Exclude `traitsui` 8.0.0 because of a regression in the `BoundsEditor` ([#61](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/61)) -* Fix pyqt installation on GitHub CI. ([#52](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/52)) +* Fix pyqt installation on GitHub CI ([#52](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/52)) ## v1.5.2 (2022-06-18) From ccea2e470a81aaf104ce68feb1ed8185413a3b41 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Thu, 16 Nov 2023 18:36:33 +0000 Subject: [PATCH 2/2] Set changelog back to dev --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 7a2036a..7323e82 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ Add a single entry in the corresponding section below. See https://keepachangelog.com for details +## v2.1 (UNRELEASED) + ## v2.0 (2023-11-16) * Consolidate package metadata into `pyproject.toml` ([#67](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/67))