commit b0aabe17cf778fa00c6102fc6a15db197fd9d331
parent 287a8e698759a1289fa6362deb31b8e4e5947f62
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 5 May 2023 09:40:01 +0200
Write release notes for version 0.0.1
Diffstat:
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -38,6 +38,22 @@ resulting project can be edited, built, tested and installed as any CMake
project. Refer to the [CMake documentation](https://cmake.org/documentation)
for further informations on CMake.
+## Release notes
+
+### Version 0.0.1
+
+Fix several bugs when volumetric meshes of the components are not identical:
+
+- Fix the `rnatm_sample_component` function. The cumulative was
+ calculated assuming that all components are either present or absent at the
+ queried position. Thus, the accumulation was only correct when the volumetric
+ meshes were the same for all components.
+- Fix the calculation of the minimum radiative coefficient of a voxel in the
+ octree. It was simply miscalculated and its value might not be the minimum.
+- Fix the accumulation of radiative coefficients in the voxels of the octree.
+ When the volumetric meshes were not the same for all components, some voxels
+ could be "emptied" during the accumulation.
+
## Copyright notice
Copyright (C) 2022, 2023 Centre National de la Recherche Scientifique