commit ab6b651549100f912b4a7c4d1bdf41c613559cf5 parent e9b35b9918d564dfac9c3074c685006777e12faf Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 27 Nov 2019 12:11:46 +0100 Merge branch 'release_0.8.2' into develop Diffstat:
| M | README.md | | | 9 | +++++++++ |
| M | cmake/CMakeLists.txt | | | 2 | +- |
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -25,6 +25,15 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.8.2 + +- Fix an issue when the `sdis_solve_boundary_flux` function was invoked on a + boundary with radiative transfer: several sampled paths were rejected due to + data inconsistencies. +- Fix a memory leak when the scene creation failed. +- Enable parallelism on Star-Enclosure[2D] to improve the performances of the + enclosure extraction on the setup of the Stardis scene. + ### Version 0.8.1 - Fix a solver issue that led to reject valid sampled paths. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -56,7 +56,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys Star3D StarSP StarEnc StarEnc2D) ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 8) -set(VERSION_PATCH 1) +set(VERSION_PATCH 2) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SDIS_FILES_SRC