Glcm-cupy

Latest version: v0.2.1

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

Scan your dependencies

0.1.10

Change Log
- [Merged PR 18](https://github.com/Eve-ning/glcm-cupy/pull/18)
- Add support to CuPy as input
- Add optional support for RAPIDS cuCIM
- [Merged PR 25](https://github.com/Eve-ning/glcm-cupy/pull/25)
- Implement Integration Test checking for stability of GLCM output
- [Merged PR 27](https://github.com/Eve-ning/glcm-cupy/pull/27)
- Implemented GLCM Feature Selection to optimize out unnecessary GLCM Stages
- [Merged PR 29](https://github.com/Eve-ning/glcm-cupy/pull/30)
- Fix issue with CuPy ndarray incompatible with tqdm
- [Merged PR 30](https://github.com/Eve-ning/glcm-cupy/pull/30)
- Add Batch Processing for vanilla GLCM
- ``GLCMCross`` doesn't perform faster with this.
- [Merged PR 32](https://github.com/Eve-ning/glcm-cupy/pull/32)
- Author: [Julio Faracco](https://github.com/jcfaracco)
- Implement Dissimilarity Feature
- [Merged PR 35](https://github.com/Eve-ning/glcm-cupy/pull/35)
- Adjusts [PR 18](https://github.com/Eve-ning/glcm-cupy/pull/18) coerces inputs to CuPy if NumPy.
- Reduces duplicate code for handling NumPy and CuPy arrays conditionally.
- [Merged PR 36](https://github.com/Eve-ning/glcm-cupy/pull/36)
- Implement NaN Handling by ignoring contribution to GLCM
- [Merged PR 41](https://github.com/Eve-ning/glcm-cupy/pull/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](https://github.com/Eve-ning/glcm-cupy/pull/42)
- Optimize kernel, allow thread early exit if Probability `p==0`
- Fix `List` / `Set` like typehints not flexible enough. Migrate to `typing.Sequence`

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.