|
2 | 2 | History
|
3 | 3 | =======
|
4 | 4 |
|
| 5 | +v2023.03.0 (2023-03-27) |
| 6 | +----------------------- |
| 7 | + |
| 8 | +We're pleased to announce the release of dask-image v2023.03.0! |
| 9 | + |
| 10 | +Highlights |
| 11 | + |
| 12 | +This version of dask-image drops support for python 3.7, |
| 13 | +now requires a minimum Dask version of 2021.10.0 or higher |
| 14 | +(due to a security patch), and makes tifffile a regular requirement. |
| 15 | +We also now build and publish wheel files to PyPI. |
| 16 | + |
| 17 | +Improvements |
| 18 | + |
| 19 | +* Documentation |
| 20 | + * Add GPU CI info to contributing docs (#300) |
| 21 | + * Docs: add GPU support info to coverage table (#301) |
| 22 | + |
| 23 | +* Testing |
| 24 | + * Test `gaussian` alias (#287) |
| 25 | + * Update NaN block size tests for threshold_local function (#289) |
| 26 | + * Test `find_objects` w/incorrect array type (#292) |
| 27 | + |
| 28 | +Deprecations and updated requirements |
| 29 | + |
| 30 | +* Update supported python versions to 3.8, 3.9, 3.10, & 3.11 (drop python 3.7) (#284) |
| 31 | +* Security update: Dask v2021.10.0 as minimum allowable version (#288) |
| 32 | +* Make tifffile regular requirement (#295) |
| 33 | + |
| 34 | +Build Tools |
| 35 | + |
| 36 | +* Continuous integration |
| 37 | + * Refresh doc environment (#273) |
| 38 | + * Setup Coveralls with GitHub Actions (#274) |
| 39 | + * Pin to jinja2<3.1 to avoid Readthedocs build error (#278) |
| 40 | + * Updates `setup.py`'s Python versions (#285) |
| 41 | + * Combine CI workflows for testing and release upload to PyPI (#291) |
| 42 | + * Enable option to restart GHA (#293) |
| 43 | + * Readd `environment-latest.yml` symlink (#294) |
| 44 | + * Add python 3.10 to gpuCI matrix (#298) |
| 45 | +* Releases |
| 46 | + * ENH: Build and publish wheels in GitHub CI (#272) |
| 47 | + * Update release notes script (#299) |
| 48 | + * Release notes for v2022.09.0 (#270) |
| 49 | +* Dependabot updates |
| 50 | + * Create dependabot.yml (#279) |
| 51 | + * Bump actions/setup-python from 2 to 4 (#280) |
| 52 | + * Bump actions/checkout from 2 to 3 (#281) |
| 53 | + * Bump coverallsapp/github-action from 1.1.3 to 1.2.2 (#282) |
| 54 | + * Bump coverallsapp/github-action from 1.2.2 to 1.2.4 (#283) |
| 55 | + * Bump coverallsapp/github-action from 1.2.4 to 2.0.0 (#296) |
| 56 | + |
| 57 | +Other Pull Requests |
| 58 | + |
| 59 | +* Group all imread functions together in the same file (#290) |
| 60 | + |
| 61 | +7 authors added to this release (alphabetical) |
| 62 | + |
| 63 | +* `Charles Blackmon-Luca <https://github.com/dask/dask-image/commits?author=charlesbluca>`_ - @charlesbluca |
| 64 | +* `dependabot[bot] <https://github.com/dask/dask-image/commits?author=dependabot[bot]>`_ - @dependabot[bot] |
| 65 | +* `Genevieve Buckley <https://github.com/dask/dask-image/commits?author=GenevieveBuckley>`_ - @GenevieveBuckley |
| 66 | +* `jakirkham <https://github.com/dask/dask-image/commits?author=jakirkham>`_ - @jakirkham |
| 67 | +* `Marvin Albert <https://github.com/dask/dask-image/commits?author=m-albert>`_ - @m-albert |
| 68 | +* `Matt McCormick <https://github.com/dask/dask-image/commits?author=thewtex>`_ - @thewtex |
| 69 | +* `Volker Hilsenstein <https://github.com/dask/dask-image/commits?author=VolkerH>`_ - @VolkerH |
| 70 | + |
| 71 | + |
| 72 | +3 reviewers added to this release (alphabetical) |
| 73 | + |
| 74 | +* `Genevieve Buckley <https://github.com/dask/dask-image/commits?author=GenevieveBuckley>`_ - @GenevieveBuckley |
| 75 | +* `jakirkham <https://github.com/dask/dask-image/commits?author=jakirkham>`_ - @jakirkham |
| 76 | +* `Matt McCormick <https://github.com/dask/dask-image/commits?author=thewtex>`_ - @thewtex |
| 77 | + |
| 78 | + |
5 | 79 | v2022.09.0 (2022-09-19)
|
6 | 80 | -----------------------
|
7 | 81 |
|
|
0 commit comments