Napari

Latest version: v0.5.6

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 25 of 28

0.3.5

We're happy to announce the release of napari 0.3.5!
napari is a fast, interactive, multi-dimensional image viewer for Python.
It's designed for browsing, annotating, and analyzing large multi-dimensional
images. It's built on top of Qt (for the GUI), vispy (for performant GPU-based
rendering), and the scientific Python stack (numpy, scipy).


For more information, examples, and documentation, please visit our website:
https://github.com/napari/napari

Highlights
This release contains a number of bug fixes on various platforms. For those
interested in napari performance, we have added a new performance monitoring
mode, that can be activated by the `NAPARI_PERFMON` environment variable, see
(1262) for details. We have also added a page in the explanations section of
our docs on napari's [rendering](https://napari.org/docs/explanations/rendering.html)
including plans for the future.


New Features
- Allow using of custom color dictionary in labels layer (1339 and 1362)
- Allow Shapes face and edge colors to be mapped to properties (1342)
- Add performance monitoring widget (1262)


Improvements
- Factor out ImageSlice and ImageView from Image (1343)


Bug Fixes
- Fix warning for python 3.8 (1335)
- Fix range slider position (1344)
- Fix Linux and Windows key hold detection (1350)
- Fix crash when selecting all points (1358)
- Fix deleting layers changing dims (1359)


Build Tools and Support
- Remove broken link from BENCHMARKS.md (1236)
- New documentation on rendering (1328)
- Remove incorrect dashes in cirrus push_docs task (1330)
- Use correct pyqt version in tests (1331)
- Fix docs version, reformat, and add explanations (1368)


8 authors added to this release (alphabetical)

- [Genevieve Buckley](https://github.com/napari/napari/commits?author=GenevieveBuckley) - GenevieveBuckley
- [Grzegorz Bokota](https://github.com/napari/napari/commits?author=Czaki) - Czaki
- [Juan Nunez-Iglesias](https://github.com/napari/napari/commits?author=jni) - jni
- [Kevin Yamauchi](https://github.com/napari/napari/commits?author=kevinyamauchi) - kevinyamauchi
- [Nicholas Sofroniew](https://github.com/napari/napari/commits?author=sofroniewn) - sofroniewn
- [Philip Winston](https://github.com/napari/napari/commits?author=pwinston) - pwinston
- [Talley Lambert](https://github.com/napari/napari/commits?author=tlambert03) - tlambert03
- [Ziyang Liu](https://github.com/napari/napari/commits?author=ziyangczi) - ziyangczi


8 reviewers added to this release (alphabetical)

- [Davis Bennett](https://github.com/napari/napari/commits?author=d-v-b) - d-v-b
- [Juan Nunez-Iglesias](https://github.com/napari/napari/commits?author=jni) - jni
- [Kevin Yamauchi](https://github.com/napari/napari/commits?author=kevinyamauchi) - kevinyamauchi
- [Kira Evans](https://github.com/napari/napari/commits?author=kne42) - kne42
- [Nicholas Sofroniew](https://github.com/napari/napari/commits?author=sofroniewn) - sofroniewn
- [Philip Winston](https://github.com/napari/napari/commits?author=pwinston) - pwinston
- [Talley Lambert](https://github.com/napari/napari/commits?author=tlambert03) - tlambert03
- [Ziyang Liu](https://github.com/napari/napari/commits?author=ziyangczi) - ziyangczi

0.3.5rc1

0.3.5rc0

0.3.4

We're happy to announce the release of napari 0.3.4!
napari is a fast, interactive, multi-dimensional image viewer for Python.
It's designed for browsing, annotating, and analyzing large multi-dimensional
images. It's built on top of Qt (for the GUI), vispy (for performant GPU-based
rendering), and the scientific Python stack (numpy, scipy).

This is a short release that refactors our installation process to allow more
flexibility around which Qt python bindings users install (PySide2, PyQt5).
Starting with this release, running `pip install napari` will *no longer*
install a GUI backend by default. For a complete installation with a GUI
backend, users are now encouraged to use `pip install napari[all]`, which
will install the default backend (currently PyQt5). To explicitly select
a backend, users may run either `pip install napari[pyqt5]` or
`pip install napari[pyside2]`.

For more information, examples, and documentation, please visit our website:
https://github.com/napari/napari

Build Tools

- Add check-manifest to CI and release workflow (1318)
- Packaging and setup.py refactor (1324)

1 author added to this release (alphabetical)

- [Talley Lambert](https://github.com/napari/napari/commits?author=tlambert03) - tlambert03

5 reviewers added to this release (alphabetical)

- [Juan Nunez-Iglesias](https://github.com/napari/napari/commits?author=jni) - jni
- [Kevin Yamauchi](https://github.com/napari/napari/commits?author=kevinyamauchi) - kevinyamauchi
- [Kira Evans](https://github.com/napari/napari/commits?author=kne42) - kne42
- [Nicholas Sofroniew](https://github.com/napari/napari/commits?author=sofroniewn) - sofroniewn
- [Talley Lambert](https://github.com/napari/napari/commits?author=tlambert03) - tlambert03

0.3.4rc0

0.3.3

We're happy to announce the release of napari 0.3.3!
napari is a fast, interactive, multi-dimensional image viewer for Python.
It's designed for browsing, annotating, and analyzing large multi-dimensional
images. It's built on top of Qt (for the GUI), vispy (for performant GPU-based
rendering), and the scientific Python stack (numpy, scipy).


This is a small bug fix PR that pins our Qt version at < 5.15.0, due to
incompatibilities with their latest release until we fix them. See 1312 for
discussion and the latest progress.

For more information, examples, and documentation, please visit our website:
https://github.com/napari/napari

New Features
- Adding properties attribute to Labels layers (1281)
- Add eraser button and functionality to Labels layer (1288)

Improvements
- Shapes colors refactor (1248)
- Allow drag filling of labels (1299)
- Make Qt window public (1306)

Bug Fixes
- Exit context before return on `_repr_png` (1298)

Build Tools
- Pin PySide2 and PyQt5 at <5.15 (1316)


4 authors added to this release (alphabetical)

- [Draga Doncila](https://github.com/napari/napari/commits?author=DragaDoncila) - DragaDoncila
- [Kevin Yamauchi](https://github.com/napari/napari/commits?author=kevinyamauchi) - kevinyamauchi
- [Talley Lambert](https://github.com/napari/napari/commits?author=tlambert03) - tlambert03
- [Ziyang Liu](https://github.com/napari/napari/commits?author=ziyangczi) - ziyangczi


4 reviewers added to this release (alphabetical)

- [Draga Doncila](https://github.com/napari/napari/commits?author=DragaDoncila) - DragaDoncila
- [Juan Nunez-Iglesias](https://github.com/napari/napari/commits?author=jni) - jni
- [Nicholas Sofroniew](https://github.com/napari/napari/commits?author=sofroniewn) - sofroniewn
- [Talley Lambert](https://github.com/napari/napari/commits?author=tlambert03) - tlambert03

Page 25 of 28

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.