Skip to content

Commit 3994677

Browse files
committed
v0.7.8 Release Prep.
1 parent 0dd3c42 commit 3994677

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
## staged
44

5+
- none.
6+
7+
## v0.7.8
8+
59
- Fixed implementation of polynomial nl costs above quadratic in `objective.jl`.
610
- Bumped PMITD compatibility of `IM`, `PMD` and `PM` to the latest versions (i.e., V0.7.7, v0.14.9, and v0.19.9).
711
- Added functions and capabilitites that automatically initialize the boundary power flow variables (i.e., `pbound_fr`, `pbound_to`, `qbound_fr`, and `qbound_to`).
8-
- `p/qbound_fr` variables are initialized based on the data parsed from the tranmission system data.
12+
- `p/qbound_fr` variables are initialized based on the data parsed from the transmission system data.
913
- `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).
10-
- Refactored multiple functions in `ref.jl` to avoid unnecesary loops. These unnecesary loops were making the refs processes unccessary long.
14+
- Refactored multiple functions in `ref.jl` to avoid unnecessary loops. These unnecessary loops were making the refs processes unnecessary long.
1115

1216
## v0.7.7
1317

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "PowerModelsITD"
22
uuid = "615c3f80-b0cb-4ecd-88fe-27bee056c380"
33
authors = ["Juan Ospina", "David M Fobes"]
44
repo = "https://github.com/lanl-ansi/PowerModelsITD.jl.git"
5-
version = "0.7.7"
5+
version = "0.7.8"
66

77
[deps]
88
InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"

0 commit comments

Comments
 (0)