Skip to content

Releases: InsightSoftwareConsortium/ITKTotalVariation

v0.2.3

11 Aug 18:39
b615ce1
Compare
Choose a tag to compare

What's Changed

  • COMP: Modules need updated version of ITK by @hjmjohnson in #45
  • COMP: Remove inclusion of .hxx files as headers by @hjmjohnson in #44
  • COMP: Set the default CXX_STANDARD to 14 by @phcerdan in #46
  • ENH: Bump ITK and change http to https by @tbirdso in #47
  • ENH: bump itk version to v5.3.0, use ITK github actions by @dyollb in #49

New Contributors

Full Changelog: v0.2.2...v0.2.3

ITKTotalVariation 0.2.2

26 May 15:08
48ca7eb
Compare
Choose a tag to compare
Merge pull request #43 from thewtex/itk-5.2.0.post2

ENH: Update package for itk-5.2.0.post2

ITKTotalVariation 0.2.1

15 Feb 23:03
87faf11
Compare
Choose a tag to compare
Merge pull request #42 from InsightSoftwareConsortium/itk-5.2rc02

ENH: Update CI for ITK 5.2 RC 2

ITKTotalVariation 0.2.0

16 Jun 14:53
2a295a5
Compare
Choose a tag to compare
Merge pull request #38 from InsightSoftwareConsortium/github-actions

ENH: Add GitHub Actions CI Configuration

ITKTotalVariation 0.1.0

15 Oct 18:57
ada39a5
Compare
Choose a tag to compare

Changes:

  • ada39a5 Merge pull request #25 from thewtex/start-process-not-recognzied
  • d78d92f Revert "BUG: Run Window Python package build as administrator"
  • 85d019e BUG: Run Window Python package build as administrator
  • 01a499f Merge pull request #23 from thewtex/azure-config-update
  • 62dc2fa ENH: Update Azure configuration to use ITK 5.0.1
  • 36d927b BUG: Remove old Azure configuration
  • a3b9340 Merge pull request #22 from thewtex/itk-5.0.1
  • 753cdd5 BUG: Require ITK 5.0.1 for the Python package build
  • a8c2768 Merge pull request #18 from jhlegarreta/UpdateTestingMacrosNames
  • e53c742 Merge pull request #20 from dzenanz/master
See More
  • 51da4ab ENH: Build against ITK 5.0.0
  • a166641 STYLE: Add ITK prefix to testing macros
  • 5b562c9 Merge pull request #12 from thewtex/example-options
  • e118216 Merge pull request #15 from jhlegarreta/FixLicenseBadgeLinkTarget
  • f724e29 DOC: Fix License badge link target
  • 024f58f Merge pull request #14 from thewtex/python-package-installation
  • 155fdf6 Merge branch 'master' into python-package-installation
  • 3425dc0 Merge pull request #13 from jhlegarreta/CrossReferenceLicense
  • 9998988 DOC: README badges for PyPI and license
  • 5fcf894 DOC: Add Python package installation instructions
  • 3b6895c DOC: Add License cross-references
  • 41bee6d ENH: Weight and maxIterations defaults in the example
  • ccf40d2 ENH: Get example ImageType from input image
  • 4a4b80e Merge pull request #10 from phcerdan/remove_src_folder
  • c3a20ea BUG: Remove src folder
  • 53d9fab DOC: Update Readme
  • cb164f9 Merge pull request #6 from phcerdan/add_compile_definition
  • 57af53b BUG: Add compile definitions for wrapping to work
  • 41fe2de ENH: Fix itk_wrap_image_filter command
  • 3a1f99e Merge pull request #5 from phcerdan/fix_cmake_for_swig
  • c6e8183 WIP: Fix TotalVariation_INCLUDE_DIRS
  • 9a4a689 COMP: CMake, add INCLUDE_DIRS for swig to work
  • 095832d Merge pull request #4 from phcerdan/cmake_add_cxx_standard
  • f7e047a DOC: Update Azure-pipelines badge
  • 4569159 Merge pull request #3 from phcerdan/update_readme
  • d592a28 COMP: Add CMAKE_CXX_STANDARD 11 for proxTV
  • 965b891 DOC: Update Readme
  • 642a9a2 Merge pull request #2 from phcerdan/update_readme
  • ff6fa8a DOC: Rewording the Readme
  • f89109d DOC: Add maintaners section to Readme
  • 15d96de Remove unused gitsubmodule
  • e7250c9 DOC: Update readme
  • ee643bc Update to use latest ITKModuleTemplate
  • 1522d4c COMP: CMake, no need to protect cmake options
  • 87c2e4d Update submodule proxTV to use_eigen branch
  • 74ed477 ENH: Rename ProxTV to ProxTVImageFilter
  • f5615c1 Rename executable in example
  • b7b1cf6 ENH: Allow using itk internal Eigen3
  • 845c3da BUG: Fix when cmake_version < 3.13
  • 11f4d32 WORKING
  • 2d64519 cmake: Simplify
  • 6b81ed1 ENH: Building proxTV internally with system Eigen
  • 5ddd3b1 WIP: Dealing with installing proxTV
  • 51c8dc9 ENH: Add .wrap file
  • 2fdd0ec ENH: Populate PrintSelf
  • 6036752 ENH: Fix Set/Get. Add example
  • d378d89 ENH: Working version
  • 33aa680 Remove more placeholders
  • 19d7fef ENH: Link successfully to proxTV
  • 24e0139 Update latest ITKModuleTemplate
  • 5f6054f Documents parameters, add lambda
  • 79d88f2 Add images to README
  • 948fa41 Update Readme
  • 230618d Add submodule phcerdan/proxTV (with cmake_support)

