-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.4.19 release notes #3
Conversation
Co-authored-by: Wouter-Michiel Vierdag <[email protected]>
Co-authored-by: Lorenzo Gaifas <[email protected]>
Small copy edits. |
Co-authored-by: Peter Sobolewski <[email protected]>
highlight/0.4.19.md
Outdated
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)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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)) | |
we expect the next release to ship with pydantic 2 bundled. | |
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)) |
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope. we will not bundle pydantic 2 in napair. We will ship pydantic 2 in a bundle installer (so it will affect only downloadable executables, not installed from pip/conda).
highlight/0.4.19.md
Outdated
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)) | ||
|
||
Lastly we have fixed performance problem with label layer by move part of calculation on GPU |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lastly we have fixed performance problem with label layer by move part of calculation on GPU | |
Lastly we have fixed performance problem with label layer by moving part of calculation on GPU |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm. I think that we will need to rewrite this part totally as we now working on updating of mechanism.
This seems like way too much details for the highlights. I would say just enough so people know to use smaller unsigned dtypes if performance is an issue, but no need to explain the how/why and point to all the PR in the highlights. |
Is it worth reminding people of the |
I think yes.
Maybe yes. I'm not best text writter |
* add 6102 as a feature highlight * copy edits Co-authored-by: Melissa Weber Mendonça <[email protected]> * fix pr link --------- Co-authored-by: Melissa Weber Mendonça <[email protected]>
Co-authored-by: Lorenzo Gaifas <[email protected]>
This ensures it is now dripping with enthusiasm (much deserved) =P
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 typo, but other than that love the new notes!
### BIG improvements to the Labels layer | ||
|
||
[#3308](https://github.com/napari/napari/pull/3308) closed *many* long-standing | ||
bugs in the handling of colors in the Labels layer: the color swatch in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bugs in the handling of colors in the Labels layer: the color swatch in the | |
bugs in the handling of colors in the Labels layer: the color switch in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope, swatch is correct: https://www.merriam-webster.com/dictionary/swatch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uh, the more you know!
@Czaki Thanks for the script updates, they look great. Can I push here again? I'll move the API changes note to the relevant section, and I'll make a note in the deprecations section for napari/napari#6542. |
yes |
Ok. I put a space in |
Initial patches for 0.4.19 release