commit 1f7be3e485f0a1c916bae64bae07bb7525df150a parent 5fcd4f92c34ca4c5290daba21b0ed95aa75f0a48 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Tue, 24 Aug 2021 14:30:27 +0200 Merge branch 'release_0.12.1' into develop Diffstat:
| M | README.md | | | 6 | ++++++ |
| M | cmake/CMakeLists.txt | | | 2 | +- |
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -111,6 +111,12 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.12.1 + +Updates the way numerical issues are handled during a conductive random walk. +Previously, a zealous test would report a numerical error and stop the +calculations when that error could be handled. + ### Version 0.12 Add the support of thermal contact resistance between two solids: the new diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -57,7 +57,7 @@ rcmake_append_runtime_dirs(_runtime_dirs ############################################################################### set(VERSION_MAJOR 0) set(VERSION_MINOR 12) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SDIS_FILES_SRC