Releases: rapidsai/cuxfilter
Releases · rapidsai/cuxfilter
v24.12.00
🛠️ Improvements
- enforce wheel size limits, README formatting in CI (#643) @jameslamb
- remove unnecessary sccache configuration, reduce verbosity of wheel-building scripts (#641) @jameslamb
- make conda installs in CI stricter (#639) @jameslamb
- Prune workflows based on changed files (#635) @KyleFromNVIDIA
[NIGHTLY] v25.02.00
🔗 Links
🛠️ Improvements
v24.10.00
🐛 Bug Fixes
- Fix/external tests (#621) @AjayThorve
- Fix tests (#620) @AjayThorve
📖 Documentation
- Recommend
miniforge
for conda installation (#626) @bdice - Branch 24.10 merge 24.08 (#611) @jameslamb
🛠️ Improvements
- Switch
traceback
tonative
inpytest
(#633) @galipremsagar - Update update-version.sh to use packaging lib (#631) @AyodeAwe
- Use CI workflow branch 'branch-24.10' again (#629) @jameslamb
- Update to flake8 7.1.1. (#627) @bdice
- Add support for Python 3.12, drop pyppeteer dependency (#625) @jameslamb
- Update rapidsai/pre-commit-hooks (#624) @KyleFromNVIDIA
- Drop Python 3.9 support (#623) @jameslamb
- Remove NumPy <2 pin, remove panel ceiling (#622) @seberg
- [BUG] Fix
cudf.pandas
integration issues withcuxfilter
(#619) @Matt711 - Update pre-commit hooks (#617) @KyleFromNVIDIA
- Improve update-version.sh (#616) @bdice
v24.08.00
🛠️ Improvements
- Merge branch-24.06 into branch-24.08 (#612) @jameslamb
- split up CUDA-suffixed dependencies in dependencies.yaml (#609) @jameslamb
- Use workflow branch 24.08 again (#608) @KyleFromNVIDIA
- Build and test with CUDA 12.5.1 (#607) @KyleFromNVIDIA
- Run NumPy 2 ruff fixes (changing NaN to nan) (#606) @seberg
- Use verify-alpha-spec hook (#604) @KyleFromNVIDIA
- remove .gitattributes (#603) @jameslamb
- Adopt CI/packaging codeowners (#602) @bdice
- Remove text builds of documentation (#601) @vyasr
- use rapids-build-backend (#600) @jameslamb
v24.06.00
🐛 Bug Fixes
🛠️ Improvements
- Enable FutureWarnings/DeprecationWarnings as errors (#595) @mroeschke
- Fix libwebp dependency (#594) @AjayThorve
- Prevent path conflict in builds (#583) @AyodeAwe
v24.04.01
🐛 Bug Fixes
- Include CUDA 11 in build matrix for wheels (#589) @raydouglass
- [Ready for Review] Pandas 2.0 compatibility (#569) @AjayThorve
- handle more RAPIDS version formats in update-version.sh (#566) @jameslamb
📖 Documentation
- Remove hard-coding of RAPIDS version where possible (#579) @KyleFromNVIDIA
🚀 New Features
- Support CUDA 12.2 (#563) @jameslamb
🛠️ Improvements
- Use
conda env create --yes
instead of--force
(#584) @bdice - add option to enable/disable axes (#581) @AjayThorve
- Add upper bound to prevent usage of NumPy 2 (#580) @bdice
- Use public cudf APIs where possible (#578) @mroeschke
- Treat cuxfilter CI artifacts as pure wheels (#577) @bdice
- Switch
pytest-xdist
algorithm toworksteal
(#576) @bdice - Generalize GHA selectors for pure Python testing (#575) @jakirkham
- Requre NumPy 1.23+ (#574) @jakirkham
- Add support for Python 3.11 (#572) @jameslamb
- target branch-24.04 for GitHub Actions workflows (#571) @jameslamb
- Update ops-bot.yaml (#568) @AyodeAwe
v24.04.00
🐛 Bug Fixes
- [Ready for Review] Pandas 2.0 compatibility (#569) @AjayThorve
- handle more RAPIDS version formats in update-version.sh (#566) @jameslamb
📖 Documentation
- Remove hard-coding of RAPIDS version where possible (#579) @KyleFromNVIDIA
🚀 New Features
- Support CUDA 12.2 (#563) @jameslamb
🛠️ Improvements
- Use
conda env create --yes
instead of--force
(#584) @bdice - add option to enable/disable axes (#581) @AjayThorve
- Add upper bound to prevent usage of NumPy 2 (#580) @bdice
- Use public cudf APIs where possible (#578) @mroeschke
- Treat cuxfilter CI artifacts as pure wheels (#577) @bdice
- Switch
pytest-xdist
algorithm toworksteal
(#576) @bdice - Generalize GHA selectors for pure Python testing (#575) @jakirkham
- Requre NumPy 1.23+ (#574) @jakirkham
- Add support for Python 3.11 (#572) @jameslamb
- target branch-24.04 for GitHub Actions workflows (#571) @jameslamb
- Update ops-bot.yaml (#568) @AyodeAwe
v24.02.00
🐛 Bug Fixes
- External workflow - remove tensorflow (#559) @AjayThorve
- change cuda 12 -> 11.8, to support tensorflow (#555) @AjayThorve
🛠️ Improvements
- Remove usages of rapids-env-update (#564) @KyleFromNVIDIA
- refactor CUDA versions in dependencies.yaml (#562) @jameslamb
v23.12.00
🐛 Bug Fixes
- Update actions/labeler to v4 (#556) @raydouglass
- updates to external tests (#547) @AjayThorve
- fix workflow (#543) @AjayThorve
📖 Documentation
- Consistent datestring format to fix parsing error (#551) @AjayThorve
🛠️ Improvements
v23.10.00
🐛 Bug Fixes
- fix external workflow (#537) @AjayThorve
- Use
conda mambabuild
notmamba mambabuild
(#535) @bdice
📖 Documentation
- Update docs (#530) @AjayThorve
- Add str support to dropdown (#529) @AjayThorve
- Manually merge Branch 23.08 into 23.10 (#518) @AjayThorve
- Branch 23.10 merge 23.08 (#510) @vyasr
🛠️ Improvements
- Update image names (#540) @AyodeAwe
- Simplify wheel build scripts and allow alphas of RAPIDS dependencies (#534) @divyegala
- Use
copy-pr-bot
(#531) @ajschmidt8 - Improve external tests (#520) @AjayThorve