Napari-napari

Latest version: v0.0.1

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

Scan your dependencies

Page 20 of 20

0.2.9

==========================

We're happy to announce the release of napari 0.2.9!
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
-----------------------------------------------------------------------
- better support for surface timeseries (831)
- contrast limits slider popup on right click (837)
- better isosurface rendering with colormaps (840)
- attenuated MIP mode for better 3D rendering (846)

New Features
-----------------------------------------------------------------------
- convert layer properties to dictionary (686)
- better support for surface timeseries (831)
- make contrast_limits_range public and climSlider popup on right click (837)
- attenuated MIP mode for better 3D rendering (846)

Improvements
-----------------------------------------------------------------------
- bump numpydoc dependency to 0_9_2 for faster startup (830)
- better isosurface rendering with colormaps (840)
- add nearest interpolation mode to volume rendering for better labels support (841)
- refactor RangeSlider to accept data range and values. (844)
- in bindings logic, check if generator, not generator function (853)

Bugfixes
-----------------------------------------------------------------------
- fix fullscreen crash for test_viewer (849)
- fix RangeSlider.rangeChange emit type bug (856)

API Changes
-----------------------------------------------------------------------
- `edge_color` and `face_color` now refer to colors of all points and shapes
in layer, `current_edge_color` and `current_face_color` now refer to the
colors currently selected in the GUI (686)

5 authors added to this release [alphabetical by first name or login]
---------------------------------------------------------------------
- Juan Nunez-Iglesias
- Kira Evans
- Nicholas Sofroniew
- Talley Lambert
- Tony Tung


4 reviewers added to this release [alphabetical by first name or login]
-----------------------------------------------------------------------
- Juan Nunez-Iglesias
- Nicholas Sofroniew
- Talley Lambert
- Tony Tung

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)

Bugfixes
---------------------------------------------------------------------
- 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)

5 authors added to this release [alphabetical by first name or login]
---------------------------------------------------------------------
- Genevieve Buckley
- Nicholas Sofroniew
- Russell Anderson
- Talley Lambert
- Tony Tung


3 reviewers added to this release [alphabetical by first name or login]
-----------------------------------------------------------------------
- Juan Nunez-Iglesias
- Nicholas Sofroniew
- Talley Lambert

0.2.7

==========================

We're happy to announce the release of napari 0.2.7!
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
-----------------------------------------------------------------------
- Play button for animating axes now in the GUI
- Threshold slider for much improved isosurface rendering
- Dockable widgets
- Slice information on sliders
- Dramatically improved performance with many invisible layers
- Adopted a governance model with a mission and values statement
- Added a new core dev guide

New Features
-----------------------------------------------------------------------
- Add governance model, mission and values, core dev guide (655)

Improvements
-----------------------------------------------------------------------
- Iso-surface threshold slider (712)
- Add play button to GUI (726)
- Make layers list dockable (727)
- Add Zenodo badge to documentation (743)
- Add a dock icon (744)
- Show splash screen for cli launch (745)
- Add benchmarks for setting .data in Image layers (747)
- Refactor layer tests to be more parametrized (723)
- Support opening labels layers via directly from path (748)
- Simplify keybindings info display (749)
- Clean up info box (750)
- Display slice info on right of slider (759)
- Block refresh for invisible layers (776)
- About copy button to info display box (798)
- Add blocked_signals context manager (797)
- Better selected menu header background color (813)

Bugfixes
-----------------------------------------------------------------------
- Fix StringEnum setting and errors (757)
- scale argument now accepts array-like input (765)
- fix set_fps type to float (767)
- Add shutdown method to QtViewer that closes all resources (769)
- Change language around windows support in readme (779)
- Revert 784 console shutdown conditionals (796)
- Fix window raise & inactive menubar conflict (795)
- Change documentation on qt.py folder location (783)
- Updating qt_console with better resource management (784)
- Respect vispy max texture limits (788)
- Fix (minor) deprecation warnings (800)
- Fix FPS spin box on Qt < 5.12 (803)
- Bumpy vispy dependency to 0.6.4 (807)
- Set threshold for codecov failure (806)
- Rename util to utils in MANIFEST.in (811)
- Add `requirements/release.txt` with release dependencies (809)

API Changes
-----------------------------------------------------------------------
- Rename util to utils across repo (808)
- Move Labels utility functions to labels_util.py (770)
- Move Image layer utility functions to image_utils.py (775)
- Move Layer utility functions to /napari/layers/layer_utils.py (778)
- Refactor util.misc (781)
- Drop ndim keyword from labels layer (773)


7 authors added to this release [alphabetical by first name or login]
---------------------------------------------------------------------
- Genevieve Buckley
- Kevin Yamauchi
- Kira Evans
- Nicholas Sofroniew
- Peter Boone
- Shannon Axelrod
- Talley Lambert


7 reviewers added to this release [alphabetical by first name or login]
-----------------------------------------------------------------------
- Ahmet Can Solak
- Juan Nunez-Iglesias
- Kevin Yamauchi
- Kira Evans
- Nicholas Sofroniew
- Shannon Axelrod
- Talley Lambert

0.2.6

==========================

We're happy to announce the release of napari v0.2.6!
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-base
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
--------------
- label axes with strings (644)
- interactive scripting with `viewer.update`(650)
- add dock widget support (695)
- dockable console (714)

Improvements
--------------
- improve release guide (668)
- add logo to repo (674)
- improve labels painting speed (684)
- add example showing mouse drag callbacks (690)
- add main window option to screenshots (722)

Bugfixes
--------
- allow all animation thread tests to be +/- 1 frame (670)
- document qt not qt5 (677)
- fix init of _position (680)
- fix 3d display surface (682)
- set arcballCamera fov default (683)
- cleaning for interactive scripting (688)
- change no. of pixels calculation from 32 to 64-bit (692)
- support multichannel dask array (701)
- Don't calc_data_range on uint8 data (705)
- allows Path in io.magic_imread (709)
- handles empty chosen files and folder (715)
- relax play_api (717)
- raise main window when showing (721)
- fix vertical scrollbars (728)
- revert "change no. of pixels calculation from 32 to 64-bit" (738)
- remove vispy backport with 0.6.3, fix segfault in 576 (739)
- improve pyramid guessing (740)

7 authors added to this release [alphabetical by first name or login]
---------------------------------------------------------------------
- Ahmet Can Solak
- Guillaume Gay
- Hagai Hargil
- Heath Patterson
- Juan Nunez-Iglesias
- Nicholas Sofroniew
- Talley Lambert


5 reviewers added to this release [alphabetical by first name or login]
-----------------------------------------------------------------------
- Ahmet Can Solak
- Hagai Hargil
- Juan Nunez-Iglesias
- Nicholas Sofroniew
- Talley Lambert

Page 20 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.