From 709b18c29a663e4c05a931c2bb9c5d9ce510e46d Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Mon, 30 Sep 2024 16:43:59 +1000 Subject: [PATCH 1/3] Add further fixes to release notes --- docs/release/release_0_5_4.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release/release_0_5_4.md b/docs/release/release_0_5_4.md index 8813cbc97..f0e398779 100644 --- a/docs/release/release_0_5_4.md +++ b/docs/release/release_0_5_4.md @@ -60,9 +60,11 @@ Read on for all the changes in this version! - Accept any Mapping as output of a plugin widget ([#7250](https://github.com/napari/napari/pull/7250)) - Eliminate nearly all Qt widget leaks by using qtbot ([#7251](https://github.com/napari/napari/pull/7251)) - Enforce minimum side length when guessing if image is RGB ([#7273](https://github.com/napari/napari/pull/7273)) +- Remove skip conditions for PySide2/6 over plugins menu tests and bump `napari-plugin-manager` minimum version (>=0.1.3) ([#7293](https://github.com/napari/napari/pull/7293)) - Fix color shuffling for bool labels ([#7294](https://github.com/napari/napari/pull/7294)) - Fix cursor dimensionality race condition ([#7295](https://github.com/napari/napari/pull/7295)) - Fix overflow error in shuffle colormap for signed integer labels ([#7296](https://github.com/napari/napari/pull/7296)) +- When calculating view directions, check ndim, not just ndisplay ([#7301](https://github.com/napari/napari/pull/7301)) ## Documentation From ee5c2cd9b08d44995389aa48737d9d74122e6170 Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Mon, 30 Sep 2024 16:45:28 +1000 Subject: [PATCH 2/3] Add this PR --- docs/release/release_0_5_4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release/release_0_5_4.md b/docs/release/release_0_5_4.md index f0e398779..83d6d1403 100644 --- a/docs/release/release_0_5_4.md +++ b/docs/release/release_0_5_4.md @@ -79,6 +79,7 @@ Read on for all the changes in this version! - Use `get_qapp` or `get_app_model` instead of `get_app` ([docs#495](https://github.com/napari/docs/pull/495)) - Add 0.5.4 release notes ([docs#496](https://github.com/napari/docs/pull/496)) - Add note about questions in landing page ([docs#498](https://github.com/napari/docs/pull/498)) +- Add further fixes to release notes ([docs#499](Add further fixes to release notes)) ## Other Pull Requests From 2732e06e17b264dadb9918c5fa315b71b2305998 Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Mon, 30 Sep 2024 16:45:53 +1000 Subject: [PATCH 3/3] Update date --- docs/release/release_0_5_4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release/release_0_5_4.md b/docs/release/release_0_5_4.md index 83d6d1403..e86612fb3 100644 --- a/docs/release/release_0_5_4.md +++ b/docs/release/release_0_5_4.md @@ -1,6 +1,6 @@ # napari 0.5.4 -*Friday, Sep 27, 2024* +*Monday, Sep 30, 2024* We’re happy to announce the release of napari 0.5.4!