You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pika can now automatically create a custom thread pool used for MPI work. (#1267)
All uses of std::aligned_storage_t have been removed, allowing for builds without deprecation warnings with C++23. (#1280)
Documentation has been expanded, with many sender adaptors unique to pika now documented. (#1279, #1286, #1287, #1292, #1304, #1310)
Breaking changes
The default MPI mode used for creating and waiting for MPI requests has been changed. (#1143)
Support for clang 11 and clang 12 has been dropped. Use of these versions is not disallowed but no attempt will be made to fix issues for those compilers. (#1284)