From b58111ce2613e2114ae67b5d6537ec450c0206a0 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 13 Jul 2023 10:11:36 -0400 Subject: [PATCH 1/3] Test Enzyme 0.11.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 54982e0ef..c1b70d6ce 100644 --- a/Project.toml +++ b/Project.toml @@ -54,7 +54,7 @@ DiffEqNoiseProcess = "4.1.4, 5.0" DiffRules = "1" Distributions = "0.24, 0.25" EllipsisNotation = "1" -Enzyme = "0.11.2" +Enzyme = "=0.11.0" FiniteDiff = "2" ForwardDiff = "0.10" FunctionWrappersWrappers = "0.1" From 07f37eb61de1a90a63a51ea620ae17d93b2b28d3 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 13 Jul 2023 15:08:15 -0400 Subject: [PATCH 2/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c1b70d6ce..24cdda3fe 100644 --- a/Project.toml +++ b/Project.toml @@ -54,7 +54,7 @@ DiffEqNoiseProcess = "4.1.4, 5.0" DiffRules = "1" Distributions = "0.24, 0.25" EllipsisNotation = "1" -Enzyme = "=0.11.0" +Enzyme = "0.11.5" FiniteDiff = "2" ForwardDiff = "0.10" FunctionWrappersWrappers = "0.1" From 44d484c4648abe6461bd0bd5ddbb9fa7d637ff8d Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 24 Jul 2023 09:30:09 -0400 Subject: [PATCH 3/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 24cdda3fe..6285a1c5d 100644 --- a/Project.toml +++ b/Project.toml @@ -54,7 +54,7 @@ DiffEqNoiseProcess = "4.1.4, 5.0" DiffRules = "1" Distributions = "0.24, 0.25" EllipsisNotation = "1" -Enzyme = "0.11.5" +Enzyme = "0.11.6" FiniteDiff = "2" ForwardDiff = "0.10" FunctionWrappersWrappers = "0.1"