From 51b77f3bfe2cbf208ef7d88e8e16a3913319f1f4 Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Sun, 20 Oct 2019 14:38:56 -0700 Subject: [PATCH 1/2] update Project TOML --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7fd174f387..d11e0e881a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PowerSystems" uuid = "bcd98974-b02a-5e2f-9ee0-a103f5c450dd" authors = ["Jose Daniel Lara", "Dheepak Krishnamurthy", "Clayton Barrows", "Daniel Thom"] -version = "0.4.3" +version = "0.5.0" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" @@ -21,7 +21,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" [compat] CSV = "~0.5" DataFrames = "~0.19" -InfrastructureSystems = "~0.1.1" +InfrastructureSystems = "~0.2" JSON = "~0.21" JSON2 = "~0.3" TimeSeries = "~0.16" From e68b79fac895c6807bc8da8b72e6743c507a6329 Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Sun, 20 Oct 2019 14:39:27 -0700 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 872160e42a..02f86cd698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # PowerSystems Change Log +### v0.5.0 +- Store and access forecast data from Disk + ### v0.4.3 - Fix Parsing bug in Table data #362 - Enable custom validation descriptors when parsing PSS/E and MATPOWER files