From 911d3042c81168b011c64cc45e800bbcb7c26478 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Fri, 4 Oct 2024 10:13:04 +0200 Subject: [PATCH] Add release notes for 0.29.0 --- docs/changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index a29768279..f65b3f2ee 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,19 @@ # Changelog +## 0.29.0 (2024-10-04) + +### New features + +- The CUDA/HIP pool uses fewer, and a user-controllable number of, cuBLAS/SOLVER and rocBLAS/SOLVER handles. This can significantly reduce GPU memory usage, especially on high core count systems. ([#1234](https://github.com/pika-org/pika/pull/1234)) +- The sender adaptor `transfer` has been renamed to `continues_on`, with a deprecation warning, to match the latest P2300 proposal. `transfer_just` and `transfer_when_all` have been deprecated. ([#1235](https://github.com/pika-org/pika/pull/1235)) + +### Breaking changes + +### Bugfixes + +- An initialization issue when setting an explicit process mask on a process that has a limited number of cores available due to cgroups restrictions has been fixed. ([#1251](https://github.com/pika-org/pika/pull/1251)) + ## 0.28.0 (2024-09-04) ### New features