diff --git a/HISTORY.rst b/HISTORY.rst index fd5b0ab0..1c86e631 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,66 @@ History ======= +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 `_ - @habi +* `David Stansby `_ - @dstansby +* `dependabot[bot] `_ - @dependabot[bot] +* `Genevieve Buckley `_ - @GenevieveBuckley +* `jakirkham `_ - @jakirkham +* `Joshua Gould `_ - @joshua-gould +* `Kimberly Meechan `_ - @K-Meech +* `Marvin Albert `_ - @m-albert +* `Tom Augspurger `_ - @TomAugspurger + + +4 reviewers added to this release (alphabetical) + +* `Genevieve Buckley `_ - @GenevieveBuckley +* `jakirkham `_ - @jakirkham +* `Marvin Albert `_ - @m-albert +* `Thomas Robitaille `_ - @astrofrog + + 2024.5.0 (2024-05-17) ----------------------