Skip to content

Commit ff95e40

Browse files
authored
adding JuMP version upper bound and next PowerModels release (#56)
1 parent 3ed57d5 commit ff95e40

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
PowerModels.jl Change Log
22
=================
33

4-
### staged
4+
### v0.2.3
55
- Multiple improvements to Matlab file parsing
66
- Added support matlab cell arrays
77
- Added support for matpower bus_names
88
- Added ability for reading non-standard matpower data elements
9+
- Added JuMP version v0.14 upper bound
910

1011
### v0.2.2
1112
- Added Transmission Network Expansion Planning (tnep) problem.

REQUIRE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
julia 0.4.6
22
JSON 0.6.0
33
MathProgBase 0.5.4
4-
JuMP 0.14.0
4+
JuMP 0.14 0.15-
55
Compat 0.7.9

0 commit comments

Comments
 (0)