From e37c806b1afbd23e201930b9d5ce036a106ae7b7 Mon Sep 17 00:00:00 2001 From: Juan Ospina Date: Tue, 28 Nov 2023 08:53:13 -0700 Subject: [PATCH] v0.8.0 Release Prep. --- CHANGELOG.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b67e1a..6cbfe41 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## staged +- none. + +## v0.8.0 + - Added `eng2math_passthrough` parameter to all `instantiate_model(..)` and `solve_X(...)` functions. - Added unit tests to `opftid_storage.jl` that test the correct operation of the `eng2math_passthrough` both in single network and multinetwork applications. - Added test cases files for the `opftid_storage.jl` unit tests. diff --git a/Project.toml b/Project.toml index de90ea6..f619959 100755 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "PowerModelsITD" uuid = "615c3f80-b0cb-4ecd-88fe-27bee056c380" authors = ["Juan Ospina", "David M Fobes"] repo = "https://github.com/lanl-ansi/PowerModelsITD.jl.git" -version = "0.7.9" +version = "0.8.0" [deps] InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"