From 8ea609a6ebf77ce098b37b9814c4ef08a48c24f4 Mon Sep 17 00:00:00 2001 From: Christoph Junghans <junghans@lanl.gov> Date: Wed, 18 Dec 2024 18:09:42 +0100 Subject: [PATCH] Prepare 0.9.3 release --- CHANGELOG.rst | 8 ++++++++ CMakeLists.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fd07d4c..a19c253 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,14 @@ Version 0.9.3 - Bug: ALL::Point.dist_plane(..) had a type bug. This manifestes with a cuda compiler even without explicit usage of the function. Fixed and added corresponding test. +- Add support for external voro++ +- Bug: fix race condition in parallel test execution +- Allow custom install locations in CMake via GNUINstallDirs and add so version +- Bug: removed unncessary recreation of internal communicators in STAGGERED and tensor +- Bug: offset minimum sizes are now considered in HISTOGRAM +- Feature: function to compute load efficiency +- Bug: Fixed wrong behavior when computing floor values of negative values +- several other small fixes and corrections Version 0.9.2 ************* diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e27e86..a56d506 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ add_compile_options("$<$<AND:$<CONFIG:Debug>,$<COMPILE_LANGUAGE:C>,$<C_COMPILER_ add_compile_options("$<$<AND:$<CONFIG:Debug>,$<COMPILE_LANGUAGE:CXX>,$<CXX_COMPILER_ID:GNU>>:-Wall;-Wextra>") project(ALL - VERSION "0.9.2" + VERSION "0.9.3" DESCRIPTION "A Loadbalacing Library" HOMEPAGE_URL "http://slms.pages.jsc.fz-juelich.de/websites/all-website/") set(ALL_SOVERSION 0) -- GitLab