Itk-tubetk

Latest version: v1.4.0

Safety actively analyzes 688775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

1.3.3

What's Changed
* Support for Python 3.10
* Significant increase in speed for PDFSegmenter and filters that depend on it (e.g., tube seed generator)
- User can specify an "Ignore" label, and those pixels are not used in PDF estimation or classification. This allows the background (a significant portion of most medical images) to be skipped, thereby avoiding computationally expensive feature vector generation methods being called on those voxels.

**Full Changelog**: https://github.com/InsightSoftwareConsortium/ITKTubeTK/compare/v1.3.2...v1.3.3

1.3.2

What's Changed
* Bump itk wheel for ci by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/123


**Full Changelog**: https://github.com/InsightSoftwareConsortium/ITKTubeTK/compare/v1.3.1...v1.3.2

1.3.1

What's Changed
* ENH: Update to use ITKv53rc4.post2 and MinimalPathExtractionv1.2.2 by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/122


**Full Changelog**: https://github.com/InsightSoftwareConsortium/ITKTubeTK/compare/v1.3...v1.3.1

v1.3-fix
Major fix to RidgeSeedFilter, PDFSegmenter, and VesselEnhancement filters via improvements to LDA and PCA basis feature computation.

Improvements include:

1. Ability to include the addition, subtraction, multiplication, and ratio of features when computing an LDA/PCA basis of a collection of features
2. Correct computation of intensity values at multiple scales as features. The prior code stopped working with updates to ITKv5that changed how GenerateData and DynamicMultiThreadedGenerateData are used.
3. Update file format for MetaIO RidgeSeed and LDA (and PCA) reading/writing. Now correctly reads/writes statistical whitening values for basis features.
4. Corrected and accelerated computation of statistical whitening values for basis features using variables computed during basis computation.
ENH: Can specify MinLength for vessel extraction - useful for extracting initial vessels used as training examples for vesselenhancement filters.

What's Changed
* ENH: Revert to ITKrc03 and update TubeTK to v1.2.2 by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/115
* Revert "ENH: Revert to ITKrc03 and update TubeTK to v1.2.2" by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/116
* ENH: Update http to https links where valid by tbirdso in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/117
* ENH: and BUG: Fixed RidgeSeedFilter and the classes it uses by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/118
* ENH: Bump version to 1.3 by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/119

New Contributors
* tbirdso made their first contribution in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/117

**Full Changelog**: https://github.com/InsightSoftwareConsortium/ITKTubeTK/compare/v1.2.1-Fix...v1.3-fix

v1.2.1-Fix
What's Changed
* COMP: Specify dependency on ITKThreshold by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/112
* ENH: Support for official release of ITKv5.3 by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/113
* ENH: Bump version to 1.2.1 by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/114


**Full Changelog**: https://github.com/InsightSoftwareConsortium/ITKTubeTK/compare/v1.2...v1.2.1-Fix

1.2

Minor bug fixes and updated to support ITKv5.3rc04.

What's Changed
* COMP: Resolved several compiler warnings generated when building VIA ITK. by kian-weimer in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/98
* ENH: Provide a more complete PyPI description by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/106
* ENH: ITK ResolveTimeStep-ValidTimeStep is back to being a bool by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/107
* ENH: Updates to work with ITKv5.3rc04 by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/108
* ENH: Enable specification of target Size for image resampling by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/109
* BUG: Update Write4D python API to support python ITK Image args by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/110
* ENH: TubeTK v1.2 by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/111

New Contributors
* kian-weimer made their first contribution in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/98

**Full Changelog**: https://github.com/InsightSoftwareConsortium/ITKTubeTK/compare/v1.1...v1.2

1.1

Supports CTP processing as used by https://github.com/KitwareMedical/ITKTubeTK-StrokeCollateralVessels

- Supports ITK 5.3rc03
- Improved radius estimation for vessels
- Vessel-based registration framework completed
- Had to refactor the ImageMath API due to memory constraints during wheel building. ImageMath in python is now only templated over Input Image Type. It is no longer has a second template argument for Output Image type.
- Python wrapping now supports 2D image registration (RegisterImages function)

What's Changed
* ENH: Upgrade wheels to use ITK53rc02 by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/92
* ENH: Provide a demo of manipulating the radius of tubes in python by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/91
* ENH: Add support for 2D images in the python wrapped RegisterImages by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/93
* COMP: Modules need updated version of ITK by hjmjohnson in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/95
* COMP: Remove inclusion of .hxx files as headers by hjmjohnson in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/94
* ENH: Improved methods and examples for CTA processing by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/96
* COMP: Updating to match API change in ITK for ValidTimeStep by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/99
* BUG: SlicerExecutionModel not finding ITK - verifying by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/100
* ENH: Update baselines for ITKv53rc03 by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/103
* COMP: Reduce the templating of ImageMath python wrapping to save memory by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/101
* ENH: Include documentation file for pypi wheels by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/102

New Contributors
* hjmjohnson made their first contribution in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/95

**Full Changelog**: https://github.com/InsightSoftwareConsortium/ITKTubeTK/compare/v1.0.0...v1.1rc01

1.1rc01

Supports CTP processing as used by https://github.com/KitwareMedical/ITKTubeTK-StrokeCollateralVessels

- Supports ITK 5.3rc03
- Improved radius estimation for vessels
- Vessel-based registration framework completed
- Had to refactor the ImageMath API due to memory constraints during wheel building. ImageMath in python is now only templated over Input Image Type. It is no longer has a second template argument for Output Image type.
- Python wrapping now supports 2D image registration (RegisterImages function)

What's Changed
* ENH: Upgrade wheels to use ITK53rc02 by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/92
* ENH: Provide a demo of manipulating the radius of tubes in python by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/91
* ENH: Add support for 2D images in the python wrapped RegisterImages by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/93
* COMP: Modules need updated version of ITK by hjmjohnson in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/95
* COMP: Remove inclusion of .hxx files as headers by hjmjohnson in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/94
* ENH: Improved methods and examples for CTA processing by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/96
* COMP: Updating to match API change in ITK for ValidTimeStep by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/99
* BUG: SlicerExecutionModel not finding ITK - verifying by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/100
* ENH: Update baselines for ITKv53rc03 by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/103
* COMP: Reduce the templating of ImageMath python wrapping to save memory by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/101
* ENH: Include documentation file for pypi wheels by aylward in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/102

New Contributors
* hjmjohnson made their first contribution in https://github.com/InsightSoftwareConsortium/ITKTubeTK/pull/95

**Full Changelog**: https://github.com/InsightSoftwareConsortium/ITKTubeTK/compare/v1.0.0...v1.1rc01

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.