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: ImagingDataCommons/dcmqi-python-distributions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: update-readme-platforms
Choose a base ref
...
head repository: ImagingDataCommons/dcmqi-python-distributions
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.
  • 17 commits
  • 9 files changed
  • 5 contributors

Commits on Apr 2, 2026

  1. Merge pull request #18 from ImagingDataCommons/update-readme-platforms

    feat: add macOS Intel wheel build and update README platforms
    fedorov authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    42609c7 View commit details
    Browse the repository at this point in the history
  2. feat: auto-discover binaries from upstream release archive

    Introduce binaries.txt as the single source of truth for the list of
    dcmqi executables. CMakeLists.txt now reads it via file(STRINGS),
    __init__.py discovers installed binaries dynamically at import time,
    and tests parametrize from the file. The update-dcmqi workflow
    extracts binary names from the Linux archive and updates binaries.txt
    and pyproject.toml [project.scripts] automatically when a new release
    is detected.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    fedorov and claude committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    80e948d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9776eb0 View commit details
    Browse the repository at this point in the history
  4. style: fix pre-commit issues

    - Fix YAML-invalid heredoc in update-dcmqi.yml by collapsing Python
      script to a single-line python3 -c invocation
    - Add noqa: PLE0604 for dynamic __all__ in __init__.py
    - Add return type annotation to _make_wrapper
    - Apply ruff-format fix
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    fedorov and claude committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    2dae5d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88f0b00 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #19 from ImagingDataCommons/auto-discover-binaries

    feat: auto-discover binaries from upstream release archive
    fedorov authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    ebdab85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    718d2aa View commit details
    Browse the repository at this point in the history
  8. fix: add bin2labelsegimage to project.scripts entry points

    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    fedorov and claude committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    b6b32ac View commit details
    Browse the repository at this point in the history
  9. Merge pull request #20 from ImagingDataCommons/add-missing-binary

    add missing binary to the list
    fedorov authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    0c5e826 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2026

  1. build(deps): Bump pypa/cibuildwheel in the actions group

    Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).
    
    
    Updates `pypa/cibuildwheel` from 3.4.0 to 3.4.1
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v3.4.0...v3.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/cibuildwheel
      dependency-version: 3.4.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    76afbbe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from ImagingDataCommons/dependabot/github_acti…

    …ons/actions-8a8ae888d8
    
    build(deps): Bump pypa/cibuildwheel from 3.4.0 to 3.4.1 in the actions group
    fedorov authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    c29b3e0 View commit details
    Browse the repository at this point in the history
  3. chore: update pre-commit hooks

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.15.8 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.8...v0.15.9)
    - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0)
    pre-commit-ci[bot] authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    ca066ad View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. Merge pull request #22 from ImagingDataCommons/pre-commit-ci-update-c…

    …onfig
    
    chore: update pre-commit hooks
    fedorov authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    607f952 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. chore: update pre-commit hooks

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.10](astral-sh/ruff-pre-commit@v0.15.9...v0.15.10)
    - [github.com/pre-commit/mirrors-clang-format: v22.1.2 → v22.1.3](pre-commit/mirrors-clang-format@v22.1.2...v22.1.3)
    - [github.com/pre-commit/mirrors-mypy: v1.20.0 → v1.20.1](pre-commit/mirrors-mypy@v1.20.0...v1.20.1)
    pre-commit-ci[bot] authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    ae721e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. Merge pull request #23 from ImagingDataCommons/pre-commit-ci-update-c…

    …onfig
    
    chore: update pre-commit hooks
    fedorov authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    58e00d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2026

  1. chore: update pre-commit hooks

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.15.10 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.10...v0.15.12)
    - [github.com/pre-commit/mirrors-clang-format: v22.1.3 → v22.1.4](pre-commit/mirrors-clang-format@v22.1.3...v22.1.4)
    - [github.com/pre-commit/mirrors-mypy: v1.20.1 → v1.20.2](pre-commit/mirrors-mypy@v1.20.1...v1.20.2)
    pre-commit-ci[bot] authored Apr 27, 2026
    Configuration menu
    Copy the full SHA
    76cc812 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2026

  1. Merge pull request #24 from ImagingDataCommons/pre-commit-ci-update-c…

    …onfig
    
    chore: update pre-commit hooks
    fedorov authored May 1, 2026
    Configuration menu
    Copy the full SHA
    24554d4 View commit details
    Browse the repository at this point in the history
Loading