|
2 | 2 | History |
3 | 3 | ======= |
4 | 4 |
|
| 5 | +v2025.11.0 (2025-11-12) |
| 6 | +----------------------- |
| 7 | + |
| 8 | +We're pleased to announce the release of dask-image v2025.11.0! |
| 9 | + |
| 10 | +Highlights |
| 11 | + |
| 12 | +The key highlight of this release is that Marvin Albert added a dask-image |
| 13 | +implementation of the scipy.ndimage.map_coordinates function (#237). |
| 14 | +There have also been improvements to the documentation. |
| 15 | + |
| 16 | +New Features |
| 17 | + |
| 18 | +* Implement support for ndimage.map_coordinates (#237) |
| 19 | + |
| 20 | +Improvements |
| 21 | + |
| 22 | +* Use `tifffile.TiffWriter`'s `write` method in `test_cupy_imread` (#398) |
| 23 | +* Recommend dask.array.image.imread over dask-image imread (#410) |
| 24 | +* Expand dask_image.imread.imread docstring (#411) |
| 25 | +* Add spline filter docstrings (#412) |
| 26 | +* Fix typo (#402) |
| 27 | + |
| 28 | +Maintenance |
| 29 | + |
| 30 | +* ReadTheDocs: fix displayed version number in top left corner (#379) |
| 31 | +* Display dev version numbers on ReadTheDocs latest (#380) |
| 32 | +* Update conf.py, sphinx context injection deprecated in ReadTheDocs (#383) |
| 33 | +* fix KeyError: "None of [Index(['0_x', '1_x', '0_y', '1_y'], dtype='object')] are in the [columns]" in find_objects (#384) |
| 34 | +* Bump coverallsapp/github-action from 2.3.0 to 2.3.4 (#390) |
| 35 | +* Fix CI test failures (#393) |
| 36 | +* Recommend miniforge conda installer in docs (#395) |
| 37 | +* Update pytest config key (#396) |
| 38 | +* Drop gpuCI & ref dask-upstream-testing (#401) |
| 39 | +* Bump actions/checkout from 4 to 5 (#406) |
| 40 | +* Bump actions/setup-python from 5 to 6 (#408) |
| 41 | +* Maintenance: split ndinterp long __init__.py file functions into separate files (#416) |
| 42 | + |
| 43 | + |
| 44 | +9 authors added to this release (alphabetical) |
| 45 | + |
| 46 | +* `David Haberthür <https://github.com/dask/dask-image/commits?author=habi>`_ - @habi |
| 47 | +* `David Stansby <https://github.com/dask/dask-image/commits?author=dstansby>`_ - @dstansby |
| 48 | +* `dependabot[bot] <https://github.com/dask/dask-image/commits?author=dependabot[bot]>`_ - @dependabot[bot] |
| 49 | +* `Genevieve Buckley <https://github.com/dask/dask-image/commits?author=GenevieveBuckley>`_ - @GenevieveBuckley |
| 50 | +* `jakirkham <https://github.com/dask/dask-image/commits?author=jakirkham>`_ - @jakirkham |
| 51 | +* `Joshua Gould <https://github.com/dask/dask-image/commits?author=joshua-gould>`_ - @joshua-gould |
| 52 | +* `Kimberly Meechan <https://github.com/dask/dask-image/commits?author=K-Meech>`_ - @K-Meech |
| 53 | +* `Marvin Albert <https://github.com/dask/dask-image/commits?author=m-albert>`_ - @m-albert |
| 54 | +* `Tom Augspurger <https://github.com/dask/dask-image/commits?author=TomAugspurger>`_ - @TomAugspurger |
| 55 | + |
| 56 | + |
| 57 | +4 reviewers added to this release (alphabetical) |
| 58 | + |
| 59 | +* `Genevieve Buckley <https://github.com/dask/dask-image/commits?author=GenevieveBuckley>`_ - @GenevieveBuckley |
| 60 | +* `jakirkham <https://github.com/dask/dask-image/commits?author=jakirkham>`_ - @jakirkham |
| 61 | +* `Marvin Albert <https://github.com/dask/dask-image/commits?author=m-albert>`_ - @m-albert |
| 62 | +* `Thomas Robitaille <https://github.com/dask/dask-image/commits?author=astrofrog>`_ - @astrofrog |
| 63 | + |
| 64 | + |
5 | 65 | 2024.5.0 (2024-05-17) |
6 | 66 | ---------------------- |
7 | 67 |
|
|
0 commit comments