Skip to content

Commit

Permalink
Merge pull request #68 from ericpre/release2.0
Browse files Browse the repository at this point in the history
Release 2.0
  • Loading branch information
ericpre authored Nov 16, 2023
2 parents 2464ba6 + ccea2e4 commit 0cd4708
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@
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.1 (UNRELEASED)

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

Expand Down

0 comments on commit 0cd4708

Please sign in to comment.