solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit 2fd37c258d4453582222e754afbcfbf0e36e17d3
parent 705a541a0ee14bca580c2ed11fbeda67f0c52711
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue,  4 Jun 2019 16:00:45 +0200

Write the 0.8 release note

Diffstat:
MREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -29,6 +29,12 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.8 + +- Register into the estimator the final state of the RNG used during the + simulation. Add the `ssol_estimator_get_rng_state` function that returns this + state. + ### Version 0.7.3 - Update the version of the RSys and StarSP dependencies.