Skip to content

Commit

Permalink
changelog and bumper version
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpetra committed Sep 27, 2024
1 parent 22efbe8 commit 3cf71af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to HiOp are documented in this file.

## Version 1.1.0: Checkpointing, advanced restarts, and misc fixes
* Checkpointing for quasi-Newton solver: new API for load and saving checkpoints, user options for rollover restarts, and scalable I/O via axom::sidre.
* New function for advanced warmstarts.
* Updated spack build with build cache.

## Version 1.0.3: Moving limits and misc fixes
* Update modules for CI tests on LLNL LC by @nychiang in #679
* Update cmake build system to require RAJA when GPU compute mode is used by @nychiang in #676
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif ()

project (hiop VERSION "1.0.3")
project (hiop VERSION "1.1")

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

Expand Down

0 comments on commit 3cf71af

Please sign in to comment.