Release latest
Pre-release
Pre-release
·
0 commits
to 21b27d4ff8b33fed76693c7e19f2086c2f60d210
since this release
This is an automatic packaging of SimpleITK based on the main branch. It contains the latest features and experimental developments.
To upgrade to this Python binary package run:
pip install --upgrade --pre simpleitk --find-links https://github.com/SimpleITK/SimpleITK/releases/tag/latest
What's Changed
- ENH: Add support for ITK SingleMultiThreader by @blowekamp in #2590
- ENH: Add Python examples and documentation for Elastix by @blowekamp in #2598
- BUG: Fix Elastix SuperBuild dep when using system ITK by @blowekamp in #2600
- ENH: Add C#, Java, Lua, and R examples for Elastix by @blowekamp in #2599
- FIX: Correct build names to match enabled languages by @blowekamp in #2603
- BUG: Add virtual destructor to ImageViewer by @blowekamp in #2602
- ENH: Update CMake version to 3.31.0 by @blowekamp in #2601
- DOC: Add release notes for v3.0.0b1 by @blowekamp in #2597
- Simplify wrapping logic by setting WRAP_ in each wrapper by @blowekamp in #2604
- Updates to R wrapping. by @zivy in #2605
- Fix swapped C and C++ CMake flag variables in manylinux cmd.sh by @blowekamp in #2608
- Restructure Elastix ParameterMaps documentation and examples by @blowekamp in #2606
- Update ITK to current development version. by @blowekamp in #2607
- Fix C# string interpolation in ParameterMaps.cs for older C# version compatibility by @blowekamp in #2609
- Use reshape over setting ndarray shape by @blowekamp in #2611
- Add r parameter map interface by @blowekamp in #2612
- Adding CITATION file for R package. by @zivy in #2614
- Update instructions for R binary distribution. by @zivy in #2616
- Bump actions/checkout from 6 to 7 by @dependabot[bot] in #2613
- Bump actions/cache from 5 to 6 by @dependabot[bot] in #2615
- Split publish job into publish-github and publish-pypi by @blowekamp in #2617
- GHA: Add Python sdist job to Package workflow by @blowekamp in #2618
- BUG: Use the enum type name CoherenceEnhancingDiffusionImageFilter declares by @hjmjohnson in #2621
- Disable Ruby on OSX by @blowekamp in #2620
- Bump actions/checkout from 6.0.2 to 7.0.0 by @dependabot[bot] in #2622
- Update Elastix git tag by @blowekamp in #2623
- Update ITK has to July 8 2026 hash by @blowekamp in #2624
- Improve documentation for composite transform. by @zivy in #2628
- BUG: Fix license-expression metadata breaking twine check by @blowekamp in #2632
- Update GitHub download stats script. by @zivy in #2633
- Add sitk-upload-binary-data skill by @blowekamp in #2637
- Improvements to the statistics scripts. by @zivy in #2644
- Replace buggy bash commit-msg hook with Python implementation by @blowekamp in #2640
- Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 by @dependabot[bot] in #2647
- Document filter test image comparison and baseline data workflow by @blowekamp in #2643
- ENH: Add NoMask test case for NormalizedCorrelationImageFilter by @blowekamp in #2634
- Slim down kw-pre-commit: drop dead code, delegate to standard hooks by @blowekamp in #2641
- CI: move WRAP_RUBY testing from macOS to Linux batch build job by @blowekamp in #2648
- BUG: Fix LabelMapMaskImageFilter BackgroundValue cast through label type by @blowekamp in #2629
- Add setup-externaldata script to configure .ExternalData clone by @blowekamp in #2642
- Update ITK version to 5.4.7 by @blowekamp in #2649
- BUG: Remove copy=False kwarg from reshape in GetArrayViewFromImage by @blowekamp in #2654
- CI: Migrate BatchBuild macOS jobs off deprecated macos-13 runner by @blowekamp in #2653
- CI: Fix always-truthy if expression in BatchBuild.yml by @blowekamp in #2658
- Bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #2656
- BUG: Pin numpy <2.5 for manylinux2014 python test venv by @blowekamp in #2659
- Updated documentaiton to reflect new R distro. by @zivy in #2661
- CI: Enable dependabot for GitHub Actions on release branch by @blowekamp in #2662
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.14.2 by @dependabot[bot] in #2668
- Bump actions/checkout from 4 to 7 by @dependabot[bot] in #2664
- Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #2667
- Bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #2666
- Bump actions/setup-python from 5 to 7 by @dependabot[bot] in #2665
- Bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 by @dependabot[bot] in #2660
- CI: Verify abi3 wheels with abi3audit by @blowekamp in #2663
- ENH: Update SuperBuild PCRE2 to 10.47 by @blowekamp in #2672
- ENH: Update SuperBuild SWIG to 4.5.0 by @blowekamp in #2671
- CI: Limit ITK coverage to 12GB memory tests by @blowekamp in #2676
Full Changelog: v3.0.0b1...latest