Skip to content

Commit 3cf71af

Browse files
committed
changelog and bumper version
1 parent 22efbe8 commit 3cf71af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
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

+1-1
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")
1616

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

0 commit comments

Comments
 (0)