From 4984f1c105e1f484586eb5079ba69e38bfb48d32 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:44:27 +0200 Subject: [PATCH 1/2] Add ADTypes 1.0 compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f641c1ff5..97caec745 100644 --- a/Project.toml +++ b/Project.toml @@ -50,7 +50,7 @@ SciMLBaseRCallExt = "RCall" SciMLBaseZygoteExt = "Zygote" [compat] -ADTypes = "0.2.5" +ADTypes = "0.2.5,1.0.0" ArrayInterface = "7.6" ChainRules = "1.58.0" ChainRulesCore = "1.18" From 30e985f91de7284365c4f533c988377e5751e024 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:17:21 +0200 Subject: [PATCH 2/2] Bump to 2.34.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 97caec745..f42c34fd1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SciMLBase" uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462" authors = ["Chris Rackauckas and contributors"] -version = "2.33.1" +version = "2.34.0" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"