From e85fce35b580eef31a69438f17da0605edbacdbc Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Fri, 30 Aug 2024 14:33:02 +0000 Subject: [PATCH] New version: ProbNumDiffEq v0.16.1 UUID: bf3e78b0-7d74-48a5-b855-9609533b56a5 Repo: https://github.com/nathanaelbosch/ProbNumDiffEq.jl.git Tree: 4fa1b60d0bfb2a692afcfd9af52df74f2c64b62c Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- P/ProbNumDiffEq/Compat.toml | 18 +++++++++++++++++- P/ProbNumDiffEq/Deps.toml | 10 +++++++++- P/ProbNumDiffEq/Versions.toml | 3 +++ 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/P/ProbNumDiffEq/Compat.toml b/P/ProbNumDiffEq/Compat.toml index 02c959e88105d3f..a8bafd081e6cc23 100644 --- a/P/ProbNumDiffEq/Compat.toml +++ b/P/ProbNumDiffEq/Compat.toml @@ -70,12 +70,14 @@ SciMLBase = "1.90.0-1" TaylorSeries = "0.10-0.14" ["0.11.2-0"] -OrdinaryDiffEq = "6.52.0-6" PrecompileTools = "1" ["0.11.2-0.14"] TaylorSeries = "0.10-0.15" +["0.11.2-0.16.0"] +OrdinaryDiffEq = "6.52.0-6" + ["0.12"] FastGaussQuadrature = "0.5" @@ -103,6 +105,8 @@ RecursiveArrayTools = "2-3" FillArrays = "1.9.0-1" FiniteHorizonGramians = "0.2" MatrixEquations = "2" + +["0.14-0.16.0"] PSDMatrices = "0.4.7-0.4" julia = "1.9.0-1" @@ -118,9 +122,21 @@ Printf = "1" DiffEqCallbacks = "2.36.0-3" FastBroadcast = "0.2-0.3" Random = "1" + +["0.16.0"] TaylorIntegration = "0.8-0.15" TaylorSeries = "0.10-0.17" +["0.16.1-0"] +OrdinaryDiffEqCore = "1.3.0-1" +OrdinaryDiffEqDifferentiation = "1.1.0-1" +OrdinaryDiffEqRosenbrock = "1.1.0-1" +OrdinaryDiffEqVerner = "1.1.0-1" +PSDMatrices = "0.5" +TaylorIntegration = "0.8-0.16" +TaylorSeries = "0.10-0.18" +julia = "1.10.0-1" + ["0.2-0.6"] TaylorIntegration = "0.8" diff --git a/P/ProbNumDiffEq/Deps.toml b/P/ProbNumDiffEq/Deps.toml index 0f40b08c93999bc..c12edd116b456a8 100644 --- a/P/ProbNumDiffEq/Deps.toml +++ b/P/ProbNumDiffEq/Deps.toml @@ -1,7 +1,6 @@ [0] DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" @@ -12,6 +11,9 @@ TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea" ["0-0.15"] GaussianDistributions = "43dcc890-d446-5863-8d1a-14597580bb8d" +["0-0.16.0"] +OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" + ["0-0.5.4"] ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78" @@ -59,6 +61,12 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" ["0.16-0"] Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +["0.16.1-0"] +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" +OrdinaryDiffEqDifferentiation = "4302a76b-040a-498a-8c04-15b101fed76b" +OrdinaryDiffEqRosenbrock = "43230ef6-c299-4910-a778-202eb28ce4ce" +OrdinaryDiffEqVerner = "79d7bb75-1356-48c1-b8c0-6832512096c2" + ["0.2-0"] TaylorIntegration = "92b13dbe-c966-51a2-8445-caca9f8a7d42" diff --git a/P/ProbNumDiffEq/Versions.toml b/P/ProbNumDiffEq/Versions.toml index 1a14753068d9314..4936d164b3cfc6c 100644 --- a/P/ProbNumDiffEq/Versions.toml +++ b/P/ProbNumDiffEq/Versions.toml @@ -186,3 +186,6 @@ git-tree-sha1 = "18fa9ef428b7e56863fc4b7bcad6b620d3ff1d08" ["0.16.0"] git-tree-sha1 = "e0dea39d65cd2fb3fa18e5be2c1cbdb6834e5aad" + +["0.16.1"] +git-tree-sha1 = "4fa1b60d0bfb2a692afcfd9af52df74f2c64b62c"