Skip to content

pika 0.25.0

Compare
Choose a tag to compare
@msimberg msimberg released this 10 May 10:46
· 292 commits to main since this release
0.25.0
00da2f6

New features

  • The MPI polling functionality has been significantly refactored and optimized. (#1102)
  • pika's senders and receivers now use the newer sender and receiver concepts when defined by stdexec. (#1105)

Breaking changes

  • The pika logging facilities have been refactored to use spdlog. The new behaviour is described in the pull request and documentation (#1093)
  • The runtime module has been cleaned up with many functionalities being removed or moved to the detail namespace. (#826, #1091)

Bugfixes

  • Builds with the CMake option PIKA_WITH_THREAD_DEBUG_INFO enabled have been fixed. (#1101)