You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release/release_0_5_0.md
+20-8Lines changed: 20 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
# napari 0.5.0
2
2
3
-
⚠️ *Note: these release notes are still in draft while 0.5.0 is in alpha/release
4
-
candidate testing.* ⚠️
3
+
*Thursday, Jul 11, 2024*
5
4
6
5
We're happy to announce the release of napari 0.5.0!
7
6
napari is a fast, interactive, multi-dimensional image viewer for Python.
8
7
It's designed for exploring, annotating, and analyzing multi-dimensional
9
-
images. It's built on top of Qt (for the GUI), VisPy (for performant GPU-based
8
+
images. It's built on Qt (for the GUI), VisPy (for performant GPU-based
10
9
rendering), and the scientific Python stack (NumPy, SciPy, and friends).
11
10
12
11
For more information, examples, and documentation, please visit our website:
@@ -54,7 +53,7 @@ You'll also note a new little button on layer controls, including images:
54
53
55
54
```{image} ../images/transform-icon.svg
56
55
:alt: transform layer icon
57
-
:width: 150px
56
+
:width: 100px
58
57
:align: center
59
58
```
60
59
@@ -227,6 +226,7 @@ improvements. Please see below for the full list of changes since 0.4.19.
227
226
- Use `dev` links for pre-release ([#7031](https://github.com/napari/napari/pull/7031))
228
227
- Fix numpy dtype check in guess_continuous ([#7041](https://github.com/napari/napari/pull/7041))
229
228
-[Shapes] for line tool, have _fixed_aspect (shift) enable 45 degree rotations if shift held first. ([#7043](https://github.com/napari/napari/pull/7043))
229
+
- Bump the settings schema version ([#7053](https://github.com/napari/napari/pull/7053))
230
230
- Provide default colors automatically in DirectLabelsColormap ([#7061](https://github.com/napari/napari/pull/7061))
231
231
- Ensure out-of-bounds layers are loaded ([#7077](https://github.com/napari/napari/pull/7077))
232
232
@@ -343,6 +343,7 @@ improvements. Please see below for the full list of changes since 0.4.19.
343
343
- Add/improve documentation about napari's software architecture ([docs#304](https://github.com/napari/docs/pull/304))
344
344
- Replace references to 'edge' attributes with 'border' in Points docs ([docs#306](https://github.com/napari/docs/pull/306))
345
345
- Add documentation for `New from clipboard` feature ([docs#307](https://github.com/napari/docs/pull/307))
346
+
- Telemetry: Add sample code for collecting data and sample outputs ([docs#309](https://github.com/napari/docs/pull/309))
346
347
- NAP-6: Updates after discussion and review ([docs#312](https://github.com/napari/docs/pull/312))
347
348
- Use tabs for the install as Python package guide ([docs#313](https://github.com/napari/docs/pull/313))
348
349
- Fix execution of magicgui guide ([docs#314](https://github.com/napari/docs/pull/314))
@@ -389,9 +390,12 @@ improvements. Please see below for the full list of changes since 0.4.19.
389
390
- Update where app-model actions/providers/processors live in codebase ([docs#416](https://github.com/napari/docs/pull/416))
390
391
- Update conda section of install docs ([docs#417](https://github.com/napari/docs/pull/417))
0 commit comments