commit 2244be1c9813a01a71df55ede046d737acd8c533 parent 753723789e6447b0b27bcd6a354f5f3840ec393e Author: Vincent Forest <vincent.forest@meso-star.com> Date: Fri, 2 Oct 2020 10:11:09 +0200 Write the 0.10.1 release note Diffstat:
| M | README.md | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -25,6 +25,18 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.10.1 + +- In green function estimation, the time sent to the user callbacks is no more + the elapsed time from the beginning of the realisation: as in a regular + computation, it is now the observation time. +- Fix the flux computation for boundaries with an imposed flux: it was + previously ignored. The new `sdis_estimator_get_imposed_flux` function + returns this estimated flux component. +- Return an error if the flux is computed at a boundary whose temperature is + known: this configuration is not currently supported. +- Fix build with the CL compiler. + ### Version 0.10 - Add support of green function [de]serialization. The