commit c0e74cc6bc9237b8d8ab0fc7b5695985826c51d9 parent 3db1bc717b238457002e2a4143352209bde33672 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 13 Nov 2025 15:46:17 +0100 Prepare version 0.16.2 Bump version number and write release note Diffstat:
| M | README.md | | | 7 | +++++++ |
| M | config.mk | | | 2 | +- |
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -158,6 +158,13 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.16.2 + +- Continue to improve numerical robustness when sampling the radiative + path, both in long waves and when processing an external source. +- Update the attenuation of numerical inaccuracies when the candidate + path for reinjection is located approximately on one of the vertices + of a triangle. ### Version 0.16.1 diff --git a/config.mk b/config.mk @@ -1,6 +1,6 @@ VERSION_MAJOR = 0 VERSION_MINOR = 16 -VERSION_PATCH = 1 +VERSION_PATCH = 2 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) PREFIX = /usr/local