Skip to content

Commit ea83507

Browse files
committed
v0.14.5 release prep
1 parent c226f7a commit ea83507

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.14.5
8+
59
- Fixed bug in dss parser where properties assigned via `assign_property!` would fail if the object they applied to was not created in the same file [#397](https://github.com/lanl-ansi/PowerModelsDistribution.jl/issues/397)
610
- Fixed bug in `get_defined_buses` to check if `"bus"` property is a `Vector` instead of checking if it is a `String` [#416](https://github.com/lanl-ansi/PowerModelsDistribution.jl/issues/416)
711
- Fixed bug in `_map_eng2math_bus!()` regarding calculation of shunt element susceptance parameter

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.14.4"
5+
version = "0.14.5"
66

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

0 commit comments

Comments
 (0)