Dear HPX users, The STE||AR Group is proud to announce the release of HPX 1.5.0!
This is a big release with many changes and improvements. We have added numerous new features, adapted a lot of algorithms to be C++20 conformant, continued work on modularizing and making HPX lighter, improved usability, stability, and performance. Make sure to read our release notes<https://hpx-docs.stellar-group.org/tags/1.5.0/html/releases/whats_new_1_5_0.html> for a full list of changes as they contain important information on deprecations and breaking changes. Thank you to everyone in the STE||AR Group and all the volunteers who have provided fixes, opened issues, and improved the documentation. Download the release<https://github.com/STEllAR-GROUP/hpx/releases/tag/1.5.0> from our releases page. The highlights of this release are: * We continued with the modularization. This results in the deprecation of several headers which have been moved to a different location while better matching the standard ones, we encourage you to update your includes to the new header location as soon as possible as it will be removed in a couple of releases. Here is the link to the headers you should refer to the public API<https://hpx-docs.stellar-group.org/tags/1.5.0/html/api/public_api.html>. * We adapted several algorithms to be C++20 conformant and added hpx::stable_sort. * We have refactored the CMake target, you can now link directly to HPX::hpx (link additionally to HPX::wrap_main to have your main() to be used as the first HPX thread). * HPX now requires a C++14 compatible compiler and the standard is set by default to C++14. If you have any questions, comments, or exploits to report you can reach us on IRC (#ste||ar on freenode), on the matrix hpx channel<https://matrix.to/#/#hpx:matrix.org>, or email us at hpx-users<mailto:[email protected]>. We depend on your input!
_______________________________________________ hpx-users mailing list [email protected] https://mail.cct.lsu.edu/mailman/listinfo/hpx-users
