From 5a2fce61cf583a4f42a4b708ecfe39cd3e71c2f0 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Wed, 25 Oct 2023 11:31:46 +0200 Subject: [PATCH] Update highlight/0.4.19.md Co-authored-by: Wouter-Michiel Vierdag --- highlight/0.4.19.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/highlight/0.4.19.md b/highlight/0.4.19.md index 3e22993..aaceda2 100644 --- a/highlight/0.4.19.md +++ b/highlight/0.4.19.md @@ -1,14 +1,19 @@ -In this release we would like to highlight three changes: +This release is mostly a bug fix release and hopefully the latest before all the excited features that are coming with version 0.5.0. -At first we have decided to postpone the `viewer.window.qt_viewer` to 0.6.0 release +First of all we have an important announcement with this release. +We have decided to postpone the `viewer.window.qt_viewer` to 0.6.0 release as not all the features are ready yet ([napari/napari/#6283](https://github.com/napari/napari/pull/6283)). -Secondly we make napari pydantic 2 compatible. +Furthermore we would like to highlight the following changes: + + We have made napari pydantic 2 compatible. At this moment we are using `pydantic.v1` to achieve this. -In this release the bundle will be shipped with pydantic 1, but -we expect that in the next release we will ship bundle with pydantic 2. -So if your plugin is using pydantic please make sure that it is compatible with pydantic 2. -([napari/napari/#6358](https://github.com/napari/napari/pull/6358)) +In this release the bundle will be shipped with pydantic v1, but +we expect that in the next release we will ship the bundle with pydantic v2. +Please, if you are a plugin developer and your plugin uses pydantic, ensure +that it is compatible with pydantic v2 ([napari/napari/#6358](https://github.com/napari/napari/pull/6358)). + +Also, we have fixed a performance problem of the label layer by moving part of calculations to the GPU +([napari/napari/#3308](https://github.com/napari/napari/pull/3308)). -Lastly we have fixed performance problem with label layer by move part of calculation on GPU -([napari/napari/#3308](https://github.com/napari/napari/pull/3308)) +If you have any questions or suggestions regarding napari core, for example how to adapt your plugin to be compatible with future napari versions, please get in touch! We have weekly community meetings, for which you can find the schedule [here](https://napari.org/stable/community/meeting_schedule.html). We would like to hear from you.