v24.08.00
🐛 Bug Fixes
- fix compat_mode check typo (#421) @madsbk
- Fix
O_DIRECT
indefined
(#416) @jakirkham - cufile-wrapper: include the cuda-wrapper (#413) @madsbk
- Rename
.devcontainer
s for CUDA 12.5 (#406) @jakirkham - Use
#ifdef
to guardO_DIRECT
usage (#404) @jakirkham - Properly quote items in all (#399) @KyleFromNVIDIA
🛠️ Improvements
- Benchmarks clean up (#424) @madsbk
- split up CUDA-suffixed dependencies in dependencies.yaml (#411) @jameslamb
- Don't open with
O_DIRECT
when in compat mode (#410) @madsbk - Fetch and use BS thread_pool (#408) @madsbk
- Use workflow branch 24.08 again (#407) @KyleFromNVIDIA
- Enable cuFile on ARM (#405) @jakirkham
- Build and test with CUDA 12.5.1 (#401) @KyleFromNVIDIA
- skip CMake 3.30.0 (#400) @jameslamb
- Use verify-alpha-spec hook (#398) @KyleFromNVIDIA
- Avoid --find-links in wheel jobs (#397) @jameslamb
- Adding NVTX annotations (#395) @madsbk
- Clean up error handling (#394) @madsbk
- Move content of the Python pkg to subdirectory python/kvikio/ (#392) @hcho3
- Adopt CI/packaging codeowners (#391) @bdice
- Remove text builds of documentation (#390) @vyasr
- use rapids-build-backend (#389) @jameslamb
- remove unnecessary 'setuptools' dependency (#385) @jameslamb
- add --rm and --name to devcontainer run args (#370) @trxcllnt
- add wheel output (#369) @msarahan