Skip to content

Releases: InsightSoftwareConsortium/ITKIsotropicWavelets

ITKIsotropicWavelets 0.6.2

10 Aug 10:02
da594e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

ITKIsotropicWavelets 0.6.1

29 Jun 19:31
d4d63c5
Compare
Choose a tag to compare
  • RieszRotationMatrix fixed to use std::complex
  • Utilities are wrapped in itk.IsotropicWaveletsUtilities
  • Wrap ExpandWithZeros and Decimate filters

Isotropic Wavelets 0.6

24 Jun 18:18
fc383d8
Compare
Choose a tag to compare
Merge pull request #137 from mseng10/small-cleanup-changes

Minor changes

ITKIsotropicWavelets 0.5.4

27 Sep 21:52
8f79eda
Compare
Choose a tag to compare

Changes:

  • 8f79eda Merge pull request #130 from thewtex/python-version-bump
  • 93cf461 ENH: Build against ITK 5.0.1 and bump Python package version
  • 92f5779 Merge pull request #129 from thewtex/python-tests
  • c719286 BUG: Move Python tests to wrapping/test/CMakeLists.txt
  • bac804d COMP: Wrap GaussianImageSource for StructureTensor

This list of changes was auto generated.

ITKIsotropicWavelets 0.5.3

30 May 03:02
e76bc67
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

ITKIsotropicWavelets 0.5.2

10 Apr 18:55
d8bdf5b
Compare
Choose a tag to compare

Changes:

  • d8bdf5b Merge pull request #126 from phcerdan/bump_version
  • 86bdc01 ENH: Bump version for pypi deployment
  • 78c4326 Merge pull request #125 from phcerdan/remove_add_fftpadpositiveindex
  • fff7712 ENH: Remove fftPadPositiveIndex

This list of changes was auto generated.

ITKIsotropicWavelets 0.5.1

28 Mar 15:29
9fb132e
Compare
Choose a tag to compare

