From d0479229c9bf7b652b68b72e308af30eb7c91182 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 21:04:19 +0100 Subject: [PATCH 1/4] CompatHelper: add new compat entry for ReverseDiff in [weakdeps] at version 1, (keep existing compat) (#312) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index d26d2f45..16835015 100644 --- a/Project.toml +++ b/Project.toml @@ -52,6 +52,7 @@ LogExpFunctions = "0.3.3" MappedArrays = "0.2.2, 0.3, 0.4" Reexport = "0.2, 1" Requires = "0.5, 1" +ReverseDiff = "1" Roots = "1.3.4, 2" Statistics = "1" Zygote = "0.6.63" From 1bb0bddd999ef9e5d0b49924cc4e26bfcaf13daa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 21:04:36 +0100 Subject: [PATCH 2/4] CompatHelper: add new compat entry for Tracker in [weakdeps] at version 0.2, (keep existing compat) (#311) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 16835015..11cacfdf 100644 --- a/Project.toml +++ b/Project.toml @@ -55,6 +55,7 @@ Requires = "0.5, 1" ReverseDiff = "1" Roots = "1.3.4, 2" Statistics = "1" +Tracker = "0.2" Zygote = "0.6.63" julia = "1.6" From 74e4bd95aa88db11ca30a4922cecf11fa87b5839 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 21:04:55 +0100 Subject: [PATCH 3/4] CompatHelper: add new compat entry for DistributionsAD in [weakdeps] at version 0.6, (keep existing compat) (#310) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 11cacfdf..20b5ece1 100644 --- a/Project.toml +++ b/Project.toml @@ -45,6 +45,7 @@ ChainRulesCore = "0.10.11, 1" ChangesOfVariables = "0.1" Compat = "3, 4" Distributions = "0.25.33" +DistributionsAD = "0.6" Functors = "0.1, 0.2, 0.3, 0.4" InverseFunctions = "0.1" IrrationalConstants = "0.1, 0.2" From 3a4092c6841cd957589a549b9651b1bc0112a0c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 21:05:08 +0100 Subject: [PATCH 4/4] CompatHelper: add new compat entry for LazyArrays in [weakdeps] at version 2, (keep existing compat) (#309) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 20b5ece1..91420ef7 100644 --- a/Project.toml +++ b/Project.toml @@ -49,6 +49,7 @@ DistributionsAD = "0.6" Functors = "0.1, 0.2, 0.3, 0.4" InverseFunctions = "0.1" IrrationalConstants = "0.1, 0.2" +LazyArrays = "2" LogExpFunctions = "0.3.3" MappedArrays = "0.2.2, 0.3, 0.4" Reexport = "0.2, 1"