Releases: KitwareMedical/ITKStrain
Releases · KitwareMedical/ITKStrain
Strain v0.3.3
ENH: Update version number
Strain v0.3.2
ENH: Update CI to 5.2.0
ITKStrain 0.3.1
v0.3.1 ENH: Update CI for ITK 5.2 RC 3
ITKStrain 0.3.0
v0.3.0 ENH: Update Python package version to 0.3.0
ITKStrain 0.2.0
Changes:
- 539c26e Merge pull request #34 from thewtex/image-to-image-covariant-wrap
- 677c233 Merge pull request #33 from thewtex/license-badge
- babe4e7 Merge pull request #31 from jhlegarreta/UpdateTestingMacrosNames
- e907a2d ENH: Bump Python package version to 0.2.0
- 4f34903 BUG: Do not wrap ImageToImageFilter scalar to covariant vector
- e5557c4 STYLE: Add ITK prefix to testing macros
- 67b4c83 DOC: Add Python package installation
This list of changes was auto generated.
ITKStrain 0.1.0
Changes:
- d85b6e5 Merge pull request #32 from thewtex/azure-badge
- 2038214 DOC: Add Azure Pipelines badge
- 41cee73 ENH: Add Azure Pipelines configuration
- 3fe36d7 Merge pull request #30 from jhlegarreta/DivideREADMEIntoSections
- 7cdcb11 Merge pull request #29 from jhlegarreta/ReuseREADMEInfoInModuleCMake
- 8efd737 DOC: Divide the
README.rst
file into sections. - 4714293 DOC: Re-use
README.rst
info initk-module.cmake
. - b1df8f4 DOC: Improve Python package information.
- f6981e6 COMP: Add testing ITKIOVTK and update Jacobian Type
- a2d1910 COMP: Use NumericTraits::ZeroValue() for strain default output
See more
- 676d578 COMP: Do not use rawgit.com.
- 311439f STYLE: Use "typename" for template parameters.
- c7e35dd DOC: Fix case in Matt's surname.
- 7374068 Merge pull request #22 from jhlegarreta/AddMissingCIReportTable
- eb4692e DOC: Add missing CI report table.
- 7fb2a0e Merge pull request #17 from jhlegarreta/AddCI
- e3f3209 ENH: Add CI configuration files.
- 497563a Merge pull request #21 from thewtex/LineLoadStrainOrigin
- c06848e BUG: Fix LineLoadStrain.mha Origin
- 25e5fbb Merge pull request #19 from jhlegarreta/FixModuleTestMissingDependency
- 8ee14ce BUG: Fix module test missing ITKIOVTK dependency.
- a65e101 Merge pull request #18 from thewtex/wrapping
- 700a56a ENH: Wrap itk.StrainImageFilter
- 02493b7 Merge pull request #16 from jhlegarreta/FixPoolMultiThreaderErrors
- e27cc68 BUG: Fix test errors steming from the new multi-threading mechanism.
- 40ee311 Merge pull request #15 from jhlegarreta/UpdateCMakeMinimumRequiredVersion
- fed1a54 COMP: Set the minimum required CMake version to 3.10.2.
- 62a6b7c Merge pull request #14 from jhlegarreta/MoveDISALLOWCOPYANDASSIGNToPublicSection
- 2304f96 COMP: Move ITK_DISALLOW_COPY_AND_ASSIGN calls to public section.
- a413894 Merge pull request #13 from KitwareMedical/ITKv5Style
- c82ff64 STYLE: Prefer constexpr for const numeric literals
- 5d18103 Merge pull request #12 from KitwareMedical/ITKv5Style
- e4cc1e0 STYLE: Prefer C++11 type alias over typedef
- 230c7cc STYLE: Replace itkStaticConstMacro with static constexpr
- 6bee80f Merge pull request #11 from InsightSoftwareConsortium/master
- a35112a COMP: Use nullptr instead of 0 or NULL
- ddca431 COMP: Use C++11 nullptr directly
- a8317d0 COMP: Use C++11 override directly
- 847f938 ENH: ITKv5 override consistency
- 3d41e3f Merge pull request #10 from InsightSoftwareConsortium/master
- dc20fdf Merge pull request #9 from jhlegarreta/ChangeRequiredCMakeMinimumVersion
- 7374856 ENH: Require cmake minimum version to be 3.9.5.
- 337f5c2 COMP: Deprecate use itkGetObjectMacro
- 8aecd6f DOC: Address description grammar issue
- f309a9e Merge pull request #8 from thewtex/ImproveCoverage
- 3c3dd8f STYLE: Align typedef's in itkTransformToStrainFilterTest
- 9e723e2 BUG: Throw exception when transform not specified or invalid StrainForm
- c4292e6 ENH: Improve coverage for Strain module classes.
- d4a5afd Merge pull request #7 from jhlegarreta/ImproveStyle
- d5ec5db STYLE: Improve the Strain module classes' style.
- 1a97877 Merge pull request #5 from thewtex/readme-ij
- 889fb5e DOC: Add link to Insight Journal article in the README
- 6da53d5 Merge pull request #4 from thewtex/doc
- d313891 DOC: Update Insight Journal handle number
- a282e15 DOC: Run spellcheck on article
- db7e5d6 DOC: Add example usage to the article
- eb09f08 DOC: Article introduction
- 8b070db DOC: Article abstract
- d1651b6 DOC: Rename document to ITKStrain
- d34efa0 DOC: Add Insight Journal template
- c0cb2ed DOC: Note in the README that we can compute strain from a transform
- 928e278 Merge pull request #3 from thewtex/TransformToStrainFilter
- d709668 ENH: Add TransformToStrainFilter
- c7c8fad Merge pull request #2 from thewtex/updates
- 794e86d BUG: The output fill with zero's needs to come in BeforeThreadedGenerateData
- 6559ad7 ENH: TransformToStrainFilter Green-Lagrangian strain
- 306e458 STYLE: Address KWStyle errors
- 4cc94fe ENH: Remove dependencies on the SplitComponents module.
- 7b31898 ENH: Allow the module to be built externally.
- 23d565d DOC: Correct TransformToStrainFilter class documentation
- 8f8dfc6 STYLE: Fix TransformToStrainFilter template parameter names.
- 6cc0168 ENH: Add TransformToStrainFilterTest image regression test.
- 8e2df7e BUG: TransformToStrainFilter needs to subtract 1 from diagonal.
- 63c54f5 ENH: Infintesimal TransformToStrainFilter implemenation.
- 31f423b ENH: Tweaks to StrainImageFilter.
- 231a4ba ENH: TransformToStrainFilterTest add writer.
- 343e07f ENH: TransformToStrainFilter set/get members.
- 44b5b9f ENH: TransformToStrainFilter inherits from GenerateImageSource.
- fea09bf ENH: Add itkTransformToStrainFilter skeleton.
- fc59c16 BUG: Add missing license headers to itkStrainImageFilter.{h,hxx}
- 82e5645 ENH: Remove old itkStrainImageFilterTest.full.cxx file.
- 8118652 ENH: Add itkStrainImageFilterRecursiveGaussianTest.
- 4f1737e ENH: Add itkStrainImageFilterDoGTest.
- b20e9ab ENH: Add Eulerian and Lagrangian tests.
- 084b54e ENH: Test baseline comparison.
- 1dee174 ENH: Run the itkStrainImageFilterTest.
- 8c784af ENH: Import ConcentratedNormalLineForce.py.
- 024ae9c BUG: Mark module as EXCLUDE_FROM_DEFAULT.
This list of changes was auto generated.
Latest successful build of Git master
Changes:
- 539c26e Merge pull request #34 from thewtex/image-to-image-covariant-wrap
- 677c233 Merge pull request #33 from thewtex/license-badge
- babe4e7 Merge pull request #31 from jhlegarreta/UpdateTestingMacrosNames
- e907a2d ENH: Bump Python package version to 0.2.0
- 4f34903 BUG: Do not wrap ImageToImageFilter scalar to covariant vector
- e5557c4 STYLE: Add ITK prefix to testing macros
- 67b4c83 DOC: Add Python package installation
This list of changes was auto generated.