Skip to content

Commit 6161396

Browse files
authored
v1.0.3 release (#682)
* v1.0.3 update CHANGELOG.md * bumped version in cmake
1 parent b0b6173 commit 6161396

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.0.3: Moving limits and misc fixes
5+
* Update modules for CI tests on LLNL LC by @nychiang in #679
6+
* Update cmake build system to require RAJA when GPU compute mode is used by @nychiang in #676
7+
* Moving limits options for NLP IPM solvers by @cnpetra in #681
8+
49
## Version 1.0.2: Misc fixes
510
* Removed deprecated ALG2 for cusparseCsr2cscEx2 by @cnpetra in #671
611
* Addressed fixed buffer size vulnerability for vsnprintf by @nychiang in #673

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.0")
15+
project (hiop VERSION "1.0.3")
1616

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

0 commit comments

Comments
 (0)