Skip to content

pika 0.34.0

Latest

Choose a tag to compare

@msimberg msimberg released this 11 Jun 11:21
· 93 commits to main since this release
0.34.0
4062c0f

New features

  • The transform_mpi sender adaptor has been simplified internally to reduce debug bloat. (#1433)

Breaking changes

  • The set_error and set_stopped CPOs now use member functions instead of tag_invoke to better align with std::execution. (#1369, #1434)

Bugfixes

  • Compilation with APEX and MPI enabled at the same time has been fixed. (#1424)
  • Compilation with Boost 1.88 has been fixed. (#1428)
  • Removed unnecessary -Wl,-z,-defs flags that were exposed to consumers of pika. (#1431)