Skip to content

release_notes_old_releases

Gigon Bae edited this page Oct 7, 2021 · 1 revision

v0.19.0 (2021-04-19)

  • The first release of cuClaraImage + cupyimg as a single project cuCIM.
    • cucim.skimage package is added from cupyimg.
    • CuPy (>=9.0.0b3), scipy, scikit-image is required to use cuCIM's scikit-image-compatible API.

v0.18.3 (2021-04-16)

  • Fix memory leaks that occur when reading completely out-of-boundary regions.

v0.18.2 (2021-03-29)

  • Use the white background only for Philips TIFF file.
    • Generic TIFF file would have the black background by default.
  • Fix upside-downed image for TIFF file if the image is not RGB & tiled image with JPEG/Deflate-compressed tiles.
    • Use slow path if the image is not RGB & tiled image with JPEG/Deflate-compressed tiles.
      • Show an error message if the out-of-boundary cases are requested with the slow path.
      • ValueError: Cannot handle the out-of-boundary cases for a non-RGB image or a non-Jpeg/Deflate-compressed image.

v0.18.1 (2021-03-17)

  • Disable using cuFile
    • Remove warning messages when libcufile.so is not available.
      • [warning] CuFileDriver cannot be open. Falling back to use POSIX file IO APIs.

v0.18.0 (2021-03-16)

  • First release on PyPI with only cuClaraImage features.
  • The namespace of the project is changed from cuimage to cucim and project name is now cuCIM
  • Support Deflate(zlib) compression in Generic TIFF Format.
    • libdeflate library is used to decode the deflate-compressed data.