rnatm

Load and structure data describing an atmosphere
git clone git://git.meso-star.fr/rnatm.git
Log | Files | Refs | README | LICENSE

commit e6bd20967dc42de37a177e50cade045f66ca52f8
parent a9c9ed13ee0e628b0a0eaf81af7e15cd59c6d8e2
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  1 Oct 2025 15:46:54 +0200

Write the release notes for version 0.2

Diffstat:
MREADME.md | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -26,6 +26,16 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.2 + +- Add the rnatm tool to facilitate verification of input data and the + library. + This is actually the `test_rnatm` test, which has become an external + tool to offer users a quick way to verify their system data. +- Improves the building system. + Simplify it by doing everything in one place (the Makefile). + Add macros to control installation subdirectories + ### Version 0.1 - Fix voxelization deadlock.