napari 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 - @DragaDoncila
Kevin Yamauchi - @kevinyamauchi
Talley Lambert - @tlambert03
Ziyang Liu - @ziyangczi
4 reviewers added to this release (alphabetical)¶
Draga Doncila - @DragaDoncila
Juan Nunez-Iglesias - @jni
Nicholas Sofroniew - @sofroniewn
Talley Lambert - @tlambert03