From ad3a8dcfcc6a6313e8cbcb7ebb4baf3ddb5ac67c Mon Sep 17 00:00:00 2001 From: oscarddssmith Date: Wed, 26 Mar 2025 18:58:35 -0400 Subject: [PATCH 1/2] support ForwardDiff 1.0 --- Project.toml | 4 ++-- lib/BracketingNonlinearSolve/Project.toml | 2 +- lib/NonlinearSolveBase/Project.toml | 4 ++-- lib/NonlinearSolveFirstOrder/Project.toml | 4 ++-- lib/NonlinearSolveQuasiNewton/Project.toml | 4 ++-- lib/NonlinearSolveSpectralMethods/Project.toml | 4 ++-- lib/SciMLJacobianOperators/Project.toml | 4 ++-- lib/SimpleNonlinearSolve/Project.toml | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Project.toml b/Project.toml index 12a8ec5d8..84befb57e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "NonlinearSolve" uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec" authors = ["SciML"] -version = "4.5.0" +version = "4.5.1" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -75,7 +75,7 @@ FastClosures = "0.3.2" FastLevenbergMarquardt = "0.1" FiniteDiff = "2.24" FixedPointAcceleration = "0.3, 1" -ForwardDiff = "0.10.36" +ForwardDiff = "0.10.36, 1" Hwloc = "3" InteractiveUtils = "<0.0.1, 1" LeastSquaresOptim = "0.8.5" diff --git a/lib/BracketingNonlinearSolve/Project.toml b/lib/BracketingNonlinearSolve/Project.toml index 5be59caf6..4cfc0174e 100644 --- a/lib/BracketingNonlinearSolve/Project.toml +++ b/lib/BracketingNonlinearSolve/Project.toml @@ -22,7 +22,7 @@ Aqua = "0.8.9" CommonSolve = "0.2.4" ConcreteStructs = "0.2.3" ExplicitImports = "1.10.1" -ForwardDiff = "0.10.36" +ForwardDiff = "0.10.36, 1" InteractiveUtils = "<0.0.1, 1" NonlinearSolveBase = "1.1" PrecompileTools = "1.2" diff --git a/lib/NonlinearSolveBase/Project.toml b/lib/NonlinearSolveBase/Project.toml index a280672b1..4071d55e6 100644 --- a/lib/NonlinearSolveBase/Project.toml +++ b/lib/NonlinearSolveBase/Project.toml @@ -1,7 +1,7 @@ name = "NonlinearSolveBase" uuid = "be0214bd-f91f-a760-ac4e-3421ce2b2da0" authors = ["Avik Pal and contributors"] -version = "1.5.1" +version = "1.5.2" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -58,7 +58,7 @@ DifferentiationInterface = "0.6.16" EnzymeCore = "0.8" ExplicitImports = "1.10.1" FastClosures = "0.3" -ForwardDiff = "0.10.36" +ForwardDiff = "0.10.36, 1" InteractiveUtils = "<0.0.1, 1" LineSearch = "0.1.4" LinearAlgebra = "1.10" diff --git a/lib/NonlinearSolveFirstOrder/Project.toml b/lib/NonlinearSolveFirstOrder/Project.toml index 19aaffaa5..d7cbf565f 100644 --- a/lib/NonlinearSolveFirstOrder/Project.toml +++ b/lib/NonlinearSolveFirstOrder/Project.toml @@ -1,7 +1,7 @@ name = "NonlinearSolveFirstOrder" uuid = "5959db7a-ea39-4486-b5fe-2dd0bf03d60d" authors = ["Avik Pal and contributors"] -version = "1.3.0" +version = "1.3.1" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -35,7 +35,7 @@ DiffEqBase = "6.158.3" Enzyme = "0.13.12" ExplicitImports = "1.5" FiniteDiff = "2.24" -ForwardDiff = "0.10.36" +ForwardDiff = "0.10.36, 1" Hwloc = "3" InteractiveUtils = "<0.0.1, 1" LineSearch = "0.1.4" diff --git a/lib/NonlinearSolveQuasiNewton/Project.toml b/lib/NonlinearSolveQuasiNewton/Project.toml index 3f81b7123..f01f40658 100644 --- a/lib/NonlinearSolveQuasiNewton/Project.toml +++ b/lib/NonlinearSolveQuasiNewton/Project.toml @@ -1,7 +1,7 @@ name = "NonlinearSolveQuasiNewton" uuid = "9a2c21bd-3a47-402d-9113-8faf9a0ee114" authors = ["Avik Pal and contributors"] -version = "1.2.0" +version = "1.2.1" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -35,7 +35,7 @@ DiffEqBase = "6.158.3" Enzyme = "0.13.12" ExplicitImports = "1.5" FiniteDiff = "2.24" -ForwardDiff = "0.10.36" +ForwardDiff = "0.10.36, 1" Hwloc = "3" InteractiveUtils = "<0.0.1, 1" LineSearch = "0.1.4" diff --git a/lib/NonlinearSolveSpectralMethods/Project.toml b/lib/NonlinearSolveSpectralMethods/Project.toml index 53f568bc0..4daf613fd 100644 --- a/lib/NonlinearSolveSpectralMethods/Project.toml +++ b/lib/NonlinearSolveSpectralMethods/Project.toml @@ -1,7 +1,7 @@ name = "NonlinearSolveSpectralMethods" uuid = "26075421-4e9a-44e1-8bd1-420ed7ad02b2" authors = ["Avik Pal and contributors"] -version = "1.1.0" +version = "1.1.1" [deps] CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2" @@ -27,7 +27,7 @@ CommonSolve = "0.2.4" ConcreteStructs = "0.2.3" DiffEqBase = "6.158.3" ExplicitImports = "1.5" -ForwardDiff = "0.10.36" +ForwardDiff = "0.10.36, 1" Hwloc = "3" InteractiveUtils = "<0.0.1, 1" LineSearch = "0.1.4" diff --git a/lib/SciMLJacobianOperators/Project.toml b/lib/SciMLJacobianOperators/Project.toml index 8e8f3ac93..9999bfde1 100644 --- a/lib/SciMLJacobianOperators/Project.toml +++ b/lib/SciMLJacobianOperators/Project.toml @@ -1,7 +1,7 @@ name = "SciMLJacobianOperators" uuid = "19f34311-ddf3-4b8b-af20-060888a46c0e" authors = ["Avik Pal and contributors"] -version = "0.1.1" +version = "0.1.2" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -25,7 +25,7 @@ Enzyme = "0.13.11" ExplicitImports = "1.9.0" FastClosures = "0.3.2" FiniteDiff = "2.24" -ForwardDiff = "0.10.36" +ForwardDiff = "0.10.36, 1" InteractiveUtils = "<0.0.1, 1" LinearAlgebra = "1.10" ReverseDiff = "1.15" diff --git a/lib/SimpleNonlinearSolve/Project.toml b/lib/SimpleNonlinearSolve/Project.toml index 199085937..341a591f6 100644 --- a/lib/SimpleNonlinearSolve/Project.toml +++ b/lib/SimpleNonlinearSolve/Project.toml @@ -1,7 +1,7 @@ name = "SimpleNonlinearSolve" uuid = "727e6d20-b764-4bd8-a329-72de5adea6c7" authors = ["SciML"] -version = "2.2.0" +version = "2.2.1" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -49,7 +49,7 @@ Enzyme = "0.13.11" ExplicitImports = "1.9" FastClosures = "0.3.2" FiniteDiff = "2.24" -ForwardDiff = "0.10.36" +ForwardDiff = "0.10.36, 1" InteractiveUtils = "<0.0.1, 1" LineSearch = "0.1.3" LinearAlgebra = "1.10" From cfed6b13c37b2ee3eee61e1861662a0c2a9cf927 Mon Sep 17 00:00:00 2001 From: Oscar Smith Date: Wed, 2 Apr 2025 17:51:17 -0400 Subject: [PATCH 2/2] bump Bracketing --- lib/BracketingNonlinearSolve/Project.toml | 2 +- lib/SCCNonlinearSolve/Project.toml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/BracketingNonlinearSolve/Project.toml b/lib/BracketingNonlinearSolve/Project.toml index 4cfc0174e..f212d304f 100644 --- a/lib/BracketingNonlinearSolve/Project.toml +++ b/lib/BracketingNonlinearSolve/Project.toml @@ -1,7 +1,7 @@ name = "BracketingNonlinearSolve" uuid = "70df07ce-3d50-431d-a3e7-ca6ddb60ac1e" authors = ["Avik Pal and contributors"] -version = "1.1.2" +version = "1.1.3" [deps] CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2" diff --git a/lib/SCCNonlinearSolve/Project.toml b/lib/SCCNonlinearSolve/Project.toml index 389323487..7170fb3b9 100644 --- a/lib/SCCNonlinearSolve/Project.toml +++ b/lib/SCCNonlinearSolve/Project.toml @@ -18,6 +18,7 @@ ExplicitImports = "1.5" Hwloc = "3" InteractiveUtils = "<0.0.1, 1" NonlinearProblemLibrary = "0.1.2" +NonlinearSolveBase = "1" NonlinearSolveFirstOrder = "1" Pkg = "1.10" PrecompileTools = "1.2" @@ -36,8 +37,9 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7" Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d" InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" -NonlinearSolveFirstOrder = "5959db7a-ea39-4486-b5fe-2dd0bf03d60d" NonlinearProblemLibrary = "b7050fa9-e91f-4b37-bcee-a89a063da141" +NonlinearSolveBase = "be0214bd-f91f-a760-ac4e-3421ce2b2da0" +NonlinearSolveFirstOrder = "5959db7a-ea39-4486-b5fe-2dd0bf03d60d" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823" StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" @@ -45,4 +47,4 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["Aqua", "BenchmarkTools", "ExplicitImports", "Hwloc", "InteractiveUtils", "NonlinearSolveFirstOrder", "NonlinearProblemLibrary", "Pkg", "ReTestItems", "StableRNGs", "StaticArrays", "Test"] +test = ["Aqua", "BenchmarkTools", "ExplicitImports", "Hwloc", "InteractiveUtils", "NonlinearSolveBase", "NonlinearSolveFirstOrder", "NonlinearProblemLibrary", "Pkg", "ReTestItems", "StableRNGs", "StaticArrays", "Test"]