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: devhliu/PETPVC
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: UCL/PETPVC
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 24 files changed
  • 2 contributors

Commits on Aug 30, 2023

  1. Update README.md [ci skip]

    - update text on VC 2019 (was 2013)
    - add reference to conda install
    KrisThielemans authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    1836d63 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Update README.md

    add link to Releases
    KrisThielemans authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    fb4e727 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. fix/remove itkTypeMacro

    ITK 6.0 changes itkTypeMacro to check the classname, and also
    deprecates it. We fix
    - use the class name FuzzyCorrectionFilter as argument for itkTypeMacro
    for older ITK
    - remove itkOverrideGetNameOfClassMacro for 6.0 or greater.
    KrisThielemans committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    9cbce15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bc9e81 View commit details
    Browse the repository at this point in the history
  3. Merge pull request UCL#102 from KrisThielemans/fixFuzzyCorrFilter

    Fix itkTypeMacro and fuzzyCorrFilter
    KrisThielemans authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    3ad7877 View commit details
    Browse the repository at this point in the history
  4. set version to 1.2.12

    KrisThielemans committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    b3740f5 View commit details
    Browse the repository at this point in the history
  5. add GitHub Action

    KrisThielemans committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    3b3efd9 View commit details
    Browse the repository at this point in the history
  6. remove Travis

    KrisThielemans committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    310435a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f98b6a1 View commit details
    Browse the repository at this point in the history
  8. fix GHA workflow

    KrisThielemans committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    b4d0046 View commit details
    Browse the repository at this point in the history
  9. [GHA] use ITK 4.*

    KrisThielemans committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    3ac1b66 View commit details
    Browse the repository at this point in the history
  10. [GHA] test g++-12

    KrisThielemans committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    fc238f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    43e89a7 View commit details
    Browse the repository at this point in the history
  12. add CITATION.cff

    KrisThielemans committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    29836af View commit details
    Browse the repository at this point in the history
  13. [GHA] fix title of workflow

    [ci skip]
    KrisThielemans committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    bf0638d View commit details
    Browse the repository at this point in the history
  14. add GitHub Actions badge

    [ci skip]
    KrisThielemans committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    f7e3bc2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6fb0236 View commit details
    Browse the repository at this point in the history
  16. Merge pull request UCL#104 from KrisThielemans/fixGHA

    fix GHA workflow
    KrisThielemans authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    20214b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. [Appveyor] use ITK 5.4.0

    Hopefully also solves a problem sometimes occuring as per
    InsightSoftwareConsortium/ITK#4840
    KrisThielemans committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    03ac348 View commit details
    Browse the repository at this point in the history
  2. Merge pull request UCL#105 from KrisThielemans/fixAppveyorITK5.4

    [Appveyor] use ITK 5.4.0
    KrisThielemans authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    8a62640 View commit details
    Browse the repository at this point in the history
Loading