-
Notifications
You must be signed in to change notification settings - Fork 60
release_notes_old_releases
Gigon Bae edited this page Oct 7, 2021
·
1 revision
- The first release of cuClaraImage + cupyimg as a single project
cuCIM
.-
cucim.skimage
package is added fromcupyimg
. - CuPy (>=9.0.0b3), scipy, scikit-image is required to use cuCIM's scikit-image-compatible API.
-
- Fix memory leaks that occur when reading completely out-of-boundary regions.
- 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.
- Use slow path if the image is not RGB & tiled image with JPEG/Deflate-compressed tiles.
- 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.
- Remove warning messages when libcufile.so is not available.
- First release on PyPI with only cuClaraImage features.
- The namespace of the project is changed from
cuimage
tocucim
and project name is nowcuCIM
- Support Deflate(zlib) compression in Generic TIFF Format.
- libdeflate library is used to decode the deflate-compressed data.
Project Management
- Roadmap
- Development Process
- Architecture Decision Records
- Issue Tracking
- Release Process
- Related Projects
Contributing
- How to Contribute
- Submitting Bugs and Suggestions
- Source Code Organization
- Coding Guidelines
- Contributor License Agreement
Documentation