Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for itk53 #39

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    444ddb9 View commit details
    Browse the repository at this point in the history
  2. Fix setup.py syntax error

    blowekamp committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    9a5cfa0 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    930289f View commit details
    Browse the repository at this point in the history
  2. Merge pull request SimpleITK#7 from blowekamp/AddMaskedAssignImageFilter

    Add intial check in of maksed assign image filter
    blowekamp authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    803cec0 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. STYLE: Rename ITK_DISALLOW_COPY_AND_ASSIGN to ITK_DISALLOW_COPY_AND_MOVE

    Fixes changes made in #2053. ITK_DISALLOW_COPY_AND_ASSIGN will be used if ITK_FUTURE_LEGACY_REMOVE=OFF.
    mseng10 authored and hjmjohnson committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    7f969cb View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Configuration menu
    Copy the full SHA
    49bb41d View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. STYLE: Match clang-format style for ITK

    When adding missing macro end-of-line semi-colons, the clang-format
    corrections make the code more consistent to read.
    hjmjohnson committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    7dadf89 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    6917415 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. BUG: Incorrect expectations for tests

    The test expects an exception to be thrown, when in actuality, it does not. This makes the test verify no exception is thrown.
    mseng10 committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    be21024 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Merge pull request SimpleITK#11 from mseng10/update-ci

    COMP: Update GitHub Actions from ITKModuleTemplate
    blowekamp authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    013c769 View commit details
    Browse the repository at this point in the history
  2. Update checkout version 2

    blowekamp committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    83cc86d View commit details
    Browse the repository at this point in the history
  3. Update to ITK tag v5.20

    blowekamp committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    9450615 View commit details
    Browse the repository at this point in the history
  4. Update Ubuntu 20.04

    blowekamp committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    4cd0a63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a7586c View commit details
    Browse the repository at this point in the history
  6. Update setup.py version

    blowekamp committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    2ff7b07 View commit details
    Browse the repository at this point in the history
  7. Merge pull request SimpleITK#14 from blowekamp/UpdateITKandCI

    Update ITK version and CI updates
    blowekamp authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    211456d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a6d1bf View commit details
    Browse the repository at this point in the history
  9. Update to greedy algorithm for determining closes orientation

    The new method resolved the cases where there are no dominant
    direction in one or more axis. This method chooses the high value in
    the matrix first, then removes the invalid remaining values to select
    from.
    blowekamp committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    a728f6d View commit details
    Browse the repository at this point in the history
  10. Fix CI to use Ubuntu 18.04

    blowekamp committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    432d457 View commit details
    Browse the repository at this point in the history
  11. Merge pull request SimpleITK#12 from blowekamp/FixOrientationSelection

    Fixed choosing orientation for some previous INVALID conditions with greedy algorithm.
    blowekamp authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    73ecf38 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Update to ITK 5.3rc2

    The MakeIndex and MakeVector methods are now in the itk namespace.
    blowekamp committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    c1ab584 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad91905 View commit details
    Browse the repository at this point in the history
  3. Merge pull request SimpleITK#15 from blowekamp/UpdateITK5.3

    Update to ITK 5.3rc2
    blowekamp authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f885603 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. ENH: Bump ITK and change http to https

    tbirdso authored and dzenanz committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    877b9be View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    04c3f48 View commit details
    Browse the repository at this point in the history