v23.08.00
🐛 Bug Fixes
- Add nvcomp support to older CUDA 11 versions on aarch64. (#255) @bdice
- Unify
KVIKIO_CUFILE_FOUND
(#243) @madsbk - Disable the batch API when in compatibility mode (#239) @madsbk
- Fix libcufile dependency. (#237) @bdice
🚀 New Features
🛠️ Improvements
- Revert CUDA 12.0 CI workflows to branch-23.08. (#252) @bdice
- Add support for nvCOMP batch API (#249) @Alexey-Kamenev
- Use cuda-version to constrain cudatoolkit. (#247) @bdice
- Make C++ & Python teams owners of
legate/
(#246) @jakirkham - Use nvcomp conda package. (#245) @bdice
- Adding code owners (#244) @madsbk
- Clean up dependency lists (#241) @vyasr
- Clean up isort configs (#240) @vyasr
- Update to CMake 3.26.4 (#238) @vyasr
- use rapids-upload-docs script (#234) @AyodeAwe
- Migrate as much as possible to pyproject.toml, stop using versioneer to manage versions, update dependencies.yaml. (#232) @bdice
- Remove documentation build scripts for Jenkins (#230) @ajschmidt8
- Use the Zarr's new
getitems()
API (#131) @madsbk