Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps dask-image from 2024.5.0 to 2025.11.0.

Release notes

Sourced from dask-image's releases.

v2025.11.0 (2025-11-12)

We're pleased to announce the release of dask-image v2025.11.0!

Highlights

The key highlight of this release is that Marvin Albert added a dask-image implementation of the scipy.ndimage.map_coordinates function (#237). There have also been improvements to the documentation.

New Features

  • Implement support for ndimage.map_coordinates (#237)

Improvements

  • Use tifffile.TiffWriter's write method in test_cupy_imread (#398)
  • Recommend dask.array.image.imread over dask-image imread (#410)
  • Expand dask_image.imread.imread docstring (#411)
  • Add spline filter docstrings (#412)
  • Fix typo (#402)

Maintenance

  • ReadTheDocs: fix displayed version number in top left corner (#379)
  • Display dev version numbers on ReadTheDocs latest (#380)
  • Update conf.py, sphinx context injection deprecated in ReadTheDocs (#383)
  • fix KeyError: "None of [Index(['0_x', '1_x', '0_y', '1_y'], dtype='object')] are in the [columns]" in find_objects (#384)
  • Bump coverallsapp/github-action from 2.3.0 to 2.3.4 (#390)
  • Fix CI test failures (#393)
  • Recommend miniforge conda installer in docs (#395)
  • Update pytest config key (#396)
  • Drop gpuCI & ref dask-upstream-testing (#401)
  • Bump actions/checkout from 4 to 5 (#406)
  • Bump actions/setup-python from 5 to 6 (#408)
  • Maintenance: split ndinterp long init.py file functions into separate files (#416)

9 authors added to this release (alphabetical)

... (truncated)

Changelog

Sourced from dask-image's changelog.

v2025.11.0 (2025-11-12)

We're pleased to announce the release of dask-image v2025.11.0!

Highlights

The key highlight of this release is that Marvin Albert added a dask-image implementation of the scipy.ndimage.map_coordinates function (#237). There have also been improvements to the documentation.

New Features

  • Implement support for ndimage.map_coordinates (#237)

Improvements

  • Use tifffile.TiffWriter's write method in test_cupy_imread (#398)
  • Recommend dask.array.image.imread over dask-image imread (#410)
  • Expand dask_image.imread.imread docstring (#411)
  • Add spline filter docstrings (#412)
  • Fix typo (#402)

Maintenance

  • ReadTheDocs: fix displayed version number in top left corner (#379)
  • Display dev version numbers on ReadTheDocs latest (#380)
  • Update conf.py, sphinx context injection deprecated in ReadTheDocs (#383)
  • fix KeyError: "None of [Index(['0_x', '1_x', '0_y', '1_y'], dtype='object')] are in the [columns]" in find_objects (#384)
  • Bump coverallsapp/github-action from 2.3.0 to 2.3.4 (#390)
  • Fix CI test failures (#393)
  • Recommend miniforge conda installer in docs (#395)
  • Update pytest config key (#396)
  • Drop gpuCI & ref dask-upstream-testing (#401)
  • Bump actions/checkout from 4 to 5 (#406)
  • Bump actions/setup-python from 5 to 6 (#408)
  • Maintenance: split ndinterp long init.py file functions into separate files (#416)

9 authors added to this release (alphabetical)

  • David Haberthür <https://github.com/dask/dask-image/commits?author=habi>_ - @​habi
  • David Stansby <https://github.com/dask/dask-image/commits?author=dstansby>_ - @​dstansby
  • dependabot[bot] <https://github.com/dask/dask-image/commits?author=dependabot[bot]>_ - @​dependabot[bot]
  • Genevieve Buckley <https://github.com/dask/dask-image/commits?author=GenevieveBuckley>_ - @​GenevieveBuckley
  • jakirkham <https://github.com/dask/dask-image/commits?author=jakirkham>_ - @​jakirkham
  • Joshua Gould <https://github.com/dask/dask-image/commits?author=joshua-gould>_ - @​joshua-gould
  • Kimberly Meechan <https://github.com/dask/dask-image/commits?author=K-Meech>_ - @​K-Meech
  • Marvin Albert <https://github.com/dask/dask-image/commits?author=m-albert>_ - @​m-albert
  • Tom Augspurger <https://github.com/dask/dask-image/commits?author=TomAugspurger>_ - @​TomAugspurger

... (truncated)

Commits
  • 9992f3f Add release notes for v2025.11.0 (#417)
  • d5e334f Maintenance: split ndinterp long init.py file functions into separate fil...
  • 5a594e7 Implement support for ndimage.map_coordinates (#237)
  • 97ce946 Add spline filter docstrings (#412)
  • e016dd3 Bump actions/checkout from 4 to 5 (#406)
  • 21382ea Bump actions/setup-python from 5 to 6 (#408)
  • de7f288 Mention pims is used to open images + add bioio as an alternative reader (#411)
  • a2b795f Recommend dask.array.image.imread over dask-image imread (#410)
  • bab4261 Fix find_objects error occurring in combination with empty input chunks
  • a9da88a Fix typo (#402)
  • Additional commits viewable in compare view

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 [dask-image](https://github.com/dask/dask-image) from 2024.5.0 to 2025.11.0.
- [Release notes](https://github.com/dask/dask-image/releases)
- [Changelog](https://github.com/dask/dask-image/blob/main/HISTORY.rst)
- [Commits](dask/dask-image@v2024.5.0...v2025.11.0)

---
updated-dependencies:
- dependency-name: dask-image
  dependency-version: 2025.11.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 24, 2025
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.

1 participant