napari 0.2.8#
We’re happy to announce the release of napari 0.2.8! 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
New Features#
Add
napari --info
and--citation
to CLI (#814)
Bug Fixes#
Fix broken links in CODE_OF_CONDUCT.md (#815)
Modify visibility changed slot to only update if object visible (#822)
Fix broken link in CONTRIBUTING.md (#824)
Make compatible with numpy 1.18 (#827)
3 reviewers added to this release (alphabetical)#
Juan Nunez-Iglesias - @jni
Nicholas Sofroniew - @sofroniewn
Talley Lambert - @tlambert03