solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit dab13bdf42f4aef91fba5307a7f397ede5efc5be
parent a7b1d8c0832a52cb9ea403ceb37d198eb701a030
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon,  7 Sep 2026 16:03:06 +0200

Add Release notes for release 0.11

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

diff --git a/README.md b/README.md @@ -13,8 +13,8 @@ development effort funded by [Ademe](https://www.ademe.fr/) is ongoing. This library, as part of the Solstice app, can be built on any x86-64 POSIX system. Note that you will most likely want to build the entire Solstice app rather than -this library alone. If so, a good starting point is the -[start-build](https://gitlab.com/meso-star/star-build) build system. +this library alone. If so, a good starting point is the dedicated +[Solstice web page](https://www.meso-star.com/solstice/install.html). The Solstice-Solver library depends on the [RSys](https://gitlab.com/vaplv/rsys/), @@ -35,6 +35,12 @@ the project by running: ## Release notes +### Version 0.11 + +- Add location + date as a way to define sun direction. + +- Add 2 algorithm to compute sun direction from locatio + date (Meeus and PSA). + ### Version 0.10 Replace CMake with a POSIX Makefile