Skip to content

Releases: Eve-ning/glcm-cupy

v0.1.10 Release

05 Aug 13:41
4d2d401
Compare
Choose a tag to compare
v0.1.10 Release Pre-release
Pre-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.
  • Merged PR 32
  • 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 of np.nansum
  • Merged PR 42
    • Optimize kernel, allow thread early exit if Probability p==0
    • Fix List / Set like typehints not flexible enough. Migrate to typing.Sequence