commit 887403bbd0cdc05d10285509d381cdcefd8e2b6a parent de2b7d8949634f1d5dfbf953f7f1eecc9556c554 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 3 Jul 2019 16:16:46 +0200 Merge branch 'release_0.8' into develop Diffstat:
| M | README.md | | | 13 | +++++++++++++ |
| M | cmake/CMakeLists.txt | | | 4 | ++-- |
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -25,6 +25,19 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.8 + +- Drastically improve the robustness of the solver~: far less realisations are + now rejected. +- Add the estimation of the time spent per realisation estimate. Add the + `sdis_estimator_get_realisation_time` function that returns this estimate. +- Add the `sdis_estimator_buffer` API~: it manages a two dimensional array of + regular estimators and provides global estimations over the whole estimators + saved into the buffer. +- Update the signature of the `sdis_solve_camera` function~: it now returns a + `sdis_estimator_buffer`. It now also supports time integration as well as + heat paths registration. + ### Version 0.7 #### Add Green function support diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -55,8 +55,8 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys Star3D StarSP StarEnc StarEnc2D) # Configure and define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 7) -set(VERSION_PATCH 1) +set(VERSION_MINOR 8) +set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SDIS_FILES_SRC