Skip to content

Commit 4669c16

Browse files
committed
v0.15.2 release prep
1 parent 80d6178 commit 4669c16

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## staged
44

5+
- none
6+
7+
## v0.15.2
8+
59
- Added transformation `reduce_line_series!` which will reduce lines that consist of only buses with no additional connections to a single line.
610
- Added function `solve_mn_mc_opf_oltc` for multi-networks
711
- Fixed bug in `DssLine` parser where `c1` was being set to `c0`

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "PowerModelsDistribution"
22
uuid = "d7431456-977f-11e9-2de3-97ff7677985e"
33
authors = ["David M Fobes <dfobes@lanl.gov>", "Carleton Coffrin"]
44
repo = "https://github.com/lanl-ansi/PowerModelsDistribution.jl.git"
5-
version = "0.15.1"
5+
version = "0.15.2"
66

77
[deps]
88
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

docs/src/reference/data_models.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# [Data Models](@id DataModelAPI)
32

43
## Parsers
@@ -33,7 +32,7 @@ transform_solution
3332
Modules = [PowerModelsDistribution]
3433
Private = false
3534
Order = [:function]
36-
Pages = ["transformations.jl"]
35+
Pages = ["transformations.jl", "reduce.jl", "kron.jl", "bounds.jl"]
3736
```
3837

3938
## Multinetworks

0 commit comments

Comments
 (0)