Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump napari[all] from 0.4.18 to 0.5.3 #95

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps napari[all] from 0.4.18 to 0.5.3.

Release notes

Sourced from napari[all]'s releases.

0.5.3

napari 0.5.3

Friday, Aug 30, 2024

We’re happy to announce the release of napari 0.5.3!

napari is a fast, interactive, multi-dimensional image viewer for Python. It’s designed for exploring, annotating, and analyzing multi-dimensional images. It’s built on Qt (for the GUI), VisPy (for performant GPU-based rendering), and the scientific Python stack (NumPy, SciPy, and friends).

For more information, examples, and documentation, please visit our website: https://napari.org/

Highlights

This is primarily a bug-fix release, including fixes for a couple of nasty regressions in 0.5.0 (#7184) and 0.5.2 (#7201). However, we also have a couple of excellent user-facing improvements:

  • In #7090, new contributor Bean Li fixed a very long-standing issue in napari: 3D picking didn't work when using a perspective projection (rather than the default orthogonal projection. The result is glorious:

    animated gif showing picking of points in 3D filaments using a perspective projection camera

    There's still a lot of work to be done in perspective projection (dragging planes, for example, still doesn't work), but this is an exciting first step, and we are thrilled that it came from a new community member! Thanks @​beanli161514!

  • In #7146, napari team member Grzegorz Bokota fixed a long-standing issue in napari: Layer.get_status used to be computed on the main thread, which meant that layers for which this involved heavy computation (such as large Labels layers, or Shapes layers or 3D surface layers with lots of polygons) would slow down the viewer refresh rate. Grzegorz's changes move the computation to a separate thread, which will dramatically improve performance in many situations. 🚀🚀🚀

Thanks as always to all our contributors, and read on for the full list of changes!

Improvements

  • [enh] Add a keybinding for rotating layer and alt-click on Transpose button (#7052)
  • enable 3D picking with perspective camera (#7090)
  • [UX/UI] Update layer controls tooltips (#7153)
  • Update labels_with_features example for #7025 (#7199)

Performance

... (truncated)

Commits

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [napari[all]](https://github.com/napari/napari) from 0.4.18 to 0.5.3.
- [Release notes](https://github.com/napari/napari/releases)
- [Commits](napari/napari@v0.4.18...v0.5.3)

---
updated-dependencies:
- dependency-name: napari[all]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 2, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants