Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 4, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updates the requirements on simpleitk to permit the latest version.

Release notes

Sourced from simpleitk's releases.

Release v2.5.0

Release Notes

Announcing the SimpleITK 2.5.0 Release!

The release includes critical bug fixes and compilation issues including an update to ITK v5.4.2.

Installing SimpleITK

Complete instructions on getting started with SimpleITK including downloading binaries or building SimpleITK can be found on the SimpleITK Read the Docs web page.

Python Binary Downloads

  • Python binary wheels are available for download. It is important to have the latest version of pip for correct wheel compatibility and installation. To install the latest SimpleITK package from PyPI:
    python -m pip install --upgrade pip
    python -m pip install SimpleITK
    

NOTE: The Python package filename now follows the enforced name normalization on PyPI. That is the name of the file is now simpleitk....whl. PyPI is case insensitive with regards to names of packages. However, the name of the Python package when importing is still case and should be import SimpleITK.

The binary distribution contains wheels built on the Python 3.11 stable API ( see PEP 384 ) and should work with Python versions including and after 3.11.

Anaconda Binary Downloads

SimpleITK Conda binaries are available for the conda-forge ecosystem. To get started run the following command:

conda create --name sitk python=3.12 simpleitk --channel conda-forge --override-channels

Getting Started

To get started with pre-compiled Java or C# bindings, building the R binding via a devtools installer or building SimpleITK from source code see the Getting Started Guide.

Release Notes

New Features

  • Added support for up to 5D images in MinimumProjectionImageFilter.
  • Introduced wrapping for ReinitializeLevelSetImageFilter.
  • Enabled external ITK module LabelErodeDilate by default.

Updates

... (truncated)

Commits
  • 681c605 Merge branch 'release'
  • c1e7935 Merge pull request #2274 from zivy/updateDocsLinks
  • 226c20f DOC: Updated dead URLs in read-the-docs documentation.
  • 0d39b31 Merge pull request #2273 from zivy/removeWikiReference
  • 9a9fc4b DOC: Remove reference to kitware hosted wiki.
  • 3855c6e Merge pull request #2270 from blowekamp/fix_python_install_redirect
  • 4e8a9c0 BUG: Remove ">=" from command line requirements
  • d0ba29b Merge pull request #2267 from blowekamp/ci_manylinux_drop_py38
  • 0b36906 Remove Python 3.8 from docker build script for manylinux wheels
  • 8c21c90 Merge pull request #2259 from blowekamp/cb-runners-build
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Updates the requirements on [simpleitk](https://github.com/SimpleITK/SimpleITK) to permit the latest version.
- [Release notes](https://github.com/SimpleITK/SimpleITK/releases)
- [Commits](SimpleITK/SimpleITK@v2.1.0...v2.5.0)

---
updated-dependencies:
- dependency-name: simpleitk
  dependency-version: 2.5.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 4, 2025
@blowekamp
Copy link
Collaborator

@dependabot rebase

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