File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22All 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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if (POLICY CMP0074)
1212 cmake_policy (SET CMP0074 NEW )
1313endif ()
1414
15- project (hiop VERSION "1.0.0 " )
15+ project (hiop VERSION "1.0.3 " )
1616
1717string (TIMESTAMP HIOP_RELEASE_DATE "%Y-%m-%d" )
1818
You can’t perform that action at this time.
0 commit comments