commit 620b8514bb2e799ba79f279ce8774f91dfce4b23 parent ae4d27842dfb20c710380de8e840d41959083491 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 4 Jan 2023 14:10:44 +0100 Write the 0.1 release note Diffstat:
| M | README.md | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -27,6 +27,18 @@ resulting project can be edited, built, tested and installed as any CMake project. Refer to the [CMake](https://cmake.org/documentation) for further informations on CMake. +## Release notes + +### Version 0.1 + +- Add the `suvm_mesh_desc_compute_hash` function which uses sha256 encryption + to calculate a digest from the mesh data. +- Add the `suvm_get_mesh_desc` function that returns the mesh data, i.e. the + list of node positions and the list of cell indexes. +- Replace the obsolete Star-Tetrahedra dependency with Star-Mesh. +- Work around a numerical inaccuracy of barycentric coordinates. +- Fix warnings detected by gcc 11. + ## License Copyright (C) 2020-2023 [|Méso|Star>](https://www.meso-star.com)