Skip to content

Commit

Permalink
Version update to 2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxSagebaum committed Dec 27, 2024
1 parent 2ce9140 commit 0dc6ac0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion documentation/Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions include/codi.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0dc6ac0

Please sign in to comment.