commit 0c1aa0ef04589e77e72a51ca463c36f83ade1ec6
parent 29a0cf998c691e1221fc13db205e211f06e91a0a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 9 Jun 2020 15:12:35 +0200
Merge branch 'release_0.2.1' into develop
Diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -48,6 +48,12 @@ for further informations on CMake.
## Release notes
+### Version 0.2.1
+
+- Fix the acceleration data structures: the Kmin and Kmax stored in the
+ hierarchical trees could be wrong for cloud fields with data irregularly
+ structured along the Z axis.
+
### Version 0.2
- Make uniform the sky setup in shortwave and in longwave. On sky creation, the
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -45,7 +45,7 @@ include_directories(
################################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 2)
-set(VERSION_PATCH 0)
+set(VERSION_PATCH 1)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(HTSKY_FILES_SRC