🚨 Breaking Changes
- Continue to make KvikIO a shared library by moving code from hpp to cpp (#581) @kingcrimsontianyu
🐛 Bug Fixes
- Set
POSITION_INDEPENDENT_CODE
on libcurl (#625) @KyleFromNVIDIA - allow deselecting nvcomp wheels (#589) @jameslamb
- Fix the misplaced libcurl in CMake (#587) @kingcrimsontianyu
🚀 New Features
🛠️ Improvements
- Update to nvcomp 4.2.0.11 (#639) @bdice
- Use
rapids-pip-retry
in CI jobs that might need retries (#619) @gforsyth - Use std::string (#617) @madsbk
- Revert CUDA 12.8 shared workflow branch changes (#609) @vyasr
- Build and test with CUDA 12.8.0 (#600) @bdice
- Separate more interface and definition. Add comments on std::future. Mark noexcept to compat mode-related functions (#588) @kingcrimsontianyu
- Use GCC 13 in CUDA 12 conda builds. (#586) @bdice
- Zarr: pin to version 2.* (#583) @madsbk
- Continue to make KvikIO a shared library by moving code from hpp to cpp (#581) @kingcrimsontianyu
- Check if nightlies have succeeded recently enough (#579) @vyasr
- Update cuda-python lower bounds to 12.6.2 / 11.8.5 (#573) @bdice
- Improve compatibility mode consistency (#567) @kingcrimsontianyu
- Require approval to run CI on draft PRs (#563) @bdice
- Add breaking change workflow trigger (#536) @AyodeAwe
- Add Initial Java Support for GDS to KvikIO (#396) @aslobodaNV