Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Updates the requirements on scikit-image to permit the latest version.

Release notes

Sourced from scikit-image's releases.

v0.24.0

scikit-image 0.24.0

We're happy to announce the release of scikit-image 0.24.0!

Highlights

  • Add new class skimage.transform.ThinPlateSplineTransform, which can estimate and model non-linear transforms with thin-plate splines and allows image warping with skimage.transform.warp (#7040).

New Features

  • Add new class skimage.transform.ThinPlateSplineTransform, which can estimate and model non-linear transforms with thin-plate splines and allows image warping with skimage.transform.warp (#7040).
  • Add skimage.morphology.remove_objects_by_distance, which removes labeled objects, ordered by size (default), until the remaining objects are a given distance apart (#4165).

Performance

  • In skimage.feature.corner_fast, test four directions earlier, which should more than half the computation time for most cases (#7394).

Documentation

  • Remove obsolete instruction about documenting changes (#7321).
  • Clarify description of data_range parameter in skimage.metrics.structural_similarity (#7345).
  • Update release process notes (#7402).
  • Fix typo in docstring of skimage.measure.regionprops (#7405).
  • Fix typos in skimage.measure.find_contours (#7411).
  • Add algorithmic complexity description + suggested alternatives to skimage.restoration.rolling_ball docstring (#7424).
  • Remove ineffective PR contribution clause (#7429).
  • Clarify objection period for lazy consensus in SKIP 1 (#7020).
  • Add a new gallery example "Use thin-plate splines for image warping" (#7040).
  • Add a new gallery example on "Removing objects" based on their size or distance (#4165).

Infrastructure

  • Escape user-controlled variables in GA workflow (#7415).
  • Add generation of GitHub artifact attestations to built sdist and wheels before upload to PyPI (#7427).
  • For publishing actions use the full length commit SHA (#7433).
  • Be mindful of resources by canceling in-progress workflows (#7436).
  • Add out-of-tree Pyodide builds in CI for scikit-image (#7350).

Maintenance

  • Replace deprecated nose style setup/teardown with autouse fixtures (#7343).
  • Temporarily pin macos-12 runner in CI (#7408).
  • Fix NumPy2 dtype promotion issues in pywt dependent code (#7414).
  • In skimage.util.compare_images, deprecate the parameter image2. Instead use image0, image1 to pass the compared images. Furthermore, all other parameters will be turned into keyword-only parameters once the deprecation is complete (#7322).
  • Add support back for Python 3.9 to enhance compatibility with Numpy 2 (#7412).
  • Disable ruff/pyupgrade rule UP038 (#7430).
  • Stop verifying wheel attestations temporarily (#7444).

Contributors

... (truncated)

Changelog

Sourced from scikit-image's changelog.

  • 0.24.0rc0.dev0 # development version for 0.24.0 first release candidate

Process

  • To debug building and testing wheels via CI, push to a branch named maintenance/anything.

    Once everything works as intended, remove those branches and proceed.

  • Set release variables:

    export VERSION=<version number>
    export PREVIOUS=<previous version number>
    export ORG="scikit-image"
    export REPO="scikit-image"
    

    If this is a prerelease:

    export NOTES="doc/source/release_notes/release_dev.rst"
    

    If this is release:

    export NOTES="doc/source/release_notes/release_${VERSION}.rst"
    git rm doc/source/release_notes/release_dev.rst
    
  • Autogenerate release notes:

    changelist ${ORG}/${REPO} v${PREVIOUS} main --version ${VERSION}  --out ${NOTES} --format rst
    changelist ${ORG}/${REPO} v${PREVIOUS} main --version ${VERSION}  --out ${VERSION}.md
    
  • If you want, you can review the release notes:

    • Scan the PR titles for highlights and mention these in the relevant sections of the notes. Ideally, all changed API objects are mentioned by name, e.g. a new parameter or a deprecated function.

    • Check for duplicate names in the automatically generated list of contributors and reviewers.

    • Append the release date to the title similar to previous iterations.

  • If this is a release:

    • (Only needed if you create a new branch) update the file skimage/data/_fetchers.py to point the pooch repository to the new branch instead of main during testing. Look for the parameter version_dev="main", for pooch.create and change it to the newly created branch name.

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 22, 2025
@mauicv
Copy link
Contributor

mauicv commented Dec 3, 2025

@dependabot rebase

Updates the requirements on [scikit-image](https://github.com/scikit-image/scikit-image) to permit the latest version.
- [Release notes](https://github.com/scikit-image/scikit-image/releases)
- [Changelog](https://github.com/scikit-image/scikit-image/blob/main/RELEASE.txt)
- [Commits](scikit-image/scikit-image@v0.19.0...v0.24.0)

---
updated-dependencies:
- dependency-name: scikit-image
  dependency-version: 0.24.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/scikit-image-gte-0.19-and-lt-0.25 branch from 24fd1f1 to dc5b95a Compare December 3, 2025 13:13
@codecov
Copy link

codecov bot commented Dec 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.71%. Comparing base (39a26e6) to head (dc5b95a).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #935      +/-   ##
==========================================
- Coverage   68.65%   65.71%   -2.94%     
==========================================
  Files         161      161              
  Lines       10323    10364      +41     
==========================================
- Hits         7087     6811     -276     
- Misses       3236     3553     +317     

see 16 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mauicv mauicv merged commit 4338f44 into master Dec 4, 2025
18 checks passed
@mauicv mauicv deleted the dependabot/pip/scikit-image-gte-0.19-and-lt-0.25 branch December 4, 2025 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants