napari 0.2.5#
We’re happy to announce the release of napari 0.2.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
New Features#
- Basic “play” functionality (animate a dimension) (#607) 
Improvements#
- Add linter pre-commit hook (#638) 
- Modify dims QScrollbar with scroll-to-click behavior (#664) 
Bug Fixes#
- Fix np.pad() usage (#649) 
- Bump vispy, remove unnecessary data.copy() (#657) 
- Update Cirrus OSX image and patch windows builds (#658) 
- Avoid numcodecs 0.6.4 for now (#666) 
5 reviewers added to this release (alphabetical)#
- Ahmet Can Solak - @AhmetCanSolak 
- Bill Little - @bjlittle 
- Juan Nunez-Iglesias - @jni 
- Nicholas Sofroniew - @sofroniewn 
- Talley Lambert - @tlambert03 
