Skip to content

Commit

Permalink
Update highlight/0.4.19.md
Browse files Browse the repository at this point in the history
Co-authored-by: Wouter-Michiel Vierdag <w-mv@hotmail.com>
  • Loading branch information
Czaki and melonora authored Oct 25, 2023
1 parent 7194bd8 commit 5a2fce6
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions highlight/0.4.19.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 5a2fce6

Please sign in to comment.