From febe7a4a6d355212a8a3c55c9e8d92d354a6cf3e Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Mon, 16 Dec 2024 17:29:59 +0000 Subject: [PATCH] New version: NonlinearSolveQuasiNewton v1.1.0 UUID: 9a2c21bd-3a47-402d-9113-8faf9a0ee114 Repo: https://github.com/SciML/NonlinearSolve.jl.git Tree: 8f14b848afcfc0a2941cd3cca1bef04c987465bb Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- N/NonlinearSolveQuasiNewton/Compat.toml | 7 ++++++- N/NonlinearSolveQuasiNewton/Versions.toml | 3 +++ N/NonlinearSolveQuasiNewton/WeakCompat.toml | 2 ++ N/NonlinearSolveQuasiNewton/WeakDeps.toml | 2 ++ 4 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 N/NonlinearSolveQuasiNewton/WeakCompat.toml create mode 100644 N/NonlinearSolveQuasiNewton/WeakDeps.toml diff --git a/N/NonlinearSolveQuasiNewton/Compat.toml b/N/NonlinearSolveQuasiNewton/Compat.toml index 4256695c85da100..0ee11f542eeef8f 100644 --- a/N/NonlinearSolveQuasiNewton/Compat.toml +++ b/N/NonlinearSolveQuasiNewton/Compat.toml @@ -6,10 +6,15 @@ DiffEqBase = "6.158.3-6" LinearAlgebra = "1.10.0-1" LinearSolve = "2.36.1-2" MaybeInplace = "0.1.4-0.1" -NonlinearSolveBase = "1.1.0-1" PrecompileTools = "1.2.0-1" Reexport = "1" SciMLBase = "2.58.0-2" SciMLOperators = "0.3.11-0.3" StaticArraysCore = "1.4.3-1" julia = "1.10.0-1" + +["1.0"] +NonlinearSolveBase = "1.1.0-1" + +["1.1-1"] +NonlinearSolveBase = "1.4.0-1" diff --git a/N/NonlinearSolveQuasiNewton/Versions.toml b/N/NonlinearSolveQuasiNewton/Versions.toml index e697f07254e5541..66f06cb07481f2a 100644 --- a/N/NonlinearSolveQuasiNewton/Versions.toml +++ b/N/NonlinearSolveQuasiNewton/Versions.toml @@ -1,2 +1,5 @@ ["1.0.0"] git-tree-sha1 = "066d4940938f4bb5fd1ce146e61a373f40b89d31" + +["1.1.0"] +git-tree-sha1 = "8f14b848afcfc0a2941cd3cca1bef04c987465bb" diff --git a/N/NonlinearSolveQuasiNewton/WeakCompat.toml b/N/NonlinearSolveQuasiNewton/WeakCompat.toml new file mode 100644 index 000000000000000..4226f0951fab362 --- /dev/null +++ b/N/NonlinearSolveQuasiNewton/WeakCompat.toml @@ -0,0 +1,2 @@ +["1.1-1"] +ForwardDiff = "0.10.36-0.10" diff --git a/N/NonlinearSolveQuasiNewton/WeakDeps.toml b/N/NonlinearSolveQuasiNewton/WeakDeps.toml new file mode 100644 index 000000000000000..08aee79631e8e45 --- /dev/null +++ b/N/NonlinearSolveQuasiNewton/WeakDeps.toml @@ -0,0 +1,2 @@ +["1.1-1"] +ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"