From 150158c2412bb8936477b55e11eab405d48e8a1a Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Tue, 31 Dec 2024 19:44:54 +0000 Subject: [PATCH] New version: ControlPlots v0.2.5 UUID: 23c2ee80-7a9e-4350-b264-8e670f12517c Repo: https://github.com/aenarete/ControlPlots.jl.git Tree: 87ef9d4b31dfc036a726c42ea0e35debd601a535 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- C/ControlPlots/Compat.toml | 3 +++ C/ControlPlots/Deps.toml | 4 ++++ C/ControlPlots/Versions.toml | 3 +++ C/ControlPlots/WeakDeps.toml | 2 ++ 4 files changed, 12 insertions(+) create mode 100644 C/ControlPlots/WeakDeps.toml diff --git a/C/ControlPlots/Compat.toml b/C/ControlPlots/Compat.toml index ae54548542e04f7..58f8145175e1610 100644 --- a/C/ControlPlots/Compat.toml +++ b/C/ControlPlots/Compat.toml @@ -13,3 +13,6 @@ JLD2 = "0.5" ["0.2.2-0"] JLD2 = "0.3-0.5" + +["0.2.5-0"] +LaTeXStrings = "1" diff --git a/C/ControlPlots/Deps.toml b/C/ControlPlots/Deps.toml index 55c697614a240e4..0a87d0fd68d6bee 100644 --- a/C/ControlPlots/Deps.toml +++ b/C/ControlPlots/Deps.toml @@ -4,3 +4,7 @@ PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" ["0.1.3-0"] StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c" + +["0.2.5-0"] +LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" diff --git a/C/ControlPlots/Versions.toml b/C/ControlPlots/Versions.toml index cb852215603c73e..d1132f6ca4149d0 100644 --- a/C/ControlPlots/Versions.toml +++ b/C/ControlPlots/Versions.toml @@ -69,3 +69,6 @@ git-tree-sha1 = "6d8da29165124c9b2cc3b4f9901e2a82ddb4cde9" ["0.2.4"] git-tree-sha1 = "c82d8f6f4ca9d171a4ffb19c030608af2555877d" + +["0.2.5"] +git-tree-sha1 = "87ef9d4b31dfc036a726c42ea0e35debd601a535" diff --git a/C/ControlPlots/WeakDeps.toml b/C/ControlPlots/WeakDeps.toml new file mode 100644 index 000000000000000..d790859076d8655 --- /dev/null +++ b/C/ControlPlots/WeakDeps.toml @@ -0,0 +1,2 @@ +["0.2.5-0"] +ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"