Napari-napari

Latest version: v0.0.1

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

Scan your dependencies

Page 6 of 20

0.4.12

We're happy to announce the release of napari 0.4.12!
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 is a bug fix release with many minor improvements and bug fixes. The user
experience for users of dask arrays might be significantly improved by a new
approach to setting the contrast limits based on the current slice (3425).

A progress bar will now display when opening multiple files (3355).
Thanks to first-time contributor tibuch the data type of labels layers can now
be converted from a context menu on the layer list (3402).

See the full list of merged pull requests below for further delails!

New Features
- Add progress bar when opening list of files (3355)
- Add right-click context menu to convert label data type. (3402)


Improvements
- Support for `Future` return type in magicgui widget (2581)
- Don't register dask cache globally - but do use cache as context manager when slicing (3285)
- Hide or Destroy dock widgets (3331)
- `_vispy` module cleanup (3333)
- Add expressions API (will eventually support `when` expressions for internal & plugin usage) (3350)
- Experimental npe2 support (3354)
- Disable save options if no layers available (3363)
- Add cancel and cancel all actions to plugin dialog and improve UI (3369)
- Add an option to change the theme to match the system one (3370)
- Add toggle visibility to layer actions (3372)
- Remove 0.4.9 deprecations (3377)
- Move `progress` outside of `qt` and eliminate need for `qt` imports in headless mode (3379)
- Normalize_dtype() when setting contrast limits. (3380)
- Add translucent no depth blending mode (3398)
- Center data within points thumbnail (3406)
- Add back support for big-endian NumPy dtypes in get_dtype_limits (3424)
- Schedule contrast limits calculation for dask arrays after first set_view_slice (3425)
- Minor refactor of get_active_layer_dtype (3434)
- Add event filter to convert tooltips to richtext (3442)
- Remove duplicate test parameter (3443)
- Check if proper function name is found when connect to EventEmmiter (3445)
- Prevent shapes removal while creating (3451)
- Bug fix for individual shape selection with shift modifier (3456)
- Multiscale slicing extends beyond shape (3460)
- Added float16 support to dtype normalization (3463)
- Updates for magicgui 0.3.0 (3465)
- Finds layer_controls based on layer's MRO (3471)
- Use `ensure_main_thread` instead of custom thread propagation mechanism in NapariQtNotification (3473)
- Drop pythonw patch in windows bundle (3479)
- Revert "drop pythonw patch (3479)" (3501)


Bug Fixes
- Fix `_old_size` attribute error in main window (3329)
- Fix problem with local function signal binding (3352)
- Fix __getattr__ in WorkerBase (3368)
- Fix off-by-one bug in extent of Image and Labels layers (3381)
- Try to fix bundle building. (3403)
- Fix to_labels default output shape (3412)
- Fix lazy load console (3419)
- Fix teardown of menus to prevent widget test leaks (3433)
- Fix off-by one error in Dims.range for non pixel-based layers (3444)
- Fix naming inconsistency for windows bundle (3476)
- Add ability to provide empty data to vectors layer (2995)


API Changes


Deprecations


Documentation
- Fix docs order in _toc.yml for 0.4.11 (3330)
- Add example with data of mixed dimensionality (3392)


Build Tools and Support
- Split windows pyside/pyqt into own GitHub action check (2989)
- Attempt to cache tox virtualenv. (2996)
- Update references to master to point to main (3351)
- Fix docs build from main branch (3365)
- Turn on testing examples on CI again (3367)
- Add certifi to dependencies (3386)
- Update README.md (3396)
- Fix CI failure from example (3397)
- Attempt to speedup tests around theme. (3405)
- Add global test timeout to avoid regression. (3407)
- Add missing rendering documentation (3436)
- Try to skip test on windows. (3438)
- Add wheel to bundle run dependecies (3450)
- Clarify existing behavior of `TextManager` with new tests and benchmarks (3452)
- Move 8s tiemout to github actions only (3457)
- Move icons to package src (3462)
- Fix image display for plugin installation page. (3480)
- Fix broken links in documentation (3481)
- Update formatting in README.md (3482)
- Fix formatting of Layers docstrings (3483)
- Add links to napari repo in README (3484)
- Bump minimum NumPy requirement to 1.18 (as per NEP29) (3485)
- Remove make_napari_viewer in vispy tests. (3486)
- Update ubuntu image to 18.04 (3348)
- Bundle: canonicalize arch names (3349)
- Fix min_req text matrix by skiping test (3496)
- Bundle: make fork multiprocessing default in macos again (3498)

