Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Nov 15, 2023
1 parent 2464ba6 commit 549fc1c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-15)

* 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)

Expand Down

0 comments on commit 549fc1c

Please sign in to comment.