Skip to content

Releases: InsightSoftwareConsortium/ITKTextureFeatures

ITKTextureFeatures 3.2.1

19 Mar 20:37
d29b873
Compare
Choose a tag to compare

Changes:

  • d29b873 Merge pull request #76 from thewtex/build-release
  • 33e7f9c ENH: Use Release CMAKE_BUILD_TYPE for testing

This list of changes was auto generated.

ITKTextureFeatures 3.2.1

18 Mar 02:01
22d446b
Compare
Choose a tag to compare

Changes:

  • 22d446b ENH: Move azure-pipelines.yml to test/
  • 78e1c31 Merge pull request #74 from maekclena/signed_pixels
  • 9eae34f Merge pull request #75 from thewtex/package-version-bump
  • b712b97 DOC: Use Azure Pipelines badge in README
  • 22a3b71 ENH: Bump setup.py version to 3.2.1
  • 1d7adc7 BUG: Avoid histogram range overflow [ #71 ]
  • 6d00b70 Merge pull request #73 from maekclena/nan_values
  • 98e0c70 BUG: Skip single pixel textures [ #68 ]
  • 1d684ae Merge pull request #72 from thewtex/itk5-rc1
  • 0b7de62 ENH: Package requires ITK 5 RC 1
See more
  • a9716f0 ENH: Add Azure Pipelines configuration
  • 5dbe57d Merge pull request #67 from jhlegarreta/FormatCIBadgesIntoTable
  • bed5630 DOC: Format the CI badges into a table.
  • 087a096 Merge pull request #65 from jhlegarreta/DiscontinueRawGitForCurlCI
  • cc4d322 Merge pull request #66 from jhlegarreta/PreferStdStoOverAtoStringToNumericFunctions
  • 709610f STYLE: Prefer error checked std::sto[id] over ato[if].
  • 29229ae COMP: Do not use rawgit.com.
  • 1f2fec8 Merge pull request #64 from thewtex/transfer.sh
  • 264b7e6 BUG: Use transfer.sh to upload macOS packages
  • 4e685d0 Merge pull request #63 from thewtex/WrapVectorImage
  • 3f053d4 STYLE: Remove trailing whitespace in appveyor.yml
  • a5896d2 COMP: NumberOfThreads -> NumberOfWorkUnits
  • 90f0900 ENH: Wrap VectorImage before Image of Vector
  • 1d51252 ENH: Package requires ITK 5.0b01
  • f08ad74 Merge pull request #60 from dzenanz/FixPoolMultiThreaderErrors
  • f794baa BUG: Fix test errors stemming from the new multi-threading mechanism.
  • 98f2f2b Merge pull request #57 from jhlegarreta/UseSimpleFilterWatcherInLieuOfFilterWatcher
  • e15049f BUG: Use itk::SimpleFilterWatcher instead of itk::FilterWatcher.
  • ccbcd6e Merge pull request #58 from jhlegarreta/UpdateExamplesCMakeMinimumRequiredVersion
  • 0d3d917 COMP: Set the minimum required CMake version to 3.10.2.
  • e10d210 Merge pull request #56 from jhlegarreta/UpdateCMakeMinimumRequiredVersion
  • 9bcdf3c COMP: Set the minimum required CMake version to 3.10.2.
  • 6bf2398 Merge pull request #54 from jhlegarreta/MoveDISALLOWCOPYANDASSIGNToPublicSection
  • 8fa965e Merge pull request #53 from blowekamp/FixVariableLengthVectorInitialization
  • fad9774 COMP: Move ITK_DISALLOW_COPY_AND_ASSIGN calls to public section.
  • 870f1f9 BUG: Manually create pixel of proper length
  • 45368ed STYLE: Use raw pointer inside pipeline methods
  • 15adda3 Merge pull request #52 from InsightSoftwareConsortium/ITKv5Style
  • 6de307a STYLE: Prefer constexpr for const numeric literals
  • 3c2dbb2 STYLE: Prefer C++11 type alias over typedef
  • a99cce8 STYLE: Replace itkStaticConstMacro with static constexpr
  • 659fede STYLE: Modernize to C++11 conventions
  • d16cf18 Merge pull request #51 from InsightSoftwareConsortium/ITKv5
  • b5a35ce COMP: Use C++11 nullptr directly
  • 7a82829 COMP: Use C++11 override directly
  • 0e757b2 ENH: ITKv5 override consistency
  • 43ac1b4 Merge pull request #50 from jhlegarreta/ChangeRequiredCMakeMinimumVersion
  • d7dffe9 ENH: Require cmake minimum version to be 3.9.5.
  • ffdc17f Merge pull request #49 from fbudin69500/MissingItkMathHeader
  • 4ff14b4 BUG: Missing itkMath.h include
  • 9eaa9a5 Merge pull request #48 from jbvimort/AllowingFloat
  • b9e7332 ENH: Modification of the version number
  • 8f6ca41 ENH: Modification of the internal typedef to protected for a better API backword compatibility
  • 2a40128 ENH: Allowing the usage of float as input image
  • eb45e5d ENH: improvement of the examples in python
  • 4813277 Merge pull request #46 from thewtex/ci-update
  • 9314be4 ENH: Use CTest script for CircleCI build
  • bbc1e9b BUG: Use filebin.ca to upload TravisCI Python packages
  • 4c2fc53 Merge pull request #45 from jbvimort/TravisScriptUpdate
  • 1b2fdf9 ENH: Update of the cache directory for TravisCI
  • 8ab24e4 Merge pull request #44 from jbvimort/VersionUpdate
  • 7a24c0c ENH: New major version of the filter: 3.0.0
  • b355cc6 Merge pull request #40 from jbvimort/CircleCITesting
  • d551eec Merge pull request #43 from thewtex/duplicate-wrapping
  • fb336e6 ENH: Update of the CircleCI script
  • 1efb7a0 COMP: Add missing NumericTraits header to itkDigitizerFunctor
  • 3e75867 BUG: Remove duplicate wrapping of itk::ImageIOBase
  • c1039d5 Merge pull request #41 from blowekamp/AddMaskImageTypeTemplateArgument
  • 6152557 Change default mask template type to be of unsigned char pixel type
  • a381139 ENH: Add template parameter to specify the mask image type
  • 624000d Merge pull request #39 from blowekamp/RLImprovements
  • 275a545 ENH: use vnl_matrix over nested array allocation
  • 0d94ab5 ENH: Use BinaryFunctor for "digitializing" input image
  • 74af5b5 BUG: Use proper GenerateOutputInformation method to set vector length
  • 9139ca9 BUG: Correct spelling to "Digitized"
  • 68eb39d BUG: Free digitized image after threaded execution
  • a4831b2 ENH: Move PreProcessingFunctor to separate file as Digitizer functor
  • 0938935 ENH: Make Masked input image an optional named input
  • 8a9b03b Merge pull request #37 from blowekamp/UpdateExamplesWithNewMinMaxAPI
  • e33ee9a Update Examples with new separate Min/Max functions
  • 5753787 Merge pull request #33 from blowekamp/AddMissingMinMaxAccessors
  • 0614657 BUG: Rename and replace min/max setter with separate setter methods
  • a4f01f6 Merge pull request #32 from jbvimort/VersionUpdate
  • f9737af ENH: New minor version
  • 2fed5dc Merge pull request #31 from jbvimort/WindowsFix
  • c3dfd2a Merge pull request #30 from blowekamp/FixITKVersionForGTest
  • efe994c BUG: Filling the output image even for voxels outside of the mask
  • d0aa427 BUG: Fix typeo for Google Test test case name
  • b99634e BUG: Use GTest for ITK>=4.13
  • b6e70f8 Merge pull request #29 from jbvimort/memory-access
  • 4c6220c BUG: Adding of a missing condition in order to remove the run smaller than the minimum run length specified by the user
  • dc42b84 COMP: Run time improvement
  • 13cb8d9 BUG: Suppretion of unused variable
  • 2b4544f Merge pull request #27 from thewtex/memory-access
  • baeb363 ENH: Add CTestConfig.cmake
  • 882b6dd Merge pull request #26 from thewtex/KWStyleTestExtraSpace
  • 0788eb6 BUG: Spelling: DigitalisedInputImageg
  • 895a05e BUG: Spelling: curent -> current
  • 9a431cc BUG: Address RunLengthTextureFeatures histogram memory leak
  • a23987b STYLE: Add colons / spacing when printing out values
  • 5a561cc BUG: Initialize m_Spacing in RunLengthTextureFeatures
  • 4e8a524 STYLE: Remove extra space
  • 221769e Merge pull request #25 from jhlegarreta/FixOrtographyInComm...
Read more

Latest successful build of Git master

18 Jun 23:02
a9716f0
Compare
Choose a tag to compare
Pre-release

Changes:

  • f2fbb8f Merge pull request #78 from thewtex/azure-configuration-update
  • 803b622 ENH: Update Python package for ITK 5.0.0.post1

This list of changes was auto generated.