22 authors added to this release (alphabetical)

- [Andy Sweet](https://github.com/napari/napari/commits?author=andy-sweet) - andy-sweet
- [Draga Doncila Pop](https://github.com/napari/napari/commits?author=DragaDoncila) - DragaDoncila
- [Eric Perlman](https://github.com/napari/napari/commits?author=perlman) - perlman
- [Genevieve Buckley](https://github.com/napari/napari/commits?author=GenevieveBuckley) - GenevieveBuckley
- [Gonzalo Peña-Castellanos](https://github.com/napari/napari/commits?author=goanpeca) - goanpeca
- [Gregory R. Lee](https://github.com/napari/napari/commits?author=grlee77) - grlee77
- [Grzegorz Bokota](https://github.com/napari/napari/commits?author=Czaki) - Czaki
- [Guillaume Gay](https://github.com/napari/napari/commits?author=glyg) - glyg
- [Jaime Rodríguez-Guerra](https://github.com/napari/napari/commits?author=jaimergp) - jaimergp
- [Jan-Hendrik Müller](https://github.com/napari/napari/commits?author=kolibril13) - kolibril13
- [Jordão Bragantini](https://github.com/napari/napari/commits?author=JoOkuma) - JoOkuma
- [Juan Nunez-Iglesias](https://github.com/napari/napari/commits?author=jni) - jni
- [Kevin Yamauchi](https://github.com/napari/napari/commits?author=kevinyamauchi) - kevinyamauchi
- [Lorenzo Gaifas](https://github.com/napari/napari/commits?author=brisvag) - brisvag
- [Lukas Vasadi](https://github.com/napari/napari/commits?author=lukasvasadi) - lukasvasadi
- [Matthias Bussonnier](https://github.com/napari/napari/commits?author=Carreau) - Carreau
- [Melissa Weber Mendonça](https://github.com/napari/napari/commits?author=melissawm) - melissawm
- [Nicholas Sofroniew](https://github.com/napari/napari/commits?author=sofroniewn) - sofroniewn
- [Pam](https://github.com/napari/napari/commits?author=ppwadhwa) - ppwadhwa
- [Talley Lambert](https://github.com/napari/napari/commits?author=tlambert03) - tlambert03
- [Tim-Oliver Buchholz](https://github.com/napari/napari/commits?author=tibuch) - tibuch
- [Ziyang Liu](https://github.com/napari/napari/commits?author=potating-potato) - potating-potato


20 reviewers added to this release (alphabetical)

- [Alister Burt](https://github.com/napari/napari/commits?author=alisterburt) - alisterburt
- [Andy Sweet](https://github.com/napari/napari/commits?author=andy-sweet) - andy-sweet
- [Draga Doncila Pop](https://github.com/napari/napari/commits?author=DragaDoncila) - DragaDoncila
- [Genevieve Buckley](https://github.com/napari/napari/commits?author=GenevieveBuckley) - GenevieveBuckley
- [Gonzalo Peña-Castellanos](https://github.com/napari/napari/commits?author=goanpeca) - goanpeca
- [Gregory R. Lee](https://github.com/napari/napari/commits?author=grlee77) - grlee77
- [Grzegorz Bokota](https://github.com/napari/napari/commits?author=Czaki) - Czaki
- [Jaime Rodríguez-Guerra](https://github.com/napari/napari/commits?author=jaimergp) - jaimergp
- [Juan Nunez-Iglesias](https://github.com/napari/napari/commits?author=jni) - jni
- [Kevin Yamauchi](https://github.com/napari/napari/commits?author=kevinyamauchi) - kevinyamauchi
- [Lorenzo Gaifas](https://github.com/napari/napari/commits?author=brisvag) - brisvag
- [Lukasz Migas](https://github.com/napari/napari/commits?author=lukasz-migas) - lukasz-migas
- [Matthias Bussonnier](https://github.com/napari/napari/commits?author=Carreau) - Carreau
- [Nathan Clack](https://github.com/napari/napari/commits?author=nclack) - nclack
- [Nicholas Sofroniew](https://github.com/napari/napari/commits?author=sofroniewn) - sofroniewn
- [Pam](https://github.com/napari/napari/commits?author=ppwadhwa) - ppwadhwa
- [psobolewskiPhD](https://github.com/napari/napari/commits?author=psobolewskiPhD) - psobolewskiPhD
- [Talley Lambert](https://github.com/napari/napari/commits?author=tlambert03) - tlambert03
- [Tim-Oliver Buchholz](https://github.com/napari/napari/commits?author=tibuch) - tibuch
- [Ziyang Liu](https://github.com/napari/napari/commits?author=potating-potato) - potating-potato

0.4.12rc2

0.4.12rc1

0.4.12rc0

0.4.11

We're happy to announce the release of napari 0.4.11!
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 introduces ways to interact with data in 3D (3037). Features like
label picking (3074) and label painting/erasing (3108) now work in 3D, but
these are just the beginning! We're excited to see new ways of annotating 3D
data appear in napari! For more details, please see the documentation at
[https://napari.org/guides/stable/3D_interactivity.html](https://napari.org/guides/stable/3D_interactivity.html).
Many thanks to Alister Burt and Kevin Yamauchi for their foundational work
setting up the infrastructure for these features.

Our volume rendering functionality has been significantly improved and now
includes the ability to render arbitrary planes through volumes (3023) and add
clipping planes to restrict rendering to a region of interest (3140). For now,
these features are marked as `experimental` and the API around their use is
likely to change in future versions of napari. We've also greatly improved how
depth is handled across our visuals to fix some artifacts, see 3181 and
3265. Thanks to Alister Burt, Lorenzo Gaifas, and Kevin Yamauchi for this
work.

Last but not least, some common operations are now much more accessible from
the GUI thanks to a new context menu on the layer list (2556 and 3028) and
buttons for controlling image contrast limit scaling (3022). Thanks to Talley
Lambert for these features!

Read on below for the full list of new features, improvements, bug fixes, and
more! Thanks to our incredible user and contributor community.


New Features

- Add context menu on layer list, introduce `QtActionContextMenu`. (2556)
- Add activity dialog and style progress bars (2656)
- Add playback options to settings (2933)
- Refactor settings manager to allow setting all preferences with env vars and context managers (2932)
- Add autoscale modes to image layer model, and buttons to GUI (3022)
- Arbitrary plane rendering prototype (3023)
- Add projections to layer context menu, allow grouping and nesting of menu items (3028)
- Add napari_experimental_provide_theme hook specification (3034)
- Add view ray and labels selection in 3D (3037)
- Add `add_<shape_type>` method for each shape type (3076)
- Grid mode popup (3084)
- Fix stubgen and package stubs in wheel/sdists (3105)
- Add 3D fill, "mill", and "print" on top of 3074 (3108)
- Add positive tail length to tracks layer (3138)
- Arbitrary clipping planes for volumes in the image layer (3140)
- Mask image from points layer (3151)
- Add .npy reader to builtin reader (3271)


Improvements

- Add `assign_[plugin]_to_extension` methods on plugin_manager. (2695)
- Use QDoubleRangeSlider from superqt package (2752)
- Use labeled sliders from superqt (2753)
- Shortcuts UI (2864)
- Convert TextManager to an EventedModel (2885)
- Make maximum brush size flexible (2901)
- Allow layer to register action on double clicks. (2907)
- Reduce numpy array traceback print (2910)
- Provide manual deepcopy implementation for translations strings. (2913)
- Make Points construction with properties consistent with setting properties (2916)
- Add search field to plugin dialog (2923)
- Add initital support to install from conda/mamba (2943)
- Shape Mouse refactor (2950)
- Make handling properties more consistent across some layer types (2957)
- Labels paintbrush now takes anisotropy into account (2962)
- Remove mode guards for selection interactions in points (2982)
- Emit data event when moving, adding or removing shapes or points (2992)
- Add TypedMutableMapping and EventedDict (2994)
- Add isosurface rendering to Labels (3006)
- Remove mentions of _mode_history (2987) (3008)
- Change opacity slider to float slider (3016)
- Refactor the Point, Label and Shape Layer Mode logic. (3050)
- Make flash effect feel more instant (3060)
- Use enum values internally for settings. (3063)
- Update vendored volume visual from vispy (3064)
- Allow for multiple installs and update buttons to reflect state (3067)
- Unify plugin wording and installer dialog to display only package/plugins (3071)
- 3D label picking and label ID in status bar (3074)
- Store unmaximized size if napari closes maximized (3075)
- Change shapes default edge color to middle gray (3113)
- Change default text overlay color to mid grey (3114)
- Add 3D get_value to Shapes (3117)
- Replace custom signals to accept/reject (3120)
- Remove old utils/settings/constants file (3122)
- NAPARI_CATCH_ERRORS disable notification manager (3126)
- Save files after launch from ipython (3130)
- Don't try to read unknown formats in builtin reader plugin (3145)
- Make current viewer accessible from the napari module (3149)
- Rename `Layer.plane` to `Layer.slicing_plane` (3150)
- Update new label action to work with tensorstore arrays (3153)
- Always raise PluginErrors (3157)
- Establish better YAML encoding for settings (fix enum encoding issue). (3163)
- Move `get_color` call to after `all_vals` have been cleared (3173)
- Prevent highlight widget from emitting constant signals (3175)
- Refactor preferences dialog to take advantage of evented settings methods (3178)
- Set gl_FragDepth in volume visual isosurface rendering (3181)
- Use QElidingLabel from superqt (3188)
- Move dock widgets in menu (3190)
- Use `QLargeIntSpinBox` from superqt, remove internal one (3191)
- Catch and prune connections to stale Qt callbacks in events.py (3193)
- Add checkbox to handle global plugin enable/disabled state (3194)
- Print warning if error formatting in the console fails instead of ignoring errors. (3201)
- Ensure we save a copy of existing value for undo (3203)
- Pull main window menu creation off of Window (3204)
- Remove extra box on plugin dialog (3235)
- Add instant hover tooltips (3242)
- Clipping planes, generalized (3252)
- Improve behavior when holding "shift" while editing shapes (3259)
- Mesh depth (3265)
- Make notification text selectable (3310)


Bug Fixes

- Fix notification manager threading test (2892)
- Pycharm blocking fix (2905)
- Fix windows 37 test (2909)
- Fix docstring, and type annotate. (2912)
- Don't raise exception when failing to save qt resources. (2919)
- Dix invalid yaml for docs workflow (2920)
- Fix use of `default_factory` in settings (2930)
- Close Qt progress bars when viewer is closed (2931)
- Degrade gracefully to default when colormap is not recognized (2936)
- Fix magicgui registration and circular imports (2949)
- Fix error in `Viewer.reset_view()` with vispy 0.7 (2958)
- Addressing case where argument to get_default_shape_type is empty list, addresses issue 2960 (2961)
- Fix nD anisotropic painting when scale is negative (2966)
- Ensure new height of expanded notification is larger than current height (2981)
- Gracefully handle properties with `object` dtype (2986)
- Fix scale decomp with composite (2990)
- Fix behavior of return/escape on preferences dialog to accept/cancel (2998)
- Fix EventedDict (3011)
- Use compression=('zlib', 1) for new tifffile (3040)
- Fix saving preferences (3041)
- Use non-deprecated colormap in viewer cmap test (3043)
- Fix Labels layer controls checkbox labels (3046)
- Fix Layer.affine assignment and broadcasting (3056)
- Fix problem with assigning affine with negative entries to pyramids (3088)
- Fix stubgen and package stubs in wheel/sdists (3105)
- Fix opacity slider on shapes (3109)
- Fix empty points layer with color cycle (3110)
- Fix point deletion bug (3119)
- Fix for get_value() with mixed dims (3121)
- Fix settings reset breaking connections (creating a new instance of nested sub-models) (3123)
- Fix plane serialisation (3143)
- Bugfix in labels erasing (3146)
- Bug fix for undo history in 3D painting (3154)
- Don't clear blocked plugins when closing preferences dialog (3164)
- Revert `Points` `remove_selected` always overwriting `self._value` to `None` (3165)
- Fix window geometry loading bug, and make `ApplicationSettings` types more accurate (3182)
- Fix missing import in napari.__init__.pyi (3183)
- Fix incorrect window position storage (3196)
- Fix incorrect use of dims_order when 3D painting (3202)
- Fix plugin settings restore and schema_version validation error in preferences dialog (3215)
- Fix memory leak in napari (3217)
- Disable space bar on layer list (3234)
- Close napari window on Ctrl+C without geting window focus (3239)
- Skip labeled sliders for <5.14 (3243)
- Don't pass interpolation when creating a new projection layer (3247)
- Prevent greedy dask array calculation when creating an Image layer (3248)
- Fix plane normal inconsistency (3264)
- Remove accidental print statement (3269)
- Only change `labels` color mode in `color` setter if new `colors` are not default (3275)
- Fix updating of plugins (3288)
- Fix theme color setting on startup (3293)
- Fix incorrect theme registration (3299)
- Fix issubclass error in update_docs (3305)
- Fix some divide-by-zeros (3320)
- Fix connect_setattr to handle single arguments better (3324)
- Fix objectName being an empty string (3326)
- Fix napari.run aborting due to IPython being imported during script (3328)
- Fix _old_size attribute error in main window (3329)

API Changes

- Remove brush shape (3047)
- Enforce layer.metadata as dict (3020)
- Use enum objects in EventedModel (3112)


UI Changes

- Remove keybindings dialog from help menu (3048)
- Remove plugin sorter from plugin install dialog (3069)
- Update Labels layer keybindings to be more ergonomic (3072)


Build Tools, Tests, Documentation, and other Tasks

- Add imagecodecs to the bundle to open additional tiffs (2895)
- Make ordering of releases manual (2921)
- Add alister burt to team page (2937)
- Use briefcase 0.3.1 on all platforms (2980)
- Move to Python 3.9 in the bundled application (2991)
- Speedup one of the slowest test. (2997)
- Update plugin guide with references and instructions for napari-hub (3055)
- Skip progress indicator test when viewer is not shown (3065)
- Add missing libraries in docker file and entrypoint (3081)
- Update documentation regarding the hub (3091)
- Block showing dialog in nongui test (3127)
- Update about page (3134)
- Adding new design issues template (3142)
- Fix emoji for design template (3161)
- Update design_related.md (3162)
- Try to fix CI, change perfmon test strategy (3167)
- Fix comprehensive tests (3168)
- Fix `make_docs` action (3169)
- Remove convert_app (3171)
- Update team.md (3176)
- Misc Doc format fixing (3179)
- Add public meeting calendar to the docs (3192)
- Don't start gui qt event loop when building docs (3207)
- Add note detailing current octree support (3208)
- Add napari_write_tracks to hook spec reference (3209)
- Add 3d interactivity docs (3210)
- Fix docs build again (3211)
- Fix CI typing tests (3212)
- Fix typo, add proper note markdown (3216)
- Pooch bugfix (3218)
- Update team.md (3237)
- Add binder to repository and badge on README (3244)
- Add extras_require for bundle deps (3255)
- Pin support pkg revision macos (3266)
- Exclude vispy 0.8.0 (3276)
- Revert sys.exit(0) debugging (3277)
- Bundle: export ARCH on Linux (3280)
- DOC: misc edits/fixes in the developer guide (3296)
- Update napari console dependency (3297)
- Bundle: use python 3.8 on Windows (3300)
- Bundle: add arch suffix to zip name (3302)
- Fix headless test failure (3311)
- Pin furo version (3315)
- Update the affine parameter description in several classes (3319)


21 authors added to this release (alphabetical)

- [Abigail McGovern](https://github.com/napari/napari/commits?author=AbigailMcGovern) - AbigailMcGovern
- [Alister Burt](https://github.com/napari/napari/commits?author=alisterburt) - alisterburt
- [Andy Sweet](https://github.com/napari/napari/commits?author=andy-sweet) - andy-sweet
- [Draga Doncila Pop](https://github.com/napari/napari/commits?author=DragaDoncila) - DragaDoncila
- [Gonzalo Peña-Castellanos](https://github.com/napari/napari/commits?author=goanpeca) - goanpeca
- [Grzegorz Bokota](https://github.com/napari/napari/commits?author=Czaki) - Czaki
- [Jaime Rodríguez-Guerra](https://github.com/napari/napari/commits?author=jaimergp) - jaimergp
- [Jordão Bragantini](https://github.com/napari/napari/commits?author=JoOkuma) - JoOkuma
- [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
- [Lia Prins](https://github.com/napari/napari/commits?author=liaprins-czi) - liaprins-czi
- [Lorenzo Gaifas](https://github.com/napari/napari/commits?author=brisvag) - brisvag
- [Lukasz Migas](https://github.com/napari/napari/commits?author=lukasz-migas) - lukasz-migas
- [Marlene Elisa Da Vitoria Lobo](https://github.com/napari/napari/commits?author=marlene09) - marlene09
- [Matthias Bussonnier](https://github.com/napari/napari/commits?author=Carreau) - Carreau
- [Nathan Clack](https://github.com/napari/napari/commits?author=nclack) - nclack
- [Nicholas Sofroniew](https://github.com/napari/napari/commits?author=sofroniewn) - sofroniewn
- [Pam](https://github.com/napari/napari/commits?author=ppwadhwa) - ppwadhwa
- [Talley Lambert](https://github.com/napari/napari/commits?author=tlambert03) - tlambert03
- [Thanushi Peiris](https://github.com/napari/napari/commits?author=thanushipeiris) - thanushipeiris
- [Volker Hilsenstein](https://github.com/napari/napari/commits?author=VolkerH) - VolkerH
- [Ziyang Liu](https://github.com/napari/napari/commits?author=ziyangczi) - ziyangczi


19 reviewers added to this release (alphabetical)

- [Alister Burt](https://github.com/napari/napari/commits?author=alisterburt) - alisterburt
- [Andy Sweet](https://github.com/napari/napari/commits?author=andy-sweet) - andy-sweet
- [Draga Doncila Pop](https://github.com/napari/napari/commits?author=DragaDoncila) - DragaDoncila
- [Genevieve Buckley](https://github.com/napari/napari/commits?author=GenevieveBuckley) - GenevieveBuckley
- [Gonzalo Peña-Castellanos](https://github.com/napari/napari/commits?author=goanpeca) - goanpeca
- [Jordão Bragantini](https://github.com/napari/napari/commits?author=JoOkuma) - JoOkuma
- [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
- [Lia Prins](https://github.com/napari/napari/commits?author=liaprins-czi) - liaprins-czi
- [Lorenzo Gaifas](https://github.com/napari/napari/commits?author=brisvag) - brisvag
- [Lucy Obus](https://github.com/napari/napari/commits?author=LCObus) - LCObus
- [Lukasz Migas](https://github.com/napari/napari/commits?author=lukasz-migas) - lukasz-migas
- [Matthias Bussonnier](https://github.com/napari/napari/commits?author=Carreau) - Carreau
- [Nathan Clack](https://github.com/napari/napari/commits?author=nclack) - nclack
- [Nicholas Sofroniew](https://github.com/napari/napari/commits?author=sofroniewn) - sofroniewn
- [Pam](https://github.com/napari/napari/commits?author=ppwadhwa) - ppwadhwa
- [Talley Lambert](https://github.com/napari/napari/commits?author=tlambert03) - tlambert03
- [Ziyang Liu](https://github.com/napari/napari/commits?author=ziyangczi) - ziyangczi

0.4.11rc4

Page 6 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.