diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ceec1..4a33082 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,16 @@ ## staged +- none. + +## v0.7.8 + - Fixed implementation of polynomial nl costs above quadratic in `objective.jl`. - Bumped PMITD compatibility of `IM`, `PMD` and `PM` to the latest versions (i.e., V0.7.7, v0.14.9, and v0.19.9). - Added functions and capabilitites that automatically initialize the boundary power flow variables (i.e., `pbound_fr`, `pbound_to`, `qbound_fr`, and `qbound_to`). -- `p/qbound_fr` variables are initialized based on the data parsed from the tranmission system data. +- `p/qbound_fr` variables are initialized based on the data parsed from the transmission system data. - `p/qbound_to` variables are initialized by adding all the loads in the respective distribution systems and dividing them by 3 (assuming the initial state of the distribution system is balanced). -- Refactored multiple functions in `ref.jl` to avoid unnecesary loops. These unnecesary loops were making the refs processes unccessary long. +- Refactored multiple functions in `ref.jl` to avoid unnecessary loops. These unnecessary loops were making the refs processes unnecessary long. ## v0.7.7 diff --git a/Project.toml b/Project.toml index 37bd105..dfd8bee 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.7" +version = "0.7.8" [deps] InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"