Skip to content

Commit 34fc94e

Browse files
authored
Final 0.6.4 Release Notes (#822)
Final release notes for 0.6.4 Again, just the one highlight about running scripts locally, so far.
1 parent 02b8682 commit 34fc94e

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

docs/release/release_0_6_4.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# napari 0.6.4
22
⚠️ *Note: these release notes are still in draft while 0.6.4 is in release candidate testing.* ⚠️
33

4-
*Tue, Aug 12, 2025*
4+
*Fri, Aug 15, 2025*
55

66
We’re happy to announce the release of napari 0.6.4!
77

@@ -13,18 +13,28 @@ For more information, examples, and documentation, please visit our website: htt
1313

1414
### Run scripts with napari from the command line
1515

16-
As a follow-up to the ability to drag-n-drop scripts into the napari window from 0.6.3, you can now run scripts directly from the command line using the `napari` command and the path to the script ([#8185](https://github.com/napari/napari/pull/8185) and [#8187](https://github.com/napari/napari/pull/8187)). For example `napari examples/magic_immage_arithmetic.py` will open napari and run the local script.
16+
As a follow-up to the ability to drag-n-drop scripts into the napari window from 0.6.3, you can now run scripts directly from the command line using the `napari` command and the path to the script ([#8185](https://github.com/napari/napari/pull/8185) and [#8187](https://github.com/napari/napari/pull/8187)).
17+
`napari examples/magic_immage_arithmetic.py` will open a local napari and run the local script.
18+
You can also run scripts from a remote location ([#8208](https://github.com/napari/napari/pull/8208)), including Github, Gist, Gitlab, and the napari gallery.
19+
For example, you can run `napari https://github.com/napari/napari/blob/main/examples/grid_mode.py`.
20+
If you have `uv` you can even run a script without installing napari by using `uvx --with "napari[gallery,all]" napari https://napari.org/stable/_downloads/55f878f7d41dc4c7c2e28483653273cb/affine_coffee_cup.py`, serving as a clever way to trial napari or share your script. As always with remote connections, only use this feature with scripts you trust.
1721

22+
### Toggling the napari console now places focus on the console
23+
24+
Toggling the napari console (with the keyboard (`Cmd/Ctrl+Shift+C`), GUI, or command palette) will now transfer focus on the console, allowing you to immediately start typing commands without needing to click into the console first ([#8182](https://github.com/napari/napari/pull/8182)). We have found this to be a very useful feature for a keyboard-centric workflow combining the power of the command palette and console together.
1825

1926
## Improvements
2027

2128
- Remove old path handle in napari start ([#8185](https://github.com/napari/napari/pull/8185))
2229
- Prevent `napari.run` from being executed when running scripts from napari ([#8187](https://github.com/napari/napari/pull/8187))
30+
- Add option to load script from a remote location ([#8208](https://github.com/napari/napari/pull/8208))
2331

2432
## Bug Fixes
2533

2634
- Set focus after toggling dockwidget via `DockWidgetToggleAction` ([#8182](https://github.com/napari/napari/pull/8182))
35+
- Fix slider label shifted down, by overrwite QLineEdit qss rules ([#8184](https://github.com/napari/napari/pull/8184))
2736
- Fix feature table widget sorting and editing of floats ([#8190](https://github.com/napari/napari/pull/8190))
37+
- Add check if selected label is out of data range. ([#8202](https://github.com/napari/napari/pull/8202))
2838
- Explicit copy of layers data for balls example ([#8203](https://github.com/napari/napari/pull/8203))
2939

3040
## Documentation
@@ -33,19 +43,20 @@ As a follow-up to the ability to drag-n-drop scripts into the napari window from
3343
- Simplify installation guide & better highlight bundle ([docs#814](https://github.com/napari/docs/pull/814))
3444
- Update codespell config and minor corrections ([docs#816](https://github.com/napari/docs/pull/816))
3545
- Add contracted roles to team page and rename core dev -> core TM ([docs#817](https://github.com/napari/docs/pull/817))
46+
- Pre-release notes for 0.6.4 ([docs#820](https://github.com/napari/docs/pull/820))
47+
- Final 0.6.4 Release Notes ([docs#822](https://github.com/napari/docs/pull/822))
3648

3749
## Other Pull Requests
3850

3951
- Pin Github Actions actions to their hashes ([#8140](https://github.com/napari/napari/pull/8140))
40-
- Move test that requires `make_napari_viewer` from `test_qt_viewer` ([#8176](https://github.com/napari/napari/pull/8176))
41-
- Fix slider label shifted down, by overrwite QLineEdit qss rules ([#8184](https://github.com/napari/napari/pull/8184))
4252
- [pre-commit.ci] pre-commit autoupdate ([#8193](https://github.com/napari/napari/pull/8193))
4353
- Fix fallback version in setuptools_scm to pass schema validation ([#8196](https://github.com/napari/napari/pull/8196))
4454
- Use napari url for test rather than Fiji ([#8198](https://github.com/napari/napari/pull/8198))
4555
- [pre-commit.ci] pre-commit autoupdate ([#8204](https://github.com/napari/napari/pull/8204))
4656
- Pin `pytest-qt` for python 3.10 to fix pyapp-kit projects tests ([#8205](https://github.com/napari/napari/pull/8205))
4757
- Retry second fullscreen test ([#8206](https://github.com/napari/napari/pull/8206))
4858
- Fix script for checking for updated dependencies. ([#8207](https://github.com/napari/napari/pull/8207))
59+
- Update `certifi`, `coverage`, `hypothesis`, `matplotlib`, `psygnal`, `pytest-rerunfailures`, `rich`, `scipy`, `superqt`, `virtualenv`, `wrapt` ([#8209](https://github.com/napari/napari/pull/8209))
4960
- Update Version Switcher to 0.6.3 ([docs#808](https://github.com/napari/docs/pull/808))
5061
- ci(dependabot): bump napari/napari from 0.6.2 to 0.6.3 in the github-actions group ([docs#810](https://github.com/napari/docs/pull/810))
5162

@@ -64,11 +75,12 @@ As a follow-up to the ability to drag-n-drop scripts into the napari window from
6475
- [Tim Monko](https://github.com/napari/napari/commits?author=TimMonko) ([docs](https://github.com/napari/docs/commits?author=TimMonko)) - @TimMonko
6576

6677

67-
## 7 reviewers added to this release (alphabetical)
78+
## 8 reviewers added to this release (alphabetical)
6879

6980
(+) denotes first-time contributors 🥳
7081

7182
- [Carol Willing](https://github.com/napari/docs/commits?author=willingc) - @willingc
83+
- [Draga Doncila Pop](https://github.com/napari/docs/commits?author=DragaDoncila) - @DragaDoncila
7284
- [Grzegorz Bokota](https://github.com/napari/napari/commits?author=Czaki) - @Czaki
7385
- [Juan Nunez-Iglesias](https://github.com/napari/docs/commits?author=jni) - @jni
7486
- [Lorenzo Gaifas](https://github.com/napari/napari/commits?author=brisvag) - @brisvag

0 commit comments

Comments
 (0)