From 769b30a0ef98c047c18a31c26a36479aca7b0712 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Fri, 20 Dec 2019 17:45:14 +0000 Subject: [PATCH] New version: PowerModelsAnnex v0.2.6 UUID: 6e471128-d39d-5672-b02b-a742bd1b77ed Repo: https://github.com/lanl-ansi/PowerModelsAnnex.jl.git Tree: 8b049c0c263d58a225278ec782754e24eaf9648f Registrator tree SHA: f50e50c1d2a1b9694b1d5749fdb25fef2ca4c291 --- P/PowerModelsAnnex/Compat.toml | 68 ++++++++++++++++++-------------- P/PowerModelsAnnex/Deps.toml | 8 ++-- P/PowerModelsAnnex/Versions.toml | 3 ++ 3 files changed, 45 insertions(+), 34 deletions(-) diff --git a/P/PowerModelsAnnex/Compat.toml b/P/PowerModelsAnnex/Compat.toml index fd1be3c27798dd8..0db6c01fd78f4cd 100644 --- a/P/PowerModelsAnnex/Compat.toml +++ b/P/PowerModelsAnnex/Compat.toml @@ -1,9 +1,27 @@ +["0-0.1.10"] +Memento = "0.1.1-0" + +["0-0.1.11"] +Compat = "0.17-2" +DataFrames = "0.11-0" +InfrastructureModels = "0.0.6-0" +JuMP = "0.17-0.18" +Missings = "0.2.6-0" +Unitful = "0.7-0" +julia = "0.6-1" + +["0-0.1.5"] +PowerModels = "0.8.1-0.8" + ["0.1.11"] Memento = "0.1.1-0.10" PowerModels = "0.9.4-0" PowerSystemsUnits = "0.1-0" -["0.1.12"] +["0.1.12-0"] +julia = "1" + +["0.1.12-0.1"] DataFrames = "0.11.0-*" InfrastructureModels = ["0.0.6-0.0", "0.1"] JuMP = ["0.17", "0.18"] @@ -13,24 +31,6 @@ PowerModels = "0.9.7-0.9" PowerSystemsUnits = "0.1.0-*" Unitful = "0.7.0-*" -["0.1.12-0.2"] -julia = "1" - -["0.1.4-0.1.10"] -Memento = "0.1.1-0" - -["0.1.4-0.1.11"] -Compat = "0.17-2" -DataFrames = "0.11-0" -InfrastructureModels = "0.0.6-0" -JuMP = "0.17-0.18" -Missings = "0.2.6-0" -Unitful = "0.7-0" -julia = "0.6-1" - -["0.1.4-0.1.5"] -PowerModels = "0.8.1-0.8" - ["0.1.6-0.1.8"] PowerModels = "0.8.7-0.8" @@ -40,24 +40,24 @@ PowerSystemsUnits = "0" ["0.1.9-0.1.10"] PowerModels = "0.9-0" -["0.2"] +["0.2-0"] Memento = "0.10-0.12" -["0.2.0"] -PowerModels = "0.10" - -["0.2.0-0.2.1"] +["0.2-0.2.1"] DataFrames = "0.11-0.18" Missings = "0.2.6-0.4" Unitful = "0.7-0.15" -["0.2.0-0.2.2"] +["0.2-0.2.2"] PowerSystemsUnits = "0.1" -["0.2.0-0.2.3"] +["0.2-0.2.3"] InfrastructureModels = "0.2" JuMP = "0.19.1-0.19" +["0.2.0"] +PowerModels = "0.10" + ["0.2.1"] PowerModels = "0.11" @@ -69,13 +69,21 @@ Missings = "0.2.6-*" PowerModels = "0.12" Unitful = "0.7.0-*" -["0.2.3-0.2.5"] +["0.2.3-0"] PowerSystemsUnits = "0.2" -["0.2.4-0.2.5"] -DataFrames = "0.19.0-*" +["0.2.4-0"] InfrastructureModels = "0.2-0.3" JuMP = "0.19.1-0.20" -["0.2.5"] +["0.2.4-0.2.5"] +DataFrames = "0.19.0-*" + +["0.2.5-0"] MathOptInterface = "0.7-0.9" + +["0.2.6-0"] +DataFrames = "0.19-0.20" +Missings = "0.3-0.4" +PowerModels = "0.13" +Unitful = ["0.7-0.8", "0.10-0.18"] diff --git a/P/PowerModelsAnnex/Deps.toml b/P/PowerModelsAnnex/Deps.toml index 382d3d0e9434afe..4db948e43ae1c0e 100644 --- a/P/PowerModelsAnnex/Deps.toml +++ b/P/PowerModelsAnnex/Deps.toml @@ -1,4 +1,4 @@ -["0.1-0.2"] +[0] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0" JuMP = "4076af6c-e467-56ae-b986-b466b2749572" @@ -7,11 +7,11 @@ Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28" PowerModels = "c36e90e8-916a-50a6-bd94-075b64ef4655" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" -["0.1.4-0.1.11"] +["0-0.1.11"] Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" -["0.1.8-0.2"] +["0.1.8-0"] PowerSystemsUnits = "c279aad7-7dc9-58d3-995b-109d3f5deb94" -["0.2.5"] +["0.2.5-0"] MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" diff --git a/P/PowerModelsAnnex/Versions.toml b/P/PowerModelsAnnex/Versions.toml index fce0b39eb736e15..fb6b18d4cee2d34 100644 --- a/P/PowerModelsAnnex/Versions.toml +++ b/P/PowerModelsAnnex/Versions.toml @@ -42,3 +42,6 @@ git-tree-sha1 = "cd21b9dc692a92edf788601badaf91e535a81418" ["0.2.5"] git-tree-sha1 = "069905642c19e5cdc8573944443431f900f2ae19" + +["0.2.6"] +git-tree-sha1 = "8b049c0c263d58a225278ec782754e24eaf9648f"