From 8f00d33e940e54b29341299c650ff1e838c1b9eb Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Thu, 16 May 2024 08:13:27 +0200 Subject: [PATCH 1/2] Force ADTypes v1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1787816..5a64b5e 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ SimpleNonlinearSolveTrackerExt = "Tracker" SimpleNonlinearSolveZygoteExt = "Zygote" [compat] -ADTypes = "0.2.6, 1" +ADTypes = "1" AllocCheck = "0.1.1" Aqua = "0.8" ArrayInterface = "7.8" From ede0444f53654f31abbca6d04e97576c71769d1d Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Thu, 16 May 2024 11:56:51 +0200 Subject: [PATCH 2/2] Bump version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5a64b5e..9a95cb7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SimpleNonlinearSolve" uuid = "727e6d20-b764-4bd8-a329-72de5adea6c7" authors = ["SciML"] -version = "1.8.0" +version = "1.8.1" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"