Skip to content

Commit 4ba276d

Browse files
committed
Update Changelog [skip ci]
1 parent 4301fd5 commit 4ba276d

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# raft 25.12.00 (10 Dec 2025)
2+
3+
### 🚨 Breaking Changes
4+
* More consistent container policies & host memory resource by @achirkin in https://github.com/rapidsai/raft/pull/2835
5+
* Require CUDA 12.2+ by @jakirkham in https://github.com/rapidsai/raft/pull/2850
6+
### 🐛 Bug Fixes
7+
* Correct tagging in the `irecv` function of the STD communicator by @viclafargue in https://github.com/rapidsai/raft/pull/2829
8+
* Fix copyright hook file exclusion by @KyleFromNVIDIA in https://github.com/rapidsai/raft/pull/2840
9+
* Properly guard usage of openmp function calls by @robertmaynard in https://github.com/rapidsai/raft/pull/2839
10+
* Fix reduce mdspan API by @lowener in https://github.com/rapidsai/raft/pull/2853
11+
* Fix for STD comm waitall function by @viclafargue in https://github.com/rapidsai/raft/pull/2852
12+
* Pin Cython pre-3.2.0 and PyTest pre-9 by @jakirkham in https://github.com/rapidsai/raft/pull/2864
13+
* refactored update-version.sh to handle new branching strategy by @rockhowse in https://github.com/rapidsai/raft/pull/2863
14+
* Fix laplacian scaling coefficients by @aamijar in https://github.com/rapidsai/raft/pull/2871
15+
* Revert "Remove Deprecated API (#2813)" by @csadorf in https://github.com/rapidsai/raft/pull/2881
16+
### 📖 Documentation
17+
* Use current system architecture in conda environment creation command by @bdice in https://github.com/rapidsai/raft/pull/2862
18+
### 🚀 New Features
19+
* BENCH_PRIMS: convenience reporting of benchmark parameters and read throughput by @achirkin in https://github.com/rapidsai/raft/pull/2824
20+
### 🛠️ Improvements
21+
* Update to rapids-logger 0.2 by @bdice in https://github.com/rapidsai/raft/pull/2828
22+
* Enable `sccache-dist` connection pool by @trxcllnt in https://github.com/rapidsai/raft/pull/2837
23+
* Use main in RAPIDS_BRANCH by @bdice in https://github.com/rapidsai/raft/pull/2842
24+
* Use main shared-workflows branch by @bdice in https://github.com/rapidsai/raft/pull/2844
25+
* Use SPDX for all copyright headers by @KyleFromNVIDIA in https://github.com/rapidsai/raft/pull/2845
26+
* Use ruff-check, ruff-format instead of black, flake8, isort by @KyleFromNVIDIA in https://github.com/rapidsai/raft/pull/2855
27+
* Remove shims for CCCL < 3.1 compatibility by @bdice in https://github.com/rapidsai/raft/pull/2858
28+
* Always convert warnings to errors by @jakirkham in https://github.com/rapidsai/raft/pull/2857
29+
* Lanczos Solver with COO input and cusparse wrappers by @aamijar in https://github.com/rapidsai/raft/pull/2851
30+
* COO support in sparse matrix utilities by @aamijar in https://github.com/rapidsai/raft/pull/2861
31+
* Update RMM includes from `<rmm/mr/device/*>` to `<rmm/mr/*>` by @bdice in https://github.com/rapidsai/raft/pull/2867
32+
* Use `sccache-dist` build cluster for conda and wheel builds by @trxcllnt in https://github.com/rapidsai/raft/pull/2859
33+
* Remove Deprecated API by @jnke2016 in https://github.com/rapidsai/raft/pull/2813
34+
35+
## New Contributors
36+
* @rockhowse made their first contribution in https://github.com/rapidsai/raft/pull/2863
37+
38+
**Full Changelog**: https://github.com/rapidsai/raft/compare/v25.12.00a...release/25.12
39+
140
# raft 25.10.00 (8 Oct 2025)
241

342
## 🐛 Bug Fixes

0 commit comments

Comments
 (0)