From f0d778dc3bd6ad4ddf1ecc266a13e2decba7724e Mon Sep 17 00:00:00 2001 From: noahrhodes Date: Wed, 12 Jan 2022 15:10:14 -0600 Subject: [PATCH] Prep for v0.4.2 release (#92) * Prep for v0.4.2 release * Update compat bonds for InfrastructureModels.jl and Graphs.jl --- CHANGELOG.md | 2 +- Project.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad17468..8165175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ PowerPlots.jl Change Log ======================== -### Staged +### v0.4.2 - Add support for plotting 3-phase grid data - Add support for multinetwork plots diff --git a/Project.toml b/Project.toml index 02800fe..974e39e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PowerPlots" uuid = "229d1e32-5c67-4c9a-a884-d6a3a7f23cfa" authors = ["Noah Rhodes"] -version = "0.4.1" +version = "0.4.2" [deps] ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4" @@ -27,15 +27,15 @@ ColorSchemes = "~3" Colors = "~0.12" DataFrames = "~0.21, ~0.22, ~1" GeometryBasics = "~0.3, ~0.4" -Graphs = "~1.4" -InfrastructureModels = "~0.5, ~0.6" +Graphs = "~1" +InfrastructureModels = "~0.5, ~0.6, ~0.7" Ipopt = ">= 0.4" Memento = "~1" NLopt = "~0.6" NetworkLayout = "~0.4" OrderedCollections = "~1" PowerModels = "~0.17, ~0.18, ~0.19" -PowerModelsDistribution = "~0.11,0.12,0.13" +PowerModelsDistribution = "~0.11,~0.12,~0.13" RecursiveArrayTools = "~2" Setfield = "~0.7" VegaLite = "^2.0"