Releases: rapidsai/ucxx
Releases · rapidsai/ucxx
v0.48.00
What's Changed
🛠️ Improvements
- Use strict priority in CI conda tests by @bdice in #552
- Use strict priority in CI conda tests by @bdice in #555
- refactor(build): build pure Python wheel for
distributed-ucxxby @gforsyth in #556 - Remove alpha specs from non-RAPIDS dependencies by @bdice in #557
- Enable merge barriers by @KyleFromNVIDIA in #558
- Update to numba-cuda
>=0.22.1,<0.23.0by @brandon-b-miller in #554 - Add devcontainer fallback for C++ test location by @bdice in #561
- Empty commit to trigger a build by @bdice in #562
- Use SPDX license identifiers in pyproject.toml, bump build dependency floors by @jameslamb in #563
- Add CUDA 13.1 support by @bdice in #560
- build and test against CUDA 13.1.0 by @jameslamb in #565
- Update UCX pin to support 1.20, increase minimum to 1.18 by @pentschev in #566
- Empty commit to trigger a build by @jameslamb in #569
- Use main shared-workflows branch by @jameslamb in #570
- wheel builds: react to changes in pip's handling of build constraints by @mmccarty in #567
- fix(build): build package on merge to
release/*branch by @gforsyth in #575 - Fallback to numba-cuda with no extra CUDA packages if 'cuda_suffixed' isn't true by @trxcllnt in #576
New Contributors
Full Changelog: v0.48.00a...v0.48.00
v0.47.00
What's Changed
🚨 Breaking Changes
- Implement
removeforucxx::Worker::tagProbeby @pentschev in #458 - Require CUDA 12.2+ by @jakirkham in #541
🐛 Bug Fixes
- Add precision logic to floatToString by @DrBinary9 in #521
- Pin Cython pre-3.2.0 and PyTest pre-9 by @jakirkham in #547
- refactored update-version.sh to handle new branching strategy by @rockhowse in #548
📖 Documentation
- Add missing docstrings to perftest's
buffer_interface.hppby @pentschev in #478 - Clarify RDMA installation requirements by @gtebbutt in #539
- Use current system architecture in conda environment creation command by @bdice in #543
🚀 New Features
- Context builder by @pentschev in #535
- Worker builder by @pentschev in #544
🛠️ Improvements
- Enable
sccache-distconnection pool by @trxcllnt in #534 - Use main branch by @bdice in #536
- Use main shared-workflows branch by @bdice in #537
- Use SPDX for all copyright headers by @KyleFromNVIDIA in #538
- Define and use
RAPIDS_BRANCHby @KyleFromNVIDIA in #530 - Use
RAPIDS_BRANCHin cmake-format invocations that need rapids-cmake configs by @bdice in #540 - Add missing "cuda_suffixed: true" to cudf-cu13 dependency by @trxcllnt in #531
- Bump ruff version, use ruff-format instead of black, isort by @KyleFromNVIDIA in #545
- Use
sccache-distbuild cluster for conda and wheel builds by @trxcllnt in #542
New Contributors
- @gtebbutt made their first contribution in #539
- @rockhowse made their first contribution in #548
Full Changelog: v0.47.00a...v0.47.00