commit 17308aa9b5a306231950f6ef8fd5093e9d4a3981
parent 073b16667cc4c6f1aad4c840169d6f4d7bc0254d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 22 Jun 2021 12:10:38 +0200
Merge branch 'release_0.5' into develop
Diffstat:
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -97,6 +97,11 @@ with `<STAR2D_INSTALL_DIR>` the install directory of Star-2D and
## Release notes
+### Version 0.5
+
+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.
+
### Vesion 0.4.1
- Improve the accuracy of the closest point query.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -26,7 +26,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-2d C)
enable_testing()
@@ -56,8 +56,8 @@ endif()
# Configure and define targets
################################################################################
set(VERSION_MAJOR 0)
-set(VERSION_MINOR 4)
-set(VERSION_PATCH 1)
+set(VERSION_MINOR 5)
+set(VERSION_PATCH 0)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(S2D_FILES_SRC