This list of changes was auto generated.

Latest successful build of Git master

15 Oct 18:56
ada39a5
Compare
Choose a tag to compare
Pre-release

Changes:

  • ada39a5 Merge pull request #25 from thewtex/start-process-not-recognzied
  • d78d92f Revert "BUG: Run Window Python package build as administrator"
  • 85d019e BUG: Run Window Python package build as administrator
  • 01a499f Merge pull request #23 from thewtex/azure-config-update
  • 62dc2fa ENH: Update Azure configuration to use ITK 5.0.1
  • 36d927b BUG: Remove old Azure configuration
  • a3b9340 Merge pull request #22 from thewtex/itk-5.0.1
  • 753cdd5 BUG: Require ITK 5.0.1 for the Python package build
  • a8c2768 Merge pull request #18 from jhlegarreta/UpdateTestingMacrosNames
  • e53c742 Merge pull request #20 from dzenanz/master
See More
  • 51da4ab ENH: Build against ITK 5.0.0
  • a166641 STYLE: Add ITK prefix to testing macros
  • 5b562c9 Merge pull request #12 from thewtex/example-options
  • e118216 Merge pull request #15 from jhlegarreta/FixLicenseBadgeLinkTarget
  • f724e29 DOC: Fix License badge link target
  • 024f58f Merge pull request #14 from thewtex/python-package-installation
  • 155fdf6 Merge branch 'master' into python-package-installation
  • 3425dc0 Merge pull request #13 from jhlegarreta/CrossReferenceLicense
  • 9998988 DOC: README badges for PyPI and license
  • 5fcf894 DOC: Add Python package installation instructions
  • 3b6895c DOC: Add License cross-references
  • 41bee6d ENH: Weight and maxIterations defaults in the example
  • ccf40d2 ENH: Get example ImageType from input image
  • 4a4b80e Merge pull request #10 from phcerdan/remove_src_folder
  • c3a20ea BUG: Remove src folder
  • 53d9fab DOC: Update Readme
  • cb164f9 Merge pull request #6 from phcerdan/add_compile_definition
  • 57af53b BUG: Add compile definitions for wrapping to work
  • 41fe2de ENH: Fix itk_wrap_image_filter command
  • 3a1f99e Merge pull request #5 from phcerdan/fix_cmake_for_swig
  • c6e8183 WIP: Fix TotalVariation_INCLUDE_DIRS
  • 9a4a689 COMP: CMake, add INCLUDE_DIRS for swig to work
  • 095832d Merge pull request #4 from phcerdan/cmake_add_cxx_standard
  • f7e047a DOC: Update Azure-pipelines badge
  • 4569159 Merge pull request #3 from phcerdan/update_readme
  • d592a28 COMP: Add CMAKE_CXX_STANDARD 11 for proxTV
  • 965b891 DOC: Update Readme
  • 642a9a2 Merge pull request #2 from phcerdan/update_readme
  • ff6fa8a DOC: Rewording the Readme
  • f89109d DOC: Add maintaners section to Readme
  • 15d96de Remove unused gitsubmodule
  • e7250c9 DOC: Update readme
  • ee643bc Update to use latest ITKModuleTemplate
  • 1522d4c COMP: CMake, no need to protect cmake options
  • 87c2e4d Update submodule proxTV to use_eigen branch
  • 74ed477 ENH: Rename ProxTV to ProxTVImageFilter
  • f5615c1 Rename executable in example
  • b7b1cf6 ENH: Allow using itk internal Eigen3
  • 845c3da BUG: Fix when cmake_version < 3.13
  • 11f4d32 WORKING
  • 2d64519 cmake: Simplify
  • 6b81ed1 ENH: Building proxTV internally with system Eigen
  • 5ddd3b1 WIP: Dealing with installing proxTV
  • 51c8dc9 ENH: Add .wrap file
  • 2fdd0ec ENH: Populate PrintSelf
  • 6036752 ENH: Fix Set/Get. Add example
  • d378d89 ENH: Working version
  • 33aa680 Remove more placeholders
  • 19d7fef ENH: Link successfully to proxTV
  • 24e0139 Update latest ITKModuleTemplate
  • 5f6054f Documents parameters, add lambda
  • 79d88f2 Add images to README
  • 948fa41 Update Readme
  • 230618d Add submodule phcerdan/proxTV (with cmake_support)

This list of changes was auto generated.