Changes:

  • 9fb132e Merge pull request #121 from phcerdan/add_flag_Wno-undefined-var-template
  • 17a62c7 COMP: Add -Wno-undefined-var-template to CMAKE_CXX_FLAGS [ #120 ]
  • eaeb40a DOC: Update citation to arxiv reference
  • f1dfb51 Merge pull request #123 from phcerdan/update_azure_badge
  • a30ecc6 DOC: Update azure-pipeline badge
  • 0fed855 Merge pull request #122 from phcerdan/update_from_ITKModuleTemplate
  • 3670d2c COMP: Update from ITKModuleTemplate (use azure-pipelines)
  • 5a091a4 Merge pull request #118 from phcerdan/update_python_version
  • 97d1d5d ENH: Update python package version: 0.5.1
  • 99d527a Merge pull request #119 from phcerdan/fix_test_rieszMultiply
See more
  • 9838770 BUG: Fix wrong expected result on test of RieszRotationMatrix
  • 0decdff Merge pull request #117 from InsightSoftwareConsortium/azure-pipelines
  • f4fa8f8 Set up CI with Azure Pipelines
  • ff807b9 Merge pull request #116 from phcerdan/add_multiply_methods_to_riesz_rotation_matrix
  • 889c914 ENH: Add multiplyWith methods to RieszRotationMatrix
  • 06ae631 Merge pull request #114 from phcerdan/python_travis_constraint_versions_of_wheels
  • 34a18b3 Merge pull request #113 from phcerdan/solve_numeric_problems_ci
  • 257b28c COMP: Generate packages for python 2.7 and 3.7
  • 6b17142 COMP: Increase epsilon in numerical comparisson in Utilities
  • d211a97 Merge pull request #112 from phcerdan/travis_more_python_versions_for_osx
  • 8837dba Merge pull request #111 from phcerdan/update_python_version
  • 2e83b99 ENH: Travis: Do not restrict the python wheels for OSx
  • 31fa9f8 ENH: Bump itk required version for python in setup.py
  • 2843a39 Merge pull request #109 from phcerdan/add_dynamic_multithread
  • 02188c4 PERF: Add DynamicThreaded to WaveletBankGenerator
  • 6e00641 PERF: Add DynamicThreaded to RieszBankGenerator
  • efb3db3 Merge pull request #108 from phcerdan/fix_dim_in_riesz_example
  • 4fd115a BUG: Fix dimension in riesz Phase analysis example
  • c7865d5 Merge pull request #85 from InsightSoftwareConsortium/add_riesz_wavelet_example
  • e4f7735 ENH: Add example for riesz phase analysis
  • 02e14fc Merge pull request #107 from phcerdan/style_rieszUtilities
  • 0602702 Merge pull request #106 from phcerdan/fix_indexband_waveletutilities
  • 0641227 STYLE: Add new lines in function declarations
  • de57716 BUG: Fix level returning from IndexToLevelBandSteerablePyramid
  • ec52d67 Merge pull request #105 from phcerdan/fix_fftPadPositiveIndexImageFilter
  • 85136d5 Merge pull request #102 from phcerdan/wrap_structure_tensor
  • 849966f BUG: Fix origin of itkFFTPadPositiveIndexImageFilter
  • 4b481f0 ENH: Wrap StructureTensor and adds GetRotationMatrix
  • 18bc327 Merge pull request #97 from InsightSoftwareConsortium/set_direction_identity
  • 8a0dbde ENH: Reset direction to identity before forward wavelet
  • 7866596 Merge pull request #104 from jhlegarreta/ImproveREADME
  • dbaa13e Merge pull request #103 from jhlegarreta/ImprovePythonPackageInformation
  • 2872623 ENH: Improve the README file.
  • fae72b4 DOC: Improve Python package information.
  • 53aba7e Merge pull request #101 from thewtex/vector-inverse-wrapping-type
  • aa8a8a4 STYLE: Use namespace itk in itkVectorInverseFFTImageFilter.hxx
  • 4302c76 COMP: Wrap ImageToImageFilter base for VectorInverseFFTImageFilter
  • 721d5c0 Merge pull request #100 from thewtex/vector-inverse-wrapping-type
  • a1c03ac BUG: Wrap VectorInverseFFTImageFilter with correct output type
  • 7418e91 Merge pull request #98 from InsightSoftwareConsortium/fix_verifyconditions_itkV5Const
  • 825f2f1 COMP: Use macro ITKv5_CONST in VerifyInputInformation
  • 3f88e66 COMP: ImageDuplicator does not support GetModifiableOutput.
  • 092e781 COMP: Future proof vnl_math_XXX function usage.
  • c162da3 Merge pull request #95 from jhlegarreta/PreferStdStoOverAtoStringToNumericFunctions
  • 8b6f43c STYLE: Prefer error checked std::sto[id] over ato[if].
  • 80fefd4 COMP: Make VerifyInputInformation const
  • e5f217c Merge pull request #93 from InsightSoftwareConsortium/add_wrap_riesz_rotation_matrix
  • 90ad2ed ENH: Add wrapping for RieszRotationMatrix [ #59 ]
  • f2bdbdb Merge pull request #92 from dzenanz/master
  • 91f7330 COMP: further fixes to make it compile on Windows
  • b0d10d6 Merge pull request #88 from jhlegarreta/DiscontinueRawGitForCurlCI
  • 807f0f1 BUG: Add IsotropicWavelets_EXPORT macro [ #89 ]
  • 6d8d550 Merge pull request #90 from dzenanz/simplifying
  • b712bcb ENH: simplifying CMake code
  • 4b95759 COMP: Do not use rawgit.com.
  • 4945f93 Merge pull request #86 from jhlegarreta/UseTransferShToUploadMacOSPackages
  • 4757fb4 ENH: Use transfer.sh for macOS package upload.
  • da32729 Merge pull request #87 from jhlegarreta/AvoidTravisCIBuildTimeout
  • 81eac07 ENH: Avoid TravisCI build timeouts.
  • 4fb30b6 Merge pull request #84 from InsightSoftwareConsortium/riesz_matrix_multiply_vector_images
  • 4feca8d ENH: Allow multiply RieszRotationMatrix with vector of image pointers. [ #83 ]
  • 02027f5 Merge pull request #82 from InsightSoftwareConsortium/remove_freq_iterators
  • 7757890 COMP: Remove FrequencyIterators (merged into ITK)
  • 4baebf4 Merge pull request #81 from InsightSoftwareConsortium/FixPoolMultiThreaderErrors
  • 379a3a4 ENH: Remove barriers
  • 39cc40e BUG: Fix trivial miss-name errors.
  • 4f1f2f8 COMP: Fix -Wshadow warning
  • 9b3f262 COMP: Remove unused variable from removed process watcher.
  • b2a06e7 BUG: Fix test errors steming from the new multi-threading mechanism.
  • 75a291d Merge pull request #80 from InsightSoftwareConsortium/update_module_template
  • be75b56 COMP: Update CI from ITKTemplateModule
  • 95b28ab Merge pull request #78 from jhlegarreta/RemoveUnusedFilterWatcher
  • bbe4978 Merge pull request #77 from jhlegarreta/FixTypoInSubtract
  • d6927bb COMP: Remove unused itkFilterWatcher header include.
  • 6ba095d DOC: Fix typo in substract -> subtract.
  • fedaa87 Add template parameter to ViewImage
  • 327511f Merge pull request #76 from phcerdan/remove_itkViewImage
  • 0f349fa COMP: Remove itkViewImage (merged into ITK)
  • 40fa142 Merge pull request #75 from jhlegarreta/UpdateCMakeMinimumRequiredVersion
  • a60a603 COMP: Set the minimum required CMake version to 3.10.2.
  • 3702105 Move ITK_DISSALLOW_COPY_AND_ASSIGN to public
  • b1c04cb ENH: Don't apply phase analysis in approx image. [ #72 ]
  • ec2ea6c DOC: Document and extra test ComputeMaxLevels
  • d9e4de7 TEST: Add test with scale factor.
  • 70311b0 COMP: Solve unused variable warning
  • 0b71adf BUG: Use FloatAlmostEqual.
  • 379cabd COMP: Fix auto issues with GetOutput()
  • 1679857 STYLE: Use auto with ::New()
  • 9fe1c9d Merge remote branch 'InsightSoftwareConsortium'
  • 999ed5a Merge pull request #71 from phcerdan/merge_ITKModuleTemplate
  • 7106cb5...
Read more

Python packages from the latest success build of Git master

24 Sep 20:26
9fb132e
Compare
Choose a tag to compare

Changes:

  • 8f79eda Merge pull request #130 from thewtex/python-version-bump
  • 93cf461 ENH: Build against ITK 5.0.1 and bump Python package version
  • 92f5779 Merge pull request #129 from thewtex/python-tests
  • c719286 BUG: Move Python tests to wrapping/test/CMakeLists.txt
  • bac804d COMP: Wrap GaussianImageSource for StructureTensor

This list of changes was auto generated.

v0.4.1

02 Oct 06:01
Compare
Choose a tag to compare

Update python wrappings.

v0.4 Undecimated

30 Jun 03:03
Compare
Choose a tag to compare

Added Undecimated Steerable Pyramid with no downsampling.