2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-29 20:12:14 +00:00

Merge pull request #122 from mariomulansky/patch-1

added odeint release notes
This commit is contained in:
Rene Rivera
2015-12-09 10:00:59 -06:00

View File

@@ -7,7 +7,7 @@
Updated Libraries:
Atomic, Chrono, Container, Context, Core, Filesystem, Flyweight,
Fusion, Interprocess, Intrusive, Lexical Cast, Locale, Log,
Move, Multi-index Containers, Optional, Predef, Test, Thread,
Move, Multi-index Containers, odeint, Optional, Predef, Test, Thread,
UUID.
]
[authors [Dawes, Beman]]
@@ -166,6 +166,12 @@
optional definition of a macro with name `foreach` in this framework.
* Maintenance fixes.
* [phrase library..[@/libs/numeric/odeint odeint]:]
* New features:
* Added functionality to throw an exception if too many ODE steps are performed.
* Added possibility to limit maximal step size in adaptive methods.
* several Bug fixes, see https://github.com/headmyshoulder/odeint-v2/issues
* [phrase library..[@/libs/optional/ Optional]:]
* Changed the implementation of `boost::none` again. Now it is a const object
with internal linkage (as any other tag). This fixes [ticket 11203].