diff --git a/CHANGELOG.md b/CHANGELOG.md index 680bf1210..6c3ef54db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,13 @@ PowerModels.jl Change Log ========================= ### Staged +- nothing + +### v0.17.4 - Added support for matrix-based analysis of basic network data (#728) - Added support for `relax_integrality` in `run_model` - Added `export_pti` to write a PSSE file (#752) -- Added `parse_files` to create a PM-multinetwork from multiples files +- Added `parse_files` to create a multinetwork from multiples source files - Added support for convering matpower ramp rates into per-unit (#561) - Fixed bug in dual reporting in `constraint_power_balance_ls` (#741) - Fixed sign convetion for power injection in `calc_bus_injection` diff --git a/Project.toml b/Project.toml index 724c2e34d..1f7890e42 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "PowerModels" uuid = "c36e90e8-916a-50a6-bd94-075b64ef4655" authors = ["Carleton Coffrin"] repo = "https://github.com/lanl-ansi/PowerModels.jl" -version = "0.17.3" +version = "0.17.4" [deps] InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"