Skip to content

Commit bd2843f

Browse files
authored
Final update to 0.5.0 release notes (#451)
1 parent fe5a5f8 commit bd2843f

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

docs/release/release_0_5_0.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# napari 0.5.0
22

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*
54

65
We're happy to announce the release of napari 0.5.0!
76
napari is a fast, interactive, multi-dimensional image viewer for Python.
87
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
109
rendering), and the scientific Python stack (NumPy, SciPy, and friends).
1110

1211
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:
5453

5554
```{image} ../images/transform-icon.svg
5655
:alt: transform layer icon
57-
:width: 150px
56+
:width: 100px
5857
:align: center
5958
```
6059

@@ -227,6 +226,7 @@ improvements. Please see below for the full list of changes since 0.4.19.
227226
- Use `dev` links for pre-release ([#7031](https://github.com/napari/napari/pull/7031))
228227
- Fix numpy dtype check in guess_continuous ([#7041](https://github.com/napari/napari/pull/7041))
229228
- [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))
230230
- Provide default colors automatically in DirectLabelsColormap ([#7061](https://github.com/napari/napari/pull/7061))
231231
- Ensure out-of-bounds layers are loaded ([#7077](https://github.com/napari/napari/pull/7077))
232232

@@ -343,6 +343,7 @@ improvements. Please see below for the full list of changes since 0.4.19.
343343
- Add/improve documentation about napari's software architecture ([docs#304](https://github.com/napari/docs/pull/304))
344344
- Replace references to 'edge' attributes with 'border' in Points docs ([docs#306](https://github.com/napari/docs/pull/306))
345345
- 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))
346347
- NAP-6: Updates after discussion and review ([docs#312](https://github.com/napari/docs/pull/312))
347348
- Use tabs for the install as Python package guide ([docs#313](https://github.com/napari/docs/pull/313))
348349
- 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.
389390
- Update where app-model actions/providers/processors live in codebase ([docs#416](https://github.com/napari/docs/pull/416))
390391
- Update conda section of install docs ([docs#417](https://github.com/napari/docs/pull/417))
391392
- MacOS -> macOS ([docs#418](https://github.com/napari/docs/pull/418))
393+
- Add basic layer modes description, including transform button ([docs#420](https://github.com/napari/docs/pull/420))
394+
- Add note about unversioned pages machinery to contributing guide ([docs#421](https://github.com/napari/docs/pull/421))
392395
- Update slicing/rendering docs ([docs#424](https://github.com/napari/docs/pull/424))
393396
- Replace use of properties with features ([docs#425](https://github.com/napari/docs/pull/425))
394397
- DOC Update finding submenu action in app-model ([docs#426](https://github.com/napari/docs/pull/426))
398+
- Replace cookiecutter references with napari-plugin-template ([docs#427](https://github.com/napari/docs/pull/427))
395399
- Add links to blog and napari workshop template on navbar ([docs#429](https://github.com/napari/docs/pull/429))
396400
- Draft release notes for 0.5.0 ([docs#430](https://github.com/napari/docs/pull/430))
397401
- DOC Link `magicgui` type annotation to providers/processors ([docs#431](https://github.com/napari/docs/pull/431))
@@ -400,9 +404,17 @@ improvements. Please see below for the full list of changes since 0.4.19.
400404
- Add warnings around draft message ([docs#434](https://github.com/napari/docs/pull/434))
401405
- NAP-6: Add admonition about implementation state ([docs#435](https://github.com/napari/docs/pull/435))
402406
- Fix rendering explanation broken links ([docs#437](https://github.com/napari/docs/pull/437))
407+
- Update labels.md for polygon tool stopping behavior ([docs#438](https://github.com/napari/docs/pull/438))
403408
- Fix rendering example code ([docs#441](https://github.com/napari/docs/pull/441))
409+
- Improve NAP-7 valid key sequence section ([docs#442](https://github.com/napari/docs/pull/442))
404410
- [bugfix] Update contributing/index.md fix blog note ([docs#443](https://github.com/napari/docs/pull/443))
405411
- Update napari 0.5.0 release notes ([docs#444](https://github.com/napari/docs/pull/444))
412+
- Fix version match for version switcher ([docs#445](https://github.com/napari/docs/pull/445))
413+
- Add preferred option to version_switcher.json ([docs#446](https://github.com/napari/docs/pull/446))
414+
- Update contributing documentation guide ([docs#447](https://github.com/napari/docs/pull/447))
415+
- Add Zulip link to More menu on navbar ([docs#449](https://github.com/napari/docs/pull/449))
416+
- Add Lucy Liu to core devs team ([docs#450](https://github.com/napari/docs/pull/450))
417+
- Final update to 0.5.0 release notes ([docs#451](https://github.com/napari/docs/pull/451))
406418

407419
## Other Pull Requests
408420

@@ -840,7 +852,7 @@ improvements. Please see below for the full list of changes since 0.4.19.
840852
- [Dr. Andrew Annex](https://github.com/napari/napari/commits?author=AndrewAnnex) - @AndrewAnnex +
841853
- [Draga Doncila Pop](https://github.com/napari/napari/commits?author=DragaDoncila) ([docs](https://github.com/napari/docs/commits?author=DragaDoncila)) - @DragaDoncila
842854
- [Eric Perlman](https://github.com/napari/napari/commits?author=perlman) - @perlman
843-
- [Genevieve Buckley](https://github.com/napari/napari/commits?author=GenevieveBuckley) - @GenevieveBuckley
855+
- [Genevieve Buckley](https://github.com/napari/napari/commits?author=GenevieveBuckley) ([docs](https://github.com/napari/docs/commits?author=GenevieveBuckley)) - @GenevieveBuckley
844856
- [Gonzalo Peña-Castellanos](https://github.com/napari/napari/commits?author=goanpeca) - @goanpeca
845857
- [Grzegorz Bokota](https://github.com/napari/napari/commits?author=Czaki) ([docs](https://github.com/napari/docs/commits?author=Czaki)) - @Czaki
846858
- [jaime rodriguez-guerra](https://github.com/napari/napari/commits?author=jaimergp) ([docs](https://github.com/napari/docs/commits?author=jaimergp)) - @jaimergp
@@ -863,7 +875,7 @@ improvements. Please see below for the full list of changes since 0.4.19.
863875
- [Martin Weigert](https://github.com/napari/napari/commits?author=maweigert) - @maweigert
864876
- [Melissa Weber Mendonça](https://github.com/napari/napari/commits?author=melissawm) ([docs](https://github.com/napari/docs/commits?author=melissawm)) - @melissawm
865877
- [nadalyn miller](https://github.com/napari/napari/commits?author=Nadalyn-CZI) - @Nadalyn-CZI
866-
- [niklas netter](https://github.com/napari/docs/commits?author=gatoniel) - @gatoniel +
878+
- [niklas breitenbach-netter](https://github.com/napari/docs/commits?author=gatoniel) - @gatoniel +
867879
- [odinsbane](https://github.com/napari/napari/commits?author=odinsbane) - @odinsbane +
868880
- [pam wadhwa](https://github.com/napari/napari/commits?author=ppwadhwa) - @ppwadhwa
869881
- [Peter Sobolewski](https://github.com/napari/napari/commits?author=psobolewskiPhD) ([docs](https://github.com/napari/docs/commits?author=psobolewskiPhD)) - @psobolewskiPhD
@@ -890,7 +902,7 @@ improvements. Please see below for the full list of changes since 0.4.19.
890902
- [Draga Doncila Pop](https://github.com/napari/napari/commits?author=DragaDoncila) ([docs](https://github.com/napari/docs/commits?author=DragaDoncila)) - @DragaDoncila
891903
- [Eric Perlman](https://github.com/napari/napari/commits?author=perlman) - @perlman
892904
- [Ganes Pandey](https://github.com/napari/docs/commits?author=pganes) - @pganes
893-
- [Genevieve Buckley](https://github.com/napari/napari/commits?author=GenevieveBuckley) - @GenevieveBuckley
905+
- [Genevieve Buckley](https://github.com/napari/napari/commits?author=GenevieveBuckley) ([docs](https://github.com/napari/docs/commits?author=GenevieveBuckley)) - @GenevieveBuckley
894906
- [Gonzalo Peña-Castellanos](https://github.com/napari/napari/commits?author=goanpeca) - @goanpeca
895907
- [Grzegorz Bokota](https://github.com/napari/napari/commits?author=Czaki) ([docs](https://github.com/napari/docs/commits?author=Czaki)) - @Czaki
896908
- [jaime rodriguez-guerra](https://github.com/napari/napari/commits?author=jaimergp) ([docs](https://github.com/napari/docs/commits?author=jaimergp)) - @jaimergp
@@ -915,7 +927,7 @@ improvements. Please see below for the full list of changes since 0.4.19.
915927
- [nadalyn miller](https://github.com/napari/napari/commits?author=Nadalyn-CZI) - @Nadalyn-CZI
916928
- [Nathan Clack](https://github.com/napari/docs/commits?author=nclack) - @nclack
917929
- [Nicholas Sofroniew](https://github.com/napari/docs/commits?author=sofroniewn) - @sofroniewn
918-
- [niklas netter](https://github.com/napari/docs/commits?author=gatoniel) - @gatoniel +
930+
- [niklas breitenbach-netter](https://github.com/napari/docs/commits?author=gatoniel) - @gatoniel +
919931
- [odinsbane](https://github.com/napari/napari/commits?author=odinsbane) - @odinsbane +
920932
- [pam wadhwa](https://github.com/napari/napari/commits?author=ppwadhwa) - @ppwadhwa
921933
- [Peter Sobolewski](https://github.com/napari/napari/commits?author=psobolewskiPhD) ([docs](https://github.com/napari/docs/commits?author=psobolewskiPhD)) - @psobolewskiPhD

0 commit comments

Comments
 (0)