-
Notifications
You must be signed in to change notification settings - Fork 42
release 0.6.1 notes update #706
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
Conversation
docs/release/release_0_6_1.md
Outdated
napari now depends on VisPy 0.15.0 ([#7846](https://github.com/napari/napari/pull/7846)) | ||
which among other things gives us the HiLo colormap! | ||
Introducing the HiLo colormap to napari! 🎨 | ||
This much-loved colormap (LUT) visualizes the maximum contrast limit as red 🔴 and the minimum contrast limit as blue 🔵. |
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.
This much-loved colormap (LUT) visualizes the maximum contrast limit as red 🔴 and the minimum contrast limit as blue 🔵. | |
This much-loved colormap (LUT) is like grayscale, except it displays values above the maximum contrast limit as red 🔴 and values below the minimum contrast limit as blue 🔵. |
docs/release/release_0_6_1.md
Outdated
Enjoy this animation of the HiLo colormap in action! 👇 | ||
 | ||
|
||
The HiLo colormap is now available as a result of the dependency bump to VisPy 0.15.0 [#7846](https://github.com/napari/napari/pull/7846), and will soon unlock some great new features in the coming napari releases. |
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.
The HiLo colormap is now available as a result of the dependency bump to VisPy 0.15.0 [#7846](https://github.com/napari/napari/pull/7846), and will soon unlock some great new features in the coming napari releases. | |
The HiLo colormap is now available as a result of the dependency bump to VisPy 0.15.0 [#7846](https://github.com/napari/napari/pull/7846), which will unlock even more great new features in the coming napari releases. |
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.
@TimMonko I suggested removing your html comment and made the corresponding fix, as well as some more minor suggestions — take them or leave them! Approved so you can be unblocked, merge when ready! ⛙
References and relevant issues
Description