Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Cache and __cuda_array_interface__ for v21.06.00 (#48)
* Fix memory leak in deflate decoder * Update build script to handle failures * Fix typo in meta.yaml * Add pytest to gpu build script * Implement cache mechanism Remove scripts/docs related to bump2version because we don't need it anymore since the versioning scheme is changed to CalVer. * Add __cuda_array_interface__ * Support CUDA 10.x for cucim.skimage package (#44) * Expose preferred_memory_capacity() for cache * Fix failures due to GIL and nullptr access * Add notebooks for cache and cuda array interface * Update change logs for v21.06.00 * Fix style errors * Address comments * Remove debug print code for cache * Extract methods for find_if * Fix wrong move of image metadata
- Loading branch information