napari 0.4.18#
We’re happy to announce the release of napari 0.4.18! 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 primarily a bug-fix release, addressing many issues from 0.4.17 (see “Bug Fixes”, below). However, it also contains some performance improvements and several exciting new features (see “Highlights”), so read on below!
For more information, examples, and documentation, please visit our website:
https://napari.org
Highlights#
Drawing polygons in the Shapes layer can now be done much faster with the new lasso tool (napari/napari/#5555)
Surface layers now support textures and vertex colors, allowing a whole new type of dataset to be visualised in napari. Have a look at
surface_multi_texture.py
andsurface_texture_and_colors.py
in theexamples
directory for some pretty demos! (napari/napari/#5642)Previously, navigating an image required switching out of whatever drawing mode you might have been using and going back to pan/zoom mode. Now you can use the mouse wheel to zoom in and out in any mode. (napari/napari/#5701)
Painting labels is now much, much faster (achieving 60fps even on an 8k x 8k image) (napari/napari/#5723 and napari/napari/#5732)
Vectors layers can now be displayed with two different styles of arrowheads, instead of just plain lines. This removes a longstanding limitation of the vectors layer! (napari/napari/#5740)
New Features#
Overlays 2.0 (napari/napari/#4894)
expose custom image interpolation kernels (napari/napari/#5130)
Add user agent environment variable for pip installations (napari/napari/#5135)
Add option to check if plugin try to set viewer attr outside main thread (napari/napari/#5195)
Set selection color for QListView item. (napari/napari/#5202)
Add warning about set private attr when using proxy (napari/napari/#5209)
Shapes interpolation (napari/napari/#5334)
Add dask settings to preferences (napari/napari/#5490)
Add lasso tool for faster drawing of polygonal Shapes (napari/napari/#5555)
Feature: support for textures and vertex colors on Surface layers (napari/napari/#5642)
Back point selection with a psygnal Selection (napari/napari/#5691)
Zooming with the mouse wheel in any mode (napari/napari/#5701)
Add cancellation functionality to progress (napari/napari/#5728)
Add arrow display styles to Vectors layer (napari/napari/#5740)
Improvements#
Set keyboard focus on console when opened (napari/napari/#5208)
Push variables to console when instantiated (napari/napari/#5210)
Tracks layer creation performance improvement (napari/napari/#5303)
PERF: Event emissions and perf regression. (napari/napari/#5307)
Much faster FormatStringEncoding (napari/napari/#5315)
Add parent when creating layer context menu to inherit application theme and add style entry for disabled widgets and menus (napari/napari/#5381)
Add correct
enablement
kwarg toSplit Stack
action,Convert data type
submenu andProjections
submenu (napari/napari/#5437)Apply disabled widgets style only for menus and set menus styles for
QModelMenu
andQMenu
instances (napari/napari/#5446)Add disabled style rule for
QComboBox
following the one forQPushButton
(napari/napari/#5469)Allow layers control section to resize to contents (napari/napari/#5474)
Allow to use
Optional
annotation in function return type for magicgui functions (napari/napari/#5595)Skip equality comparisons in EventedModel when unnecessary (napari/napari/#5615)
Bugfix: improve layout of Preferences > Shortcuts tables (napari/napari/#5679)
Improve preferences genration (napari/napari/#5696)
Add dev example for adding custom overlays. (napari/napari/#5719)
Disable buffer swapping (napari/napari/#5741)
Remove max brush size from increase brush size keybinding (napari/napari/#5761)
Explicitly list valid layer names in types (napari/napari/#5823)
Sort npe1 widget contributions (napari/napari/#5865)
feat: add
since_version
argument ofrename_argument
decorator (napari/napari/#5910)Emit extra information with layer.events.data (napari/napari/#5967)
Performance#
Return early when no slicing needed (napari/napari/#5239)
Tracks layer creation performance improvement (napari/napari/#5303)
PERF: Event emissions and perf regression. (napari/napari/#5307)
Much faster FormatStringEncoding (napari/napari/#5315)
Fix inefficient label mapping in direct color mode (10-20x speedup) (napari/napari/#5723)
Efficient labels mapping for drawing in Labels (60 FPS even with 8000x8000 images) (napari/napari/#5732)
Disable buffer swapping (napari/napari/#5741)
Bug Fixes#
Warn instead of failing on empty or invalid alt-text (napari/napari/#4505)
Fix display of order and scale combinations (napari/napari/#5004)
Enforce that contrast limits must be increasing (napari/napari/#5036)
Bugfix: Move Window menu to be before Help (napari/napari/#5093)
Add extra garbage collection for some viewer tests (napari/napari/#5108)
Connect image to plane events and expose them (napari/napari/#5131)
Workaround for discover themes from plugins (napari/napari/#5150)
Add missed dialogs to
qtbot
intest_qt_notifications
to prevent segfaults (napari/napari/#5171)DOC Update docstring of
add_dock_widget
&_add_viewer_dock_widget
(napari/napari/#5173)Fix unsortable features (napari/napari/#5186)
Avoid possible divide-by-zero in Vectors layer thumbnail update (napari/napari/#5192)
Disable napari-console button when launched from jupyter (napari/napari/#5213)
Volume rendering updates for isosurface and attenuated MIP (napari/napari/#5215)
Return early when no slicing needed (napari/napari/#5239)
Check strictly increasing values when clipping contrast limits to a new range (napari/napari/#5258)
UI Bugfix: Make disabled QPushButton more distinct (napari/napari/#5262)
Respect background color when calculating scale bar color (napari/napari/#5270)
Fix circular import in _vispy module (napari/napari/#5276)
Use only data dimensions for cord in status bar (napari/napari/#5283)
Prevent obsolete reports about failure of cleaning viewer instances (napari/napari/#5317)
Add scikit-image[data] to install_requires, because it’s required by builtins (napari/napari/#5329)
Fix repeating close dialog on macOS and qt 5.12 (napari/napari/#5337)
Disable napari-console if napari launched from vanilla python REPL (napari/napari/#5350)
For npe2 plugin, use manifest display_name for File > Open Samples (napari/napari/#5351)
Bugfix plugin display_name use (File > Open Sample, Plugin menus) (napari/napari/#5366)
Fix editing shape data above 2 dimensions (napari/napari/#5383)
Fix test keybinding for layer actions (napari/napari/#5406)
fix theme id not being used correctly (napari/napari/#5412)
Clarify layer’s editable property and separate interaction with visible property (napari/napari/#5413)
Fix theme reference to get image for
success_label
style (napari/napari/#5447)Bugfix: Ensure layer._fixed_vertex is set when rotating (napari/napari/#5449)
Fix
_n_selected_points
in _layerlist_context.py (napari/napari/#5450)Refactor Main Window status bar to improve information presentation (napari/napari/#5451)
Bugfix: Fix test_get_system_theme test for
name
toid
change (napari/napari/#5456)Bugfix: POLL_INTERVAL_MS used in QTimer needs to be an int on python 3.10 (napari/napari/#5467)
Bugfix: Add missing Enums and Flags required by PySide6 > 6.4 (napari/napari/#5480)
BugFix: napari does not start with Python v3.11.1: “ValueError: A distribution name is required.” (napari/napari/#5482)
Fix inverted LUT and blending (napari/napari/#5487)
Fix opening file dialogs in PySide (napari/napari/#5492)
Handle case when QtDims play thread is partially deleted (napari/napari/#5499)
Ensure surface normals and wireframes are using Models internally (napari/napari/#5501)
Recursively check for dependent property to fire events. (napari/napari/#5528)
Set PYTHONEXECUTABLE as part of macos fixes on (re)startup (napari/napari/#5531)
Un-set unified title and tool bar on mac (Qt property) (napari/napari/#5533)
Fix key error issue of action manager (napari/napari/#5539)
Bugfix: ensure Checkbox state comparisons are correct by using Qt.CheckState(state) (napari/napari/#5541)
Clean dangling widget in test (napari/napari/#5544)
Fix
test_worker_with_progress
by wait on worker end (napari/napari/#5548)Fix min req (napari/napari/#5560)
Fix vispy axes labels (napari/napari/#5565)
Fix colormap utils error suggestion code and add a test (napari/napari/#5571)
Fix problem of missing plugin widgets after minimize napari (napari/napari/#5577)
Make point size isotropic (napari/napari/#5582)
Fix guard of qt import in
napari.utils.theme
(napari/napari/#5593)Fix empty shapes layer duplication and
Convert to Labels
enablement logic for selected empty shapes layers (napari/napari/#5594)Stop using removed multichannel= kwarg to skimage functions (napari/napari/#5596)
Add information about
syntax_style
value in error message for theme validation (napari/napari/#5602)Remove catch_warnings in slicing (napari/napari/#5603)
Incorret theme should not prevent napari from start (napari/napari/#5605)
Unblock axis labels event to be emitted when slider label changes (napari/napari/#5631)
Bugfix: IndexError slicing Surface with higher-dimensional vertex_values (napari/napari/#5635)
Bugfix: Convert Viewer Delete button to QtViewerPushButton with action and shortcut (napari/napari/#5636)
Change dim
axis_label
resize logic to set width using only displayed labels width (napari/napari/#5640)Feature: support for textures and vertex colors on Surface layers (napari/napari/#5642)
Fix features issues with init param and property setter (napari/napari/#5646)
Bugfix: Don’t double toggle visibility for linked layers (napari/napari/#5656)
Bugfix: ensure pan/zoom buttons work, along with spacebar keybinding (napari/napari/#5669)
Bugfix: Add Tracks to qt_keyboard_settings (napari/napari/#5678)
Fix automatic naming and GUI exposure of multiple unnamed colormaps (napari/napari/#5682)
Fix mouse movement handling for
TransformBoxOverlay
(napari/napari/#5692)Update environment.yml (napari/napari/#5693)
Resolve symlinks from path to environment for setting path (napari/napari/#5704)
Fix tracks color-by when properties change (napari/napari/#5708)
Fix Sphinx warnings (napari/napari/#5717)
Do not use depth for canvas overlays; allow setting blending mode for overlays (napari/napari/#5720)
Unify event behaviour for points and its qt controls (napari/napari/#5722)
Fix camera 3D absolute rotation bug (napari/napari/#5726)
Maint: Bump mypy (napari/napari/#5727)
Style
QGroupBox
indicator (napari/napari/#5729)Fix centering of non-displayed dimensions (napari/napari/#5736)
Don’t attempt to use npe1 readers in napari.plugins._npe2.read (napari/napari/#5739)
Prevent canvas micro-panning on point add (napari/napari/#5742)
Use text opacity to signal that widget is disabled (napari/napari/#5745)
Bugfix: Add the missed keyReleaseEvent method in QtViewerDockWidget (napari/napari/#5746)
Update status bar on active layer change (napari/napari/#5754)
Use array size directly when checking multiscale arrays to prevent overflow (napari/napari/#5759)
Fix path to
check_updated_packages.py
(napari/napari/#5762)Brush cursor implementation using an overlay (napari/napari/#5763)
Bugfix: force a redraw to ensure highlight shows when Points are select-all selected (napari/napari/#5771)
Fix copy/paste of points (napari/napari/#5795)
Fix multiple viewer example (napari/napari/#5796)
Fix colormapping nD images (napari/napari/#5805)
Set focus policy for mainwindow to prevent keeping focus on the axis labels (and other
QLineEdit
based widgets) when clicking outside the widget (napari/napari/#5812)Enforce Points.selected_data type as Selection (napari/napari/#5813)
Change toggle menubar visibility functionality to hide menubar and show it on mouse movement validation (napari/napari/#5824)
Bugfix: Disconnect callbacks on object deletion in special functions from
event_utils
(napari/napari/#5826)Do not blend color in QtColorBox with black using opacity (napari/napari/#5827)
Don’t allow negative contour values (napari/napari/#5830)
Bugfixes for layer overlays: clean up when layer is removed + fix potential double creation (napari/napari/#5831)
Add compatibility to PySide in file dialogs by using positional arguments (napari/napari/#5834)
Bugfix: fix broken “show selected” in the Labels layer (because of caching) (napari/napari/#5841)
Add tests for popup widgets and fix perspective popup slider initialization (napari/napari/#5848)
[Qt6] Fix AttributeError on renaming layer (napari/napari/#5850)
Bugfix: Ensure QTableWidgetItem(action.description) item is enabled (napari/napari/#5854)
Add constraints file during installation of packages from pip in docs workflow (napari/napari/#5862)
Bugfix: link the Labels model to the “show selected” checkbox (napari/napari/#5867)
Add
__all__
tonapari/types.py
(napari/napari/#5894)Fix drawing vertical or horizontal line segments in Shapes layer (napari/napari/#5895)
Disallow outside screen geometry napari window position (napari/napari/#5915)
Fix
napari-svg
version parsing inconftest.py
(napari/napari/#5947)Fix issue in utils.progress for disable=True (napari/napari/#5964)
Set high DPI attributes when using PySide2 (napari/napari/#5968)
[0.4.18rc1] Bugfix/event proxy (napari/napari/#5994)
Fix behavior of PublicOnlyProxy in setattr, wrapped methods, and calling (napari/napari/#5997)
Bugfix: Fix regression from #5739 for passing plugin name and reader plus add test (napari/napari/#6013)
Avoid passing empty string to
importlib.metadata.metadata
(napari/napari/#6018)Use tuple for pip constraints to avoid LRU cache error (napari/napari#6036
API Changes#
Overlays 2.0 (napari/napari/#4894)
expose custom image interpolation kernels (napari/napari/#5130)
Connect image to plane events and expose them (napari/napari/#5131)
Deprecations#
Build Tools#
ci(dependabot): bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 (napari/napari/#5158)
ci(dependabot): bump actions/checkout from 2 to 3 (napari/napari/#5160)
ci(dependabot): bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0 (napari/napari/#5290)
ci(dependabot): bump docker/login-action from 2.0.0 to 2.1.0 (napari/napari/#5291)
ci(dependabot): bump actions/upload-artifact from 2 to 3 (napari/napari/#5292)
Pin mypy version (napari/napari/#5310)
MAINT: Start testing on Python 3.11 in CI. (napari/napari/#5439)
Pin test dependencies (napari/napari/#5715)
Documentation#
Fix failure on benchmark reporting (napari/napari/#5083)
Add NAP-5: proposal for an updated napari logo (napari/napari/#5084)
DOC Update doc contributing guide (napari/napari/#5114)
Napari debugging during plugin development documentation (napari/napari/#5142)
DOC Update docstring of
add_dock_widget
&_add_viewer_dock_widget
(napari/napari/#5173)Specified that the path is to the local folder in contributing documentation guide. (napari/napari/#5191)
Fixes broken links in latest docs version (napari/napari/#5193)
Fixes gallery ToC (napari/napari/#5458)
Fix broken link in EmitterGroup docstring (napari/napari/#5465)
Fix Sphinx warnings (napari/napari/#5717)
Add Fourier transform playground example (napari/napari/#5872)
Improve documentation of
changed
event in EventedList (napari/napari/#5928)Set removal version in deprecation of Viewer.rounded_division (napari/napari/#5944)
Update docs using changes from napari/docs (napari/napari/#5979)
Update CITATION.cff file with 0.4.18 contributors (napari/napari/#5980)
Pre commit fixes for 0.4.18 release branch (napari/napari/#5985)
Port changes from docs repo to main repo for 0.4.18 (napari/napari/#6002)
Add favicon and configuration (napari/docs/#4)
Docs for 5195 from main repository (napari/docs/#7)
Use
imshow
ingetting_started
(napari/docs/#9)DOC Update
viewer.md
(napari/docs/#11)Add and/or update documentation alt text (napari/docs/#12)
Adding documents and images from January 2022 plugin testing workshop. (napari/docs/#35)
Add some more docs about packaging details and conda-forge releases (napari/docs/#48)
Add documentation on using virtual environments for testing in napari based on 2022-01 workshop by Talley Lambert (napari/docs/#50)
Added info for conda installation problems (napari/docs/#51)
add best practices about packaging (napari/docs/#52)
Update viewer tutorial, regarding the console button (napari/docs/#53)
add sample database page (napari/docs/#56)
Fix magicgui objects.inv url for intersphinx (napari/docs/#58)
Fix broken links (napari/docs/#59)
Add sphinx-design cards to Usage landing page (napari/docs/#63)
Update to napari viewer tutorial. (napari/docs/#65)
Added environment creation and doc tools install (napari/docs/#72)
Feature: add
copy
button for code blocks usingsphinx-copybutton
(napari/docs/#76)Add NAP-6 - Proposal for contributable menus (napari/docs/#77)
Update contributing docs for [dev] install change needing Qt backend install (napari/docs/#78)
Update theme related documentation (napari/docs/#81)
Feature: implement python version substitution in conf.py (napari/docs/#84)
Fixes gallery ToC (napari/docs/#85)
Clarify arm64 macOS (Apple Silicon) installation (napari/docs/#89)
Add cards to usage landing pages (napari/docs/#97)
Replace pip with python -m pip (napari/docs/#100)
change blob example to be self contained (napari/docs/#101)
Home page update, take 2 (napari/docs/#102)
Update the ‘ensuring correctness’ mission clause (napari/docs/#105)
Update steering council listing on website (napari/docs/#106)
Update version switcher json (napari/docs/#109)
Installation: Add libmamba solver to conda Note (napari/docs/#110)
Update requirements and config for sphinx-favicon for 1.0 (napari/docs/#116)
change print to f-string (napari/docs/#117)
Replace non-breaking spaces with regular spaces (napari/docs/#118)
Bugfix: documentation update for napari PR #5636 (napari/docs/#123)
Add matplotlib image scraper for gallery (napari/docs/#130)
Fix missing links and references (napari/docs/#133)
Update URL of version switcher (napari/docs/#139)
Harmonize release notes to new mandatory labels (napari/docs/#141)
Update installation docs to remove briefcase bundle mentions (napari/docs/#147)
Fix version switcher URL for the latest docs version (napari/docs/#148)
Update Shapes How-To for new Lasso tool (napari/#5555) (napari/docs/#149)
Fix signpost to make_napari_viewer code (napari/docs/#151)
Docs for adding LayerData tuple to viewer (napari/docs/#152)
Update viewer tutorial 3D mode docs (napari/docs/#159)
Add a napari plugin debugging quick start section to the debugging guide (napari/docs/#161)
Pin npe2 version to match installed one (napari/docs/#175)
Add Wouter-Michiel Vierdag to list of core devs (napari/docs/#181)
Update SC information (napari/docs/#192)
Other Pull Requests#
use app-model for view menu (napari/napari/#4826)
Overlay backend refactor (napari/napari/#4907)
Migrate help menu to use app model (napari/napari/#4922)
Refactor layer slice/dims/view/render state (napari/napari/#5003)
MAINT: increase min numpy version. (napari/napari/#5089)
Refactor qt notification and its test solve problem of segfaults (napari/napari/#5138)
Decouple changing viewer.theme from changing theme settings/preferences (napari/napari/#5143)
[DOCS] misc invalid syntax updates. (napari/napari/#5176)
MAINT: remove vendored colorconv from skimage. (napari/napari/#5180)
Re-add README screenshot (napari/napari/#5220)
MAINT: remove requirements.txt and cache actions based on setup.cfg. (napari/napari/#5234)
Explicitly set test array data to fix a flaky test (napari/napari/#5245)
Add ruff linter to pre-commit (napari/napari/#5275)
Run tests on release branch (napari/napari/#5277)
Vispy 0.12: per-point symbol and several bugfixes (napari/napari/#5312)
Make all imports absolute (napari/napari/#5318)
Fix track ids features ordering for unordered tracks (napari/napari/#5320)
tests: remove private magicgui access in tests (napari/napari/#5331)
Make settings and cache separate per each environment. (napari/napari/#5333)
Remove internal event connection on SelectableEventedList (napari/napari/#5339)
Unset
PYTHON*
vars and use entitlements in macOS conda menu shortcut (napari/napari/#5354)Distinguish between update_dims, extent changes, and refresh (napari/napari/#5363)
Add checks for pending Qt threads and timers in tests (napari/napari/#5373)
Suppress color conversion warning when converting invalid LAB coordinates (napari/napari/#5386)
Fix warning when fail to import qt binding. (napari/napari/#5388)
Update
MANIFEST.in
to remove warning when run tox (napari/napari/#5393)[Automatic] Update albertosottile/darkdetect vendored module (napari/napari/#5394)
Update citation metadata (napari/napari/#5398)
Feature: making the Help menu more helpful via weblinks (re-do of #5094) (napari/napari/#5399)
[pre-commit.ci] pre-commit autoupdate (napari/napari/#5403)
Fix flaky dims playback test by waiting for playing condition (napari/napari/#5414)
[Automatic] Update albertosottile/darkdetect vendored module (napari/napari/#5416)
[pre-commit.ci] pre-commit autoupdate (napari/napari/#5422)
Avoid setting corner pixels for empty layers (napari/napari/#5423)
Maint: Typing and ImportError -> ModuleNotFoundError. (napari/napari/#5431)
Fix tox
passenv
setup forDISPLAY
andXAUTHORITY
environment variables (napari/napari/#5441)Add
error
color to themes and change application close/exit dialogs (napari/napari/#5442)Update screenshot in readme (napari/napari/#5452)
Maint: Fix sporadic QtDims garbage collection failures by converting some stray references to weakrefs (napari/napari/#5471)
Replace GabrielBB/xvfb-action (napari/napari/#5478)
Add tags to recently added examples (napari/napari/#5486)
Remove layer ndisplay event (napari/napari/#5491)
MAINT: Don’t format logs in log call (napari/napari/#5504)
Replace flake8, isort and pyupgrade by ruff, enable additional usefull rules (napari/napari/#5513)
Second PR that enables more ruff rules. (napari/napari/#5520)
Use pytest-pretty for better log readability (napari/napari/#5525)
MAINT: Follow Nep29, bump minimum numpy. (napari/napari/#5532)
[pre-commit.ci] pre-commit autoupdate (napari/napari/#5534)
Move layer editable change from slicing to controls (napari/napari/#5546)
update conda_menu_config.json for latest fixes in menuinst (napari/napari/#5564)
Enable the
COM
andSIM
rules inruff
configuration (napari/napari/#5566)Move from ubuntu 18.04 to ubuntu 20.04 in workflows (napari/napari/#5578)
FIX: Fix –pre skimage that have a more precise warning message (napari/napari/#5580)
Remove leftover duplicated code (napari/napari/#5586)
Remove napari-hub API access code (napari/napari/#5587)
Enable
ruff
rules part 4. (napari/napari/#5590)[pre-commit.ci] pre-commit autoupdate (napari/napari/#5592)
Maint: ImportError -> ModuleNotFoundError. (napari/napari/#5628)
[pre-commit.ci] pre-commit autoupdate (napari/napari/#5645)
MAINT: Do not use mutable default for dataclass. (napari/napari/#5647)
MAINT: Do not use cgi-traceback on 3.11+ (deprecated, marked for removal) (napari/napari/#5648)
MAINT: Add explicit level to warn. (napari/napari/#5649)
MAINT: Split test file in two to find hanging test. (napari/napari/#5680)
Skip pyside6 version 6.4.3 for tests (napari/napari/#5683)
Pin pydantic. (napari/napari/#5695)
fix test_viewer_open_no_plugin exception message expectation (napari/napari/#5698)
fix: Block PySide6==6.5.0 in tests (napari/napari/#5702)
Don’t resize shape after
Shift
release until mouse moves (napari/napari/#5707)Update
test_examples
job dependencies, unskipsurface_timeseries_.py
and update some examples validations (napari/napari/#5716)Add test to check basic interactions with layer controls widgets (napari/napari/#5757)
test: [Automatic] Constraints upgrades:
dask
,hypothesis
,imageio
,npe2
,numpy
,pandas
,psutil
,pygments
,pytest
,rich
,tensorstore
,tifffile
,virtualenv
,xarray
(napari/napari/#5776)[MAINT, packaging] Remove support for briefcase installers (napari/napari/#5804)
Update
PIP_CONSTRAINT
value to fix failing comprehensive jobs (napari/napari/#5809)[pre-commit.ci] pre-commit autoupdate (napari/napari/#5836)
[pre-commit.ci] pre-commit autoupdate (napari/napari/#5860)
Fix Dev Docker Container (napari/napari/#5877)
Make mypy error checking opt-out instead of opt-in (napari/napari/#5885)
Update Error description when plugin not installed (napari/napari/#5899)
maint: add fixture to disable throttling (napari/napari/#5908)
Update upgrade dependecies and test workflows (napari/napari/#5919)
[Maint] Fix comprehensive tests by skipping labels controls test on py311 pyqt6 (napari/napari/#5922)
Fix typo in resources/requirements_mypy.in file name (napari/napari/#5924)
Add Python 3.11 trove classifier. (napari/napari/#5937)
Change license_file to license_files in setup.cfg (napari/napari/#5948)
test: [Automatic] Constraints upgrades:
dask
,fsspec
,hypothesis
,imageio
,ipython
,napari-plugin-manager
,napari-svg
,numpy
,psygnal
,pydantic
,pyqt6
,pytest
,rich
,scikit-image
,virtualenv
,zarr
(napari/napari/#5963)Update deprecation information (napari/napari/#5984)
Pin napari and pydantic when installing a plugin (napari/napari/#6022)
43 reviewers added to this release (alphabetical)#
Alan Lowe - @quantumjot
Alister Burt - @alisterburt
Andrew Sweet - @andy-sweet
Ashley Anderson - @aganders3
Charlie Marsh - @charliermarsh
Daniel Althviz Moré - @dalthviz
David Ross - @davidpross
David Stansby - @dstansby
Draga Doncila Pop - @DragaDoncila
Eric Perlman - @perlman
Gabriel Selzer - @gselzer
Genevieve Buckley - @GenevieveBuckley
Gonzalo Peña-Castellanos - @goanpeca
Grzegorz Bokota - @Czaki
Isabela Presedo-Floyd - @isabela-pf
Jaime Rodríguez-Guerra - @jaimergp
Jan-Hendrik Müller - @kolibril13
Jessy Lauer - @jeylau
Jordão Bragantini - @JoOkuma
Juan Nunez-Iglesias - @jni
Jules Vanaret - @jules-vanaret
Kevin Yamauchi - @kevinyamauchi
Kim Pevey - @kcpevey
Kira Evans - @kne42
Konstantin Sofiiuk - @ksofiyuk
Kyle I. S. Harrington - @kephale
Lorenzo Gaifas - @brisvag
Luca Marconato - @LucaMarconato
Lucy Liu - @lucyleeow
Lucy Obus - @LCObus
Mark Harfouche - @hmaarrfk
Matthias Bussonnier - @Carreau
Melissa Weber Mendonça - @melissawm
Nathan Clack - @nclack
Nicholas Sofroniew - @sofroniewn
Oren Amsalem - @orena1
Pam Wadhwa - @ppwadhwa
Paul Smith - @p-j-smith
Peter Sobolewski - @psobolewskiPhD
Sean Martin - @seankmartin
Talley Lambert - @tlambert03
Wouter-Michiel Vierdag - @melonora
Ziyang Liu - @liu-ziyang
20 docs reviewers added to this release (alphabetical)#
Alister Burt - @alisterburt
Andrew Sweet - @andy-sweet
Ashley Anderson - @aganders3
Christopher Nauroth-Kreß - @Chris-N-K
David Stansby - @dstansby
Draga Doncila Pop - @DragaDoncila
Gonzalo Peña-Castellanos - @goanpeca
Grzegorz Bokota - @Czaki
Jaime Rodríguez-Guerra - @jaimergp
Juan Nunez-Iglesias - @jni
Kevin Yamauchi - @kevinyamauchi
Kira Evans - @kne42
Lorenzo Gaifas - @brisvag
Lucy Liu - @lucyleeow
Melissa Weber Mendonça - @melissawm
Nadalyn Miller - @Nadalyn-CZI
Nicholas Sofroniew - @sofroniewn
Peter Sobolewski - @psobolewskiPhD
Sean Martin - @seankmartin
Wouter-Michiel Vierdag - @melonora
New Contributors#
There are 19 new contributors for this release:
Christopher Nauroth-Kreß docs - @Chris-N-K
Clément Caporal napari - @ClementCaporal
Constantin Pape napari - @constantinpape
Craig T. Russell napari - @ctr26
David Ross napari - @davidpross
Gregor Lichtner napari - @glichtner
Jannis Ahlers napari - @jnahlers
Jessy Lauer napari - @jeylau
Jules Vanaret napari - @jules-vanaret
Kabilar Gunalan napari - @kabilar
Katherine Hutchings napari - @katherine-hutchings
Konstantin Sofiiuk napari - @ksofiyuk
LucaMarconato napari - @LucaMarconato
Oren Amsalem docs - @orena1
Paul Smith napari - @p-j-smith