Skip to content

Commit 7ccfa86

Browse files
authored
preps for release 1.1 (#696)
* changelog and bumper version * added patch version
1 parent 22efbe8 commit 7ccfa86

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to HiOp are documented in this file.
33

4+
## Version 1.1.0: Checkpointing, advanced restarts, and misc fixes
5+
* Checkpointing for quasi-Newton solver: new API for load and saving checkpoints, user options for rollover restarts, and scalable I/O via axom::sidre.
6+
* New function for advanced warmstarts.
7+
* Updated spack build with build cache.
8+
49
## Version 1.0.3: Moving limits and misc fixes
510
* Update modules for CI tests on LLNL LC by @nychiang in #679
611
* Update cmake build system to require RAJA when GPU compute mode is used by @nychiang in #676

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (POLICY CMP0074)
1212
cmake_policy(SET CMP0074 NEW)
1313
endif ()
1414

15-
project (hiop VERSION "1.0.3")
15+
project (hiop VERSION "1.1.0")
1616

1717
string(TIMESTAMP HIOP_RELEASE_DATE "%Y-%m-%d")
1818

0 commit comments

Comments
 (0)