commit 78a75c0d7842224cf31dd86cfc0f46f668f85a11
parent 539585d55f49ca1d3ebb96e73a46c98ea8a1a054
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 22 Jun 2021 11:55:42 +0200
Merge branch 'release_0.8' into develop
Diffstat:
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -120,6 +120,11 @@ with `<STAR3D_INSTALL_DIR>` the install directory of Star-3D and
## Release notes
+### Version 0.8
+
+Update the API of the filtering function: add the range of the ray as input
+argument. For closest point queries, this range is from 0 to query radius.
+
### Version 0.7.4
- Fix the barycentric coordinates of the intersection of the ray onto the
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -29,7 +29,7 @@
# The fact that you are presently reading this means that you have had
# knowledge of the CeCILL license and that you accept its terms.
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.1)
project(star-3d C)
enable_testing()
@@ -57,8 +57,8 @@ endif()
# Configure and define targets
################################################################################
set(VERSION_MAJOR 0)
-set(VERSION_MINOR 7)
-set(VERSION_PATCH 4)
+set(VERSION_MINOR 8)
+set(VERSION_PATCH 0)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(S3D_FILES_SRC