v24.04.00
🐛 Bug Fixes
- Update pre-commit-hooks to v0.0.3 (#1361) @KyleFromNVIDIA
- Fix Python 3.11 test failures (#1351) @KyleFromNVIDIA
- Fix Broken CI for 24.04 (#1338) @isVoid
- handle more RAPIDS version formats in update-version.sh, refactor dependencies.yaml (#1329) @jameslamb
📖 Documentation
- fix formatting in developer guide (#1330) @jameslamb
🛠️ Improvements
- Use
conda env create --yes
instead of--force
(#1364) @bdice - Add upper bound to prevent usage of NumPy 2 (#1359) @bdice
- Enable pytest failures on warnings from cudf (Ensure values being set are casted to the object's type) (#1358) @mroeschke
- Remove hard-coding of RAPIDS version where possible (#1357) @KyleFromNVIDIA
- Replace
cudf.core
imports with public APIs (#1356) @mroeschke - Switch
pytest-xdist
algorithm toworksteal
(#1355) @bdice - Replace cudf column.full with cudf.as_column (#1350) @mroeschke
- Automate C++ include file grouping and ordering using clang-format (#1349) @harrism
- Add support for Python 3.11, require NumPy 1.23+ (#1348) @jameslamb
- write PROJ build dir export rules (#1347) @trxcllnt
- Update devcontainers to CUDA Toolkit 12.2 (#1344) @trxcllnt
- target branch-24.04 for GitHub Actions workflows (#1343) @jameslamb
- Update ops-bot.yaml (#1337) @AyodeAwe
- Remove -DNVBench_ENABLE_CUPTI=OFF. (#1325) @bdice
- Support CUDA 12.2 (#1320) @jameslamb