2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

Add ODEint release notes

This commit is contained in:
Matt Borland
2024-08-06 08:47:52 -04:00
parent a7c9edaa0c
commit fc7ec505ed

View File

@@ -263,6 +263,10 @@ Please keep the list of libraries sorted in lexicographical order.
cause crashes in release builds when using Boost.MySQL with other code also
using `asio::coroutine` in different translation units.
* [phrase library..[@/libs/odeint/ Odeint]:]
* Added CMake Option `BOOST_NUMERIC_ODEINT_NO_ADAPTORS` to reduce dependencies, see [@https://github.com/boostorg/odeint/issues/82 82]
* Fixed CMake detection of MPI.
* [phrase library..[@/libs/process/ Process]:]
* Moved the old boost.process to v1 subfolder and inline namespace. deprecated process/*.hpp v1 headers
* Turned v2 into a compile library.