Releases: Eve-ning/glcm-cupy
Releases · Eve-ning/glcm-cupy
v0.1.10 Release
Change Log
- Merged PR 18
- Add support to CuPy as input
- Add optional support for RAPIDS cuCIM
- Merged PR 25
- Implement Integration Test checking for stability of GLCM output
- Merged PR 27
- Implemented GLCM Feature Selection to optimize out unnecessary GLCM Stages
- Merged PR 29
- Fix issue with CuPy ndarray incompatible with tqdm
- Merged PR 30
- Add Batch Processing for vanilla GLCM
GLCMCross
doesn't perform faster with this.
- Add Batch Processing for vanilla GLCM
- Merged PR 32
- Author: Julio Faracco
- Implement Dissimilarity Feature
- Merged PR 35
- Adjusts PR 18 coerces inputs to CuPy if NumPy.
- Reduces duplicate code for handling NumPy and CuPy arrays conditionally.
- Merged PR 36
- Implement NaN Handling by ignoring contribution to GLCM
- Merged PR 41
- Resolved issue where NA replacement value was incorrectly set to
bin_from
- Resolved issue where NA summing used
.sum
instead ofnp.nansum
- Resolved issue where NA replacement value was incorrectly set to
- Merged PR 42
- Optimize kernel, allow thread early exit if Probability
p==0
- Fix
List
/Set
like typehints not flexible enough. Migrate totyping.Sequence
- Optimize kernel, allow thread early exit if Probability