From 97347a89c03b5916f69f42b281d122928d1a5dbc Mon Sep 17 00:00:00 2001 From: Genevieve Buckley <30920819+GenevieveBuckley@users.noreply.github.com> Date: Mon, 27 Mar 2023 14:41:59 +1100 Subject: [PATCH] Release notes v2023.03.0 (#303) * Release notes for v2023.03.0 --- HISTORY.rst | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index c477225e..ece603a6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,80 @@ History ======= +v2023.03.0 (2023-03-27) +----------------------- + +We're pleased to announce the release of dask-image v2023.03.0! + +Highlights + +This version of dask-image drops support for python 3.7, +now requires a minimum Dask version of 2021.10.0 or higher +(due to a security patch), and makes tifffile a regular requirement. +We also now build and publish wheel files to PyPI. + +Improvements + +* Documentation + * Add GPU CI info to contributing docs (#300) + * Docs: add GPU support info to coverage table (#301) + +* Testing + * Test `gaussian` alias (#287) + * Update NaN block size tests for threshold_local function (#289) + * Test `find_objects` w/incorrect array type (#292) + +Deprecations and updated requirements + +* Update supported python versions to 3.8, 3.9, 3.10, & 3.11 (drop python 3.7) (#284) +* Security update: Dask v2021.10.0 as minimum allowable version (#288) +* Make tifffile regular requirement (#295) + +Build Tools + +* Continuous integration + * Refresh doc environment (#273) + * Setup Coveralls with GitHub Actions (#274) + * Pin to jinja2<3.1 to avoid Readthedocs build error (#278) + * Updates `setup.py`'s Python versions (#285) + * Combine CI workflows for testing and release upload to PyPI (#291) + * Enable option to restart GHA (#293) + * Readd `environment-latest.yml` symlink (#294) + * Add python 3.10 to gpuCI matrix (#298) +* Releases + * ENH: Build and publish wheels in GitHub CI (#272) + * Update release notes script (#299) + * Release notes for v2022.09.0 (#270) +* Dependabot updates + * Create dependabot.yml (#279) + * Bump actions/setup-python from 2 to 4 (#280) + * Bump actions/checkout from 2 to 3 (#281) + * Bump coverallsapp/github-action from 1.1.3 to 1.2.2 (#282) + * Bump coverallsapp/github-action from 1.2.2 to 1.2.4 (#283) + * Bump coverallsapp/github-action from 1.2.4 to 2.0.0 (#296) + +Other Pull Requests + +* Group all imread functions together in the same file (#290) + +7 authors added to this release (alphabetical) + +* `Charles Blackmon-Luca `_ - @charlesbluca +* `dependabot[bot] `_ - @dependabot[bot] +* `Genevieve Buckley `_ - @GenevieveBuckley +* `jakirkham `_ - @jakirkham +* `Marvin Albert `_ - @m-albert +* `Matt McCormick `_ - @thewtex +* `Volker Hilsenstein `_ - @VolkerH + + +3 reviewers added to this release (alphabetical) + +* `Genevieve Buckley `_ - @GenevieveBuckley +* `jakirkham `_ - @jakirkham +* `Matt McCormick `_ - @thewtex + + v2022.09.0 (2022-09-19) -----------------------