commit c0feeb38100aa38976301dbbae8e9d0ba57fea93
parent fda1d17f9956b90c436a7c35ab3597073ac1ada4
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 8 Sep 2017 11:43:01 +0200
Merge branch 'release_0.3' into develop
Diffstat:
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -26,6 +26,17 @@ variable the install directories of its dependencies.
## Release notes
+### Version 0.3
+
+- Full rewrite of the estimated values. The global results report the cosine
+ factor, and the overall flux that is: absorbed by the receivers, atmosphere
+ or others entities; occluded before it reaches a primary entity; missed
+ because it does not reaches any surface. The per receiver results include the
+ incoming/absorbed flux in 3 situations: all phenomenons are taken into
+ account; the atmosphere is disabled; the material propagate the whole
+ incoming flux, i.e. they absorbed nothing.
+- Update the `ssol_solve` API. Streamed binary outputs are removed.
+
### Version 0.2.2
- Fix the estimation of the cosine factor for the sampled instances: it was
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -28,7 +28,7 @@ find_package(RSys 0.4 REQUIRED)
find_package(Star3D 0.4.1 REQUIRED)
find_package(Star3DUT 0.2 REQUIRED)
find_package(StarCPR 0.1 REQUIRED)
-find_package(StarSF 0.1 REQUIRED)
+find_package(StarSF 0.2 REQUIRED)
find_package(StarSP 0.4 REQUIRED)
find_package(OpenMP 1.2 REQUIRED)
@@ -50,8 +50,8 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys Star3D Star3DUT StarCPR StarSF Sta
# Configure and define targets
################################################################################
set(VERSION_MAJOR 0)
-set(VERSION_MINOR 2)
-set(VERSION_PATCH 2)
+set(VERSION_MINOR 3)
+set(VERSION_PATCH 0)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SSOL_FILES_SRC