Releases: rapidsai/cuxfilter
Releases · rapidsai/cuxfilter
v26.02.00
What's Changed
🛠️ Improvements
- Use strict priority in CI conda tests by @bdice in #744
- Use strict priority in CI conda tests by @bdice in #745
- refactor(build): build pure Python wheel and
noarch: pythonconda by @gforsyth in #738 - Remove alpha specs from non-RAPIDS dependencies by @bdice in #746
- Enable merge barriers by @KyleFromNVIDIA in #747
- Update to numba-cuda >=0.22.1,<0.23.0 by @jameslamb in #750
- use cudf DataFrame constructor instead of from_pandas() by @jameslamb in #751
- Use SPDX license identifiers in pyproject.toml, remove
setup.py, bump build dependency floors by @jameslamb in #752 - Add CUDA 13.1 support by @bdice in #749
- build and test against CUDA 13.1.0 by @jameslamb in #753
- Use main shared-workflows branch by @jameslamb in #755
- wheel builds: react to changes in pip's handling of build constraints by @mmccarty in #757
- fix(build): build package on merge to
release/*branch by @gforsyth in #760
Full Changelog: v26.02.00a...v26.02.00
v25.12.00
What's Changed
🚨 Breaking Changes
- Require CUDA 12.2+ by @jakirkham in #735
🐛 Bug Fixes
- refactored update-version.sh to handle new branching strategy by @rockhowse in #739
📖 Documentation
🛠️ Improvements
- Use main branch by @bdice in #730
- Use main shared-workflows branch by @bdice in #732
- Use ruff-check and ruff-format instead of flake8, black by @KyleFromNVIDIA in #734
- Use SPDX for all copyright headers by @KyleFromNVIDIA in #736
New Contributors
- @rockhowse made their first contribution in #739
Full Changelog: v25.12.00a...v25.12.00
v25.10.00
🛠️ Improvements
- Configure repo for automatic release notes generation (#723) @AyodeAwe
- update dependencies: numba (>= 0.60.0) (#721) @jameslamb
- Use branch-25.10 again (#720) @jameslamb
- Update rapids-dependency-file-generator (#719) @KyleFromNVIDIA
- Build and test with CUDA 13.0.0 (#718) @jameslamb
- Update rapids-build-backend to 0.4.1 (#716) @KyleFromNVIDIA
- ci(labeler): update labeler action to @v5 (#713) @gforsyth
[NIGHTLY] v25.12.00
🔗 Links
-
There are no changes for v0.25.12.0 yet.
v25.08.00
🚨 Breaking Changes
- Remove CUDA 11 from dependencies.yaml (#694) @KyleFromNVIDIA
- stop uploading packages to downloads.rapids.ai (#692) @jameslamb
🐛 Bug Fixes
- Pin Holoviews pre-1.21.0 (#704) @jakirkham
- Drop one more
cuspatialreference (#701) @jakirkham - Drop unneeded cuSpatial dependency (#700) @jakirkham
- Adding GH_TOKEN pass-through to summarize job (#697) @msarahan
📖 Documentation
- add docs on CI workflow inputs (#706) @jameslamb
🛠️ Improvements
- Remove CUDA 11 from code, docs, etc. (#710) @AjayThorve
- fix(docker): use versioned
-latesttag for allrapidsaiimages (#708) @gforsyth - Use CUDA 12.9 in Conda, Devcontainers, Spark, GHA, etc. (#703) @jakirkham
- Remove nvidia and dask channels (#702) @vyasr
- feat(shellcheck): add shellcheck and fix all warnings (#698) @gforsyth
- Remove CUDA 11 from dependencies.yaml (#694) @KyleFromNVIDIA
- stop uploading packages to downloads.rapids.ai (#692) @jameslamb
- Forward-merge branch-25.06 into branch-25.08 (#689) @gforsyth
- Forward-merge branch-25.06 into branch-25.08 (#684) @gforsyth
v25.06.00
🛠️ Improvements
- use 'rapids-init-pip' in wheel CI, other CI changes (#690) @jameslamb
- Finish CUDA 12.9 migration and use branch-25.06 workflows (#688) @bdice
- Quote head_rev in conda recipes (#687) @bdice
- Build and test with CUDA 12.9.0 (#685) @bdice
- Add support for Python 3.13 (#682) @gforsyth
- Replace cuspatial (#681) @AjayThorve
- Download build artifacts from Github for CI (#680) @VenkateshJaya
- refactor(rattler): enable strict channel priority for builds (#679) @gforsyth
- Add ARM conda environments (#677) @bdice
- fix(docs): pin bokeh upper-bound for all docs environments (#675) @gforsyth
- Forward-merge branch-25.04 into branch-25.06 (#674) @gforsyth
- Port all conda recipes to
rattler-build(#669) @gforsyth - Moving wheel builds to specified location and uploading build artifacts to Github (#667) @VenkateshJaya
v25.04.00
📖 Documentation
- Forward-merge branch-25.02 into branch-25.04 (#654) @bdice
- Forward-merge branch-25.02 into branch-25.04 (#651) @rapids-bot[bot]
🛠️ Improvements
- fix(deps): pin shapely <2.1.0 (#672) @gforsyth
- Use conda-build instead of conda-mambabuild (#666) @bdice
- require sphinx<8.2.0 (#665) @jameslamb
- Consolidate more Conda solves in CI (#664) @KyleFromNVIDIA
- Create Conda CI test env in one step (#663) @KyleFromNVIDIA
- Add build_type input field for
test.yaml(#661) @gforsyth - Use shared-workflows branch-25.04 (#658) @bdice
- add telemetry (#657) @msarahan
- Migrate to NVKS for amd64 CI runners (#652) @bdice
v25.02.00
🛠️ Improvements
- Use
rapids-pip-retryin CI jobs that might need retries (#655) @gforsyth - Revert CUDA 12.8 shared workflow branch changes (#653) @vyasr
- Build and test with CUDA 12.8.0 (#649) @bdice
- Add upper bound to prevent usage of numba 0.61.0 (#648) @galipremsagar
- Update version references in workflow (#646) @AyodeAwe
- Require approval to run CI on draft PRs (#644) @bdice
- Add breaking change workflow trigger (#642) @AyodeAwe
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
v24.10.00
🐛 Bug Fixes
- Fix/external tests (#621) @AjayThorve
- Fix tests (#620) @AjayThorve
📖 Documentation
- Recommend
miniforgefor conda installation (#626) @bdice - Branch 24.10 merge 24.08 (#611) @jameslamb
🛠️ Improvements
- Switch
tracebacktonativeinpytest(#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.pandasintegration issues withcuxfilter(#619) @Matt711 - Update pre-commit hooks (#617) @KyleFromNVIDIA
- Improve update-version.sh (#616) @bdice