commit 48fde150456f907df49500977b6f0cbfc9db0558
parent 9174ae7a56bbcc0982804c05938386c71f316501
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Wed, 25 Nov 2020 15:32:59 +0100
Add Release notes for release 0.5.1
Diffstat:
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
@@ -31,9 +31,15 @@ well as all the aforementioned prerequisites. Finally generate the project from
the `cmake/CMakeLists.txt` file by appending to the `CMAKE_PREFIX_PATH`
variable the install directories of its dependencies.
-## Release Notes
+## Release notes
-### v0.5
+### Version 0.5.1
+
+- Fix a memleak
+- Add a file format version in binary Green files.
+- Man improvement.
+
+### Version 0.5
- Ensure C89 compliance.
- New output format for infra-red rendering.
@@ -43,14 +49,14 @@ variable the install directories of its dependencies.
- Allow unsteady Green's function computations.
- Model files now include scale parameter.
-### v0.4
+### Version 0.4
- Improve C99 compliance.
- Build on Windows systems.
- Use new stardis-solver 0.5.
- Transition to cmake to manage builds.
-### v0.3.2
+### Version 0.3.2
- Add the solve_probe_boundary feature. The solve_probe_boundary VS
solve_probe selection is automated according the probe-geometry distance.
@@ -58,14 +64,14 @@ variable the install directories of its dependencies.
from geometry.
- Add flux boundary conditions.
-### v0.3.1
+### Version 0.3.1
Add radiative transfer computations. To achieve this, media gain 2 new parameters:
- emissivity;
- specular_fraction.
-### v0.3
+### Version 0.3
- Upgrade stardis-solver to v0.3.
- Add volumic power sources on solids;
@@ -75,7 +81,7 @@ Add radiative transfer computations. To achieve this, media gain 2 new parameter
boundary conditions information.
-### v0.1
+### Version 0.1
- Allow probe computations on conductive-only thermal systems.
- Allow Dirichlet and h.dT boundary conditions.
\ No newline at end of file