Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: InsightSoftwareConsortium/ITKPythonPackage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release
Choose a base ref
...
head repository: InsightSoftwareConsortium/ITKPythonPackage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 28 files changed
  • 2 contributors

Commits on Nov 17, 2025

  1. STYLE: Strip trailing whitespace in files

    Reduce noise in future script modifications
    hjmjohnson committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    27e632c View commit details
    Browse the repository at this point in the history
  2. STYLE: Consistently format python files with 'black' formatting

    Reduce git diffs in future code modifications
    hjmjohnson committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    6c31af9 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. DOC: setup.py was replaced with pyproject.toml builds

    Since 2023 pyproject.toml is the only used mechanism for building
    python packages in ITK.
    hjmjohnson committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    9a956c0 View commit details
    Browse the repository at this point in the history
  2. ENH: Update minimum versions supported to 3.9

    Update documentation to only include valid python versions.
    hjmjohnson committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    edfe4ab View commit details
    Browse the repository at this point in the history
  3. ENH: Update minimum supported cmake version 3.26.6

    Building python packages with 3.26.6 allows for support of Development.SABIModule
    capabilities.
    hjmjohnson committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    0dde05b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d09462 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #297 from InsightSoftwareConsortium/strip-trailing…

    …-whitespace
    
    strip trailing whitespace
    thewtex authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    4ef67cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c13424 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ecf24a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. ENH: Add explicit PEP 404 version conformance check

    Fail early if the version is incompatible with PEP 440.
    hjmjohnson committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    285c3aa View commit details
    Browse the repository at this point in the history
  2. DOC: Minor comment fix

    hjmjohnson committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    1d11561 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a91178f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #298 from InsightSoftwareConsortium/script-documen…

    …tation-cleanups
    
    script documentation cleanups
    thewtex authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    ab4b64f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Merge branch 'release'

    thewtex committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    b15a64e View commit details
    Browse the repository at this point in the history
Loading