Skip to content

Releases: InsightSoftwareConsortium/ITKCuberille

ITKCuberille 2.7.0

05 Jun 20:09
8409a4a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

ITKCuberille 2.6.0

20 Dec 18:12
2b8509a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

ITKCuberille 2.5.0

18 Apr 02:42
9ba9620
Compare
Choose a tag to compare
Merge pull request #70 from thewtex/itk-5.2.0

ENH: Update CI for ITK v5.2.0

ITKCuberille 2.3.0

09 Jun 16:50
305e3f3
Compare
Choose a tag to compare
Merge pull request #63 from thewtex/post2

ENH: Build against itk 5.1.0.post2

ITKCuberille 2.2.0

06 May 04:23
207f7ef
Compare
Choose a tag to compare
Merge pull request #57 from InsightSoftwareConsortium/github-actions

ENH: Add Build, test, package GitHub Action configuration

ITKCuberille 2.1.1

16 Dec 04:44
4b178c1
Compare
Choose a tag to compare

Changes:

  • 4b178c1 Merge pull request #47 from thewtex/python-package-bump
  • 71704e5 ENH: Bump Python package version to 2.1.1
  • ff7fb80 Merge pull request #46 from DVigneault/UseDirectionMatrix
  • e6bb029 BUG: Use Direction When Computing Offsets

This list of changes was auto generated.

ITKCuberille 2.1.0

09 Nov 17:33
b4f2ae5
Compare
Choose a tag to compare

Changes:

  • b4f2ae5 Merge pull request #45 from thewtex/wrap-bspline
  • d59415f ENH: Bump Python package version
  • cad951a STYLE: class -> typename
  • 4a44e48 ENH: Enable the use of a different interpolator in wrapping

This list of changes was auto generated.

ITKCuberille 2.0.2

07 Nov 13:04
a524907
Compare
Choose a tag to compare

Changes:

  • a524907 Merge pull request #44 from thewtex/badge-link
  • 65125aa DOC: Fix Azure badge link
  • 34f608a Merge pull request #41 from jhlegarreta/UpdateTestingMacrosNames
  • f06a280 STYLE: Add ITK prefix to testing macros
  • 7703ec7 Merge pull request #43 from thewtex/wrap-types
  • 6b05f31 ENH: Build against ITK 5.0.1
  • 7db4ff4 ENH: Wrap for all scalar pixel types

This list of changes was auto generated.

ITKCuberille 2.0.1

19 Jun 00:02
4ed1e79
Compare
Choose a tag to compare

Changes:

  • 4ed1e79 Merge pull request #42 from thewtex/azure-pipelines-version
  • 4cf0221 ENH: Update ITK version in Azure Pipeline configuration to 5.0.0
  • dd87115 ENH: Support ITKPythonGitTag in Azure Pipelines configuration
  • 374b55c ENH: Move Azure Pipelines configuration to test/ directory

This list of changes was auto generated.

ITKCuberille v2.0.0

18 Feb 16:00
db6a75a
Compare
Choose a tag to compare

Changes:

  • db6a75a Merge pull request #40 from thewtex/v2
  • 802d23b ENH: Set version to 2.0.0
  • ceb2efb Merge pull request #39 from thewtex/badges
  • dcf77c7 Merge pull request #38 from InsightSoftwareConsortium/ITKv5
  • 0a00c60 DOC: Update badges for Azure Pipelines
  • 04ee280 Merge pull request #37 from thewtex/travisci
  • 40b6618 Merge pull request #36 from thewtex/wrapping-types
  • 1c1248d ENH: Remove TravisCI
  • 6bedfc0 Merge pull request #35 from thewtex/package-version
  • 420b44e COMP: Wrap simplified Mesh types
See more
  • bcf3f1f BUG: Depend on itk>=5.0rc01
  • d45cd86 ENH: Add Azure Pipelines configuration
  • b1d0d40 Merge pull request #34 from fbudin69500/UpdatePythonPackageURL
  • a63b5be BUG: Python Package URL pointed to bonemorphometry python package
  • ec71652 COMP: Set the minimum required CMake version to 3.10.2.
  • 30fa6aa COMP: Move ITK_DISALLOW_COPY_AND_ASSIGN calls to public section.
  • 2c11c3a STYLE: Prefer constexpr for const numeric literals
  • 4ff777c STYLE: Prefer C++11 type alias over typedef
  • 0b59b70 STYLE: Modernize to C++11 conventions
  • da10eba Merge pull request #29 from thewtex/readme-table
  • d5869b9 DOC: Use CI table in the README
  • 68bb57d COMP: Use C++11 nullptr directly
  • 5148fa1 COMP: Use C++11 override directly
  • b73b22c ENH: ITKv5 override consistency
  • 9697eb8 ENH: Initial ITKv5 conversions.
  • 17cd944 COMP: Use C++11 nullptr directly
  • 206a6c6 COMP: Use C++11 override directly
  • 269d671 ENH: ITKv5 override consistency
  • b9942b4 ENH: Initial ITKv5 conversions.
  • ed645da Merge pull request #27 from jhlegarreta/ChangeRequiredCMakeMinimumVersion
  • ad70251 Merge pull request #26 from DVigneault/master
  • bb955cc ENH: Require cmake minimum version to be 3.9.5.
  • b78b171 COMP: Prefer std and itk::Math to vnl_math
  • f664b26 COMP: Remove compiler warning regarding override
  • f1a2090 COMP: Deprecate use itkGetObjectMacro
  • 0ad2526 Merge pull request #25 from thewtex/readme
  • 5578d31 DOC: Fix package installation command
  • 52f09d1 Merge pull request #24 from thewtex/packages
  • 5aa8d65 COMP: Fix mesh traits wrapping types
  • 37f96f8 ENH: Bump package version to 1.0.0
  • 7641e25 DOC: Add Python package installation docs to the README
  • f6c7c26 DOC: Add CI badges to the README
  • 2b7536f ENH: Add setup.py
  • ad99503 ENH: Add AppVeyor configuration
  • 5754237 ENH: Update CircleCI build for 2.0, python packages
  • eb7a3cb ENH: Add TravisCI configuration
  • 348db0c Merge pull request #20 from jhlegarreta/ImproveCuberilleImageToMeshFilterCoverage
  • 44cf6eb Merge pull request #21 from jhlegarreta/ImproveCuberilleImageToMeshFilterStyle
  • 4ea8e67 STYLE: Improve the itk::CuberilleImageToMeshFilter style.
  • 2f8243b ENH: Improve the itk::CuberilleImageToMeshFilter coverage.
  • aa2dea6 Merge pull request #19 from QuadmasterXLII/master
  • 8f913b2 BUG: Instatiate itkCuberilleImageToMeshFilter
  • 660745e Merge pull request #18 from zachary-williamson/master
  • 41d8a52 BUG: Disable wrapping during test
  • f4295d8 COMP: Build against newest version of ITK
  • 6791220 STYLE: Use Macro for Function Deletion
  • 7c703ad Merge pull request #17 from thewtex/CMakeVersion
  • 2ae7151 BUG: Fix CMake version check: 2.9 should be 2.8.9.
  • 077b6b1 Merge pull request #15 from dzenanz/NaN-fix
  • 88533b3 Explicitly requesting ITK version 4.10
  • b95467d Taking advantage of covariant vector's normalize returning the norm after today's patch to ITK
  • 6fc8e91 Fixing appearance of Not-A-Number values when gradient is 0
  • 4e03805 Merge pull request #14 from DVigneault/ITKNULLPTR
  • a5762e0 Merge pull request #13 from DVigneault/WsignCompare
  • 9d3f338 STYLE: Null to ITK_NULLPTR
  • 0d72e98 COMP: Wsign-compare warning
  • eb9672c Merge pull request #12 from thewtex/carriage_returns
  • 591cc85 STYLE: Remove carriage returns from source files.
  • 066ba15 Merge pull request #11 from thewtex/TestOutputDir
  • c3cd4ab BUG: Fix test temporary output dir.
  • aadff63 Merge pull request #10 from thewtex/kwstyletests
  • 005cb42 BUG: Address KWStyle tests.
  • 908adf4 Merge pull request #8 from thewtex/override-virtual
  • f6ad685 Merge pull request #9 from thewtex/description-type
  • 6df53dc DOC: Fix description typo.
  • b8155ad Merge pull request #7 from InsightSoftwareConsortium/Super-minor-change-on-readme
  • c5b232f COMP: Address SetInput override virtual warning.
  • 39127fc Fixed minor typo in description
  • 3f58e4c Merge pull request #6 from thewtex/unused-typedefs
  • 06aeae4 COMP: Remove unused typedefs in the test.
  • d6aaa9c Merge pull request #5 from thewtex/build-image
  • 6738298 BUG: Do not build the Docker image with CircleCI.
  • aebd12d Merge pull request #4 from thewtex/wrapping
  • fde710f ENH: Add wrapping.
  • a843719 Merge pull request #3 from thewtex/circleci
  • 0dc2c7b DOC: Add README.
  • 3d005dc ENH: Add CircleCI configuration.
  • 9578fe0 Merge pull request #2 from thewtex/docker
  • de76292 COMP: Fix .txx/.hxx #include.
  • d7cdb3f ENH: Add Docker configuration.
  • d528eaf Merge pull request #1 from thewtex/module
  • b27c076 BUG: Fix CuberilleInDoxygenGroup test.
  • 9e7c999 STYLE: Update header names for ITKv4.
  • 2ae1c80 STYLE: Remove unnecessary include's.
  • 31aa0a9 BUG: Update copyright headers.
  • 14c35e9 COMP: TimeProbe::GetMeanTime renamed to TimeProbe::GetMean.
  • 0501d22 COMP: QuadEdgeMeshQuadricDecimation renamed to QuadricDecimationQuadEdgeMeshFilter.
  • 2b25798 ENH: Update test CMake configuration for modularization.
  • 14cb666 ENH: Reorganize as an ITKv4 module.
  • 5279229 ENH: Add initial itk-module.cmake file.
  • 4f15026 BUG: Add missing LICENSE file.
  • 7dd7ae6 BUG: Remove executable bit from source files.

This list of changes was auto generated.