Skip to content

Commit

Permalink
Designate 0.23.2rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Apr 14, 2024
1 parent 7c08e3a commit 3d3e02c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions doc/source/release_notes/release_dev.rst
@@ -1,7 +1,7 @@
scikit-image 0.23.2rc0
scikit-image 0.23.2rc1
======================

We're happy to announce the release of scikit-image 0.23.2rc0!
We're happy to announce the release of scikit-image 0.23.2rc1!

Bug Fixes
---------
Expand All @@ -20,7 +20,6 @@ Maintenance
- Use ``numpy.inf`` instead of deprecated ``numpy.infty`` (`#7386 <https://github.com/scikit-image/scikit-image/pull/7386>`_).
- Update Ruff config (`#7387 <https://github.com/scikit-image/scikit-image/pull/7387>`_).
- Update matrix and names of Azure pipelines configuration (`#7390 <https://github.com/scikit-image/scikit-image/pull/7390>`_).
- Use upload- and download-artifact v4 (`#7389 <https://github.com/scikit-image/scikit-image/pull/7389>`_).
- Ignore arch specific cast warnings originating from ``astype`` in tests (`#7393 <https://github.com/scikit-image/scikit-image/pull/7393>`_).
- Update link to numpydoc example.py (`#7395 <https://github.com/scikit-image/scikit-image/pull/7395>`_).

Expand All @@ -40,5 +39,4 @@ Contributors
- Jarrod Millman (`@jarrodmillman <https://github.com/jarrodmillman>`_)
- Lars Grüter (`@lagru <https://github.com/lagru>`_)

_These lists are automatically generated, and may not be complete or may contain
duplicates._
_These lists are automatically generated, and may not be complete or may contain duplicates._
2 changes: 1 addition & 1 deletion skimage/__init__.py
Expand Up @@ -65,7 +65,7 @@
"""

__version__ = '0.23.2rc1.dev0'
__version__ = '0.23.2rc1'

import lazy_loader as lazy

Expand Down

0 comments on commit 3d3e02c

Please sign in to comment.