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: QIICR/dcmqi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.1
Choose a base ref
...
head repository: QIICR/dcmqi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.2
Choose a head ref
  • 8 commits
  • 9 files changed
  • 1 contributor

Commits on Jan 12, 2024

  1. ENH: use SegmentDescription to populate SegmentLabel

    This will be done when SegmentLabel is not passed in configuration.
    SegmentDescription is better than using CodeMeaning from SegmentationType,
    as it allows more precise control by the user.
    fedorov committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    58069a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c718af View commit details
    Browse the repository at this point in the history
  3. Merge pull request #488 from fedorov/revisit-segment-label

    ENH: use SegmentDescription to populate SegmentLabel
    
    The new heuristic is: if SegmentLabel is not available, first try SegmentDescription before defaulting to SegmentedPropertyTypeCodeSequence>CodeMeaning
    fedorov authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d865fca View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. allow saving merged segments to all formats

    I do not see a reason to restrict this feature to NRRD
    fedorov committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a67e64e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. update python to 3.10.11

    3.7.14 appears to be no longer available, and 3.10.11 is the next one available based on https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
    fedorov committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c782574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0bef7a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #495 from QIICR/merge-beyond-nrrd

    allow saving merged segments to all formats
    fedorov authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    34aae2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4fdfd6 View commit details
    Browse the repository at this point in the history
Loading