v25.02.00
·
25 commits
to branch-25.04
since this release
🐛 Bug Fixes
📖 Documentation
- remove versioneer and setup.cfg references in docs, update rapids-dependency-file-generator (#1509) @jameslamb
- Fix libcuproj doc example and make tests consistent. (#1503) @harrism
🚀 New Features
🛠️ Improvements
- Use
rapids-pip-retry
in CI jobs that might need retries (#1533) @gforsyth - Revert CUDA 12.8 shared workflow branch changes (#1524) @vyasr
- Ensure Cython bindings only interact with pylibcudf objects (#1523) @mroeschke
- Build and test with CUDA 12.8.0 (#1518) @bdice
- Remove nyc_taxi_years_correlation.ipynb due to missing taxi geo dataset (#1517) @mroeschke
- improve parallelism of nightly wheel builds (#1516) @jameslamb
- Add shellcheck to pre-commit and fix warnings (#1515) @gforsyth
- Have Cython methods accept pylibcudf.Column instead of cudf._lib.column.Column (#1514) @mroeschke
- Use GCC 13 in CUDA 12 conda builds. (#1513) @bdice
- Use cuda.bindings (#1511) @bdice
- Check if nightlies have succeeded recently enough (#1508) @vyasr
- Remove sphinx pinning (#1507) @vyasr
- Replace removed cudf._lib.utils method with pylibcudf APIs (#1505) @mroeschke
- Update version references in workflow (#1498) @AyodeAwe
- Remove unused masked keyword in column_empty (#1496) @mroeschke
- Remove --expt-relaxed-constexpr NVCC flag (#1495) @harrism
- Require approval to run CI on draft PRs (#1491) @bdice
- Add breaking change workflow trigger (#1481) @AyodeAwe