Skip to content

Releases: rapidsai/cucim

v21.08.00

04 Aug 14:39

Choose a tag to compare

Version 21.08.00

There are no new critical features in this release, but there are several enhancements/bug fixes.

We announced the cuCIM at the SciPy 2021 Conference (July 14). You can view the recorded video on YouTube (link).

🐛 Bug Fixes

  • Remove int-type bug on Windows in skimage.measure.label (#72) @grlee77
  • Fix missing array interface for associated_image() (#65) @gigony
  • Handle zero-padding version string (#59) @gigony
  • Remove invalid conda environment activation (#58) @ajschmidt8

📖 Documentation

🚀 New Features

🛠️ Improvements

  • Add SciPy 2021 to README (#79) @jakirkham
  • Use more descriptive ElementwiseKernel names in cucim.skimage (#75) @grlee77
  • Add initial Python unit/performance tests for TIFF loader module (#62) @gigony
  • Fix 21.08 forward-merge conflicts (#57) @ajschmidt8

v21.06.00

09 Jun 16:23

Choose a tag to compare

Version 21.06.00 (June 8, 2021)

🚀 What's new?

  1. Change version scheme from SemVer to CalVer (#32)
  2. Implement cache mechanism (#48)
  3. Support __cuda_array_interface__ (#48)

Cache Mechanism

cuCIM now supports the cache mechanism for the unaligned use case.

image
image

Please check this notebook to see how to use the feature.

Support __cuda_array_interface__

In addition to the __array_interface__, cuCIM now supports __cuda_array_interface__ protocol.

Please check this notebook to see how to use the feature.

🐛 Fixes

  • Check compression method used in the image for SVS format (#19)
  • Avoid use of deprecated cp.float, cp.int, cp.bool (#29)
  • Fix a memory leak in Deflate decoder (#48)
  • Update update-version.sh (#42) @ajschmidt8

🚀 Improvements

  • Use CuPy 9 (#20)
    • CuPy 9 is officially released so you don't need to install the release candidate (e.g., 9.0.0b3) anymore.
  • Update environment variable used to determine cuda_version (#43) @ajschmidt8
  • Update version script to remove bump2version dependency (#41) @gigony
  • Update changelog (#40) @ajschmidt8
  • Update docs build script (#39) @ajschmidt8

v0.19.0

21 Apr 20:56
fc9803f

Choose a tag to compare

REL v0.19.0