Skip to content

chore(deps): update napari requirement from <0.7,>=0.5.3 to >=0.5.3,<0.8 in the python-packages group#1

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-packages-f62ad9f0eb
Open

chore(deps): update napari requirement from <0.7,>=0.5.3 to >=0.5.3,<0.8 in the python-packages group#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-packages-f62ad9f0eb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown

Updates the requirements on napari to permit the latest version.
Updates napari to 0.7.1

Release notes

Sourced from napari's releases.

v0.7.1

napari 0.7.1

Tue, Jun 16, 2026

We're happy to announce the release of napari 0.7.1! 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://napari.org.

napari follows EffVer (Intended Effort Versioning); this is a Meso release containing awesome new features, but some effort may be needed when updating previous projects to use this version.

Highlights

The napari 0.7.1 release includes many new features and improvements. Here are some of the highlights:

Signed Windows bundle

Starting with the napari 0.7.1 release, our bundle on Windows is now signed with a NumFOCUS certificate, like our macOS bundle has been. This means that you should be able to run napari without any warnings about the application being from an unknown publisher. This is an important step forward for our Windows users, as it enhances security and trust in our application, especially in managed IT environments where unsigned applications may be blocked by default.

The certificate is issued for the NumFOCUS foundation, which supports napari and a large number of other open source projects.

If you encounter any issues related to this change, please let us know!

Selection of the rendered level for multiscale layers

Prior to napari 0.7.1, when rendering a multiscale layer:

  • in 3D display, napari would always render the lowest resolution level of the pyramid
  • in 2D display, the pyramid level would be automatically selected based on the viewport

Thanks to #8917, users can now select a multiscale level to render (check out the awesome new example!). Importantly, this allows choosing a higher resolution rendering than before in 3D, as long as the selected level can fit within GPU texture limits. Meanwhile, for 2D display, you can fix the resolution level, which can be useful for annotation or previewing data prior to an analysis or export step. You can set this resolution using the resolution widget in the layer controls:

The resolution dropdown in the layer controls allows the user to select different levels of a multiscale image.

Colorbars for points layer

The points allows coloring points based of their feature values; in napari 0.7.1 we added support for colorbars (#8624), so you can now easily see the mapping between feature values and colors, just like the colorbars for image colormapping. This is especially useful when you have a large number of points and want to quickly understand the distribution of feature values.

Example of colorbar for points layer

Scalebar with units

In previous versions of napari, if you added a scale bar using View > Scale Bar > Scale Bar visible, it was shown with no units. In napari 0.7.1 we now

... (truncated)

Commits
  • 2d0a5c9 Set Shapes._valueto None, None on delete of shape (#9044)
  • 01fe715 Mnt: Block qt6 6.11.0, 6.11.1 due to dock widget and resizing bugs (#9052)
  • abe6827 Fix update of Shapes._value when remove shape (#9041)
  • 06e654e Fix floating widgets and use custom title bar in all cases (#8898)
  • 9a04c26 Do not connect to children events of EventedDict items if there is no callbac...
  • 529f732 Canvas based font size (#8770)
  • 96993e5 Remove decreases of font_size from primary UI elements. (#8948)
  • 24cd0d3 ci(deps): bump aiohttp from 3.13.5 to 3.14.0 in /resources (#9028)
  • cf9a1e0 Add float precision setting (#8975)
  • 63a94fb Auto-apply XCB/GLX workaround on Linux+Wayland at startup (#9009)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [napari](https://github.com/napari/napari) to permit the latest version.

Updates `napari` to 0.7.1
- [Release notes](https://github.com/napari/napari/releases)
- [Commits](napari/napari@v0.5.3...v0.7.1)

---
updated-dependencies:
- dependency-name: napari
  dependency-version: 0.7.1
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants