Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for 0.29.0 #1261

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading