-
Notifications
You must be signed in to change notification settings - Fork 60
release_notes_v21.06.00
Gigon Bae edited this page Jun 9, 2021
·
5 revisions
- Change version scheme from SemVer to CalVer (#32)
- Implement cache mechanism (#48)
- Support
__cuda_array_interface__
(#48)
cuCIM now supports the cache mechanism for the unaligned use case.
Please check this notebook to see how to use the feature.
In addition to the __array_interface__
, cuCIM now supports __cuda_array_interface__
protocol.
Please check this notebook to see how to use the feature.
- 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)
- 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.
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