From 497e3573bee08226453a9ad176a612d67254fd9c Mon Sep 17 00:00:00 2001 From: ccoffrin Date: Sun, 12 Apr 2020 17:03:38 -0600 Subject: [PATCH] prep for release v0.15.5 --- CHANGELOG.md | 3 +++ Project.toml | 2 +- docs/src/index.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c552f5a..b7fbff2c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ PowerModels.jl Change Log ========================= ### Staged +- nothing + +### v0.15.5 - Made matpower cost data parser more robust to floating point numbers - Fixed the type of derived "ncost" values in `export_matpower` diff --git a/Project.toml b/Project.toml index e67950d77..424e8a222 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.15.4" +version = "0.15.5" [deps] InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0" diff --git a/docs/src/index.md b/docs/src/index.md index ce1c5eb57..5571e4651 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -8,7 +8,7 @@ CurrentModule = PowerModels PowerModels.jl is a Julia/JuMP package for Steady-State Power Network Optimization. It provides utilities for parsing and modifying network data (see [PowerModels Network Data Format](@ref) for details), and is designed to enable computational evaluation of emerging power network formulations and algorithms in a common platform. -The code is engineered to decouple [Problem Specifications](@ref) (e.g. Power Flow, Optimal Power Flow, ...) from [Network Formulations](@ref) (e.g. AC, DC-approximation, SOC-relaxation, ...). This enables the definition of a wide variety of power network formulations and their comparison on common problem specifications. +The code is engineered to decouple [Problem Specifications](@ref) (e.g. Power Flow, Optimal Power Flow, ...) from the [Formulation Details](@ref) (e.g. AC, DC approximation, SOC relaxation, ...). This enables the definition of a wide variety of power network formulations and their comparison on common problem specifications. ## Installation