From 0dc6ac088be558362b67245d7598f7045d2ea5c3 Mon Sep 17 00:00:00 2001 From: Max Sagebaum Date: Fri, 27 Dec 2024 10:32:10 +0100 Subject: [PATCH] Version update to 2.3.0. --- documentation/Changelog.md | 5 ++++- include/codi.hpp | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/documentation/Changelog.md b/documentation/Changelog.md index 49b3e673..44c32dc1 100644 --- a/documentation/Changelog.md +++ b/documentation/Changelog.md @@ -1,7 +1,7 @@ Changelog {#Changelog} =========================== -### v ??? +### v 2.3.0 - 2024-12-27 - Features: * Tape evaluations with generalized custom adjoints. * Preaccumulation with local mapped adjoints. @@ -15,6 +15,9 @@ Changelog {#Changelog} - Bugfix: * Improved performance for tape reset of small tapes. + * Added missing unused declarations. + * Fixes for tagging tape. + * Fixes for reference active type. ### v 2.2.0 - 2024-01-30 - Features: diff --git a/include/codi.hpp b/include/codi.hpp index e6ffd443..c6728ddb 100644 --- a/include/codi.hpp +++ b/include/codi.hpp @@ -91,9 +91,9 @@ namespace codi { #define CODI_MAJOR_VERSION 2 -#define CODI_MINOR_VERSION 2 +#define CODI_MINOR_VERSION 3 #define CODI_BUILD_VERSION 0 -#define CODI_VERSION "2.2.0" +#define CODI_VERSION "2.3.0" /// General forward AD type. See \ref sec_forwardAD for a forward mode AD explanation or \ref ActiveTypeList for a /// list of all types.