From cc82398d1f474377369de13088a872ca5c6b7185 Mon Sep 17 00:00:00 2001 From: whart222 Date: Mon, 3 Jun 2024 14:08:27 -0600 Subject: [PATCH] Finalizing coek 2.0 release documentation --- ChangeLog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 88f0fa12..5a3cbbfb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -9,6 +9,11 @@ history](https://github.com/sandialabs/coek/commits). * Adding support for builds with Spack * Rework of CMake specification of coek::coek to account for subpackage dependencies * coek_utils: Python utilities that work with coek +* coek: Made strict inequalities a special case, to simplify core objects +* coek: Reduced size of several core objects +* coek: Optimized initialization of associative array objects +* coek: Added support for model names +* coek: Added coek-specific exceptions to tailor use of coek visitors * coek: Fixes for clang compiler * coek: Adding support for activate/deactivate in objectives and constraints * coek: Added tictoc and DataPortals logic