Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.3 release #682

Merged
merged 2 commits into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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
* Moving limits options for NLP IPM solvers by @cnpetra in #681

## Version 1.0.2: Misc fixes
* Removed deprecated ALG2 for cusparseCsr2cscEx2 by @cnpetra in #671
* Addressed fixed buffer size vulnerability for vsnprintf by @nychiang in #673
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ if (POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif ()

project (hiop VERSION "1.0.0")
project (hiop VERSION "1.0.3")

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