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/7] 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/7] 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/7] 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/7] 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" From 2f66c477226ec14b98bb00ad6a6f32eb96634806 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:06:16 +0100 Subject: [PATCH 5/7] CompatHelper: add new compat entry for ForwardDiff in [weakdeps] at version 0.10, (keep existing compat) (#308) Co-authored-by: CompatHelper Julia Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com> --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 91420ef7..d6d4bb35 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" +ForwardDiff = "0.10" DistributionsAD = "0.6" Functors = "0.1, 0.2, 0.3, 0.4" InverseFunctions = "0.1" From 9df6ec8c23421a22257e42f6e488ec48120489b2 Mon Sep 17 00:00:00 2001 From: Hong Ge <3279477+yebai@users.noreply.github.com> Date: Sat, 25 May 2024 21:55:29 +0100 Subject: [PATCH 6/7] Update Project.toml --- Project.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Project.toml b/Project.toml index d6d4bb35..59afd2b6 100644 --- a/Project.toml +++ b/Project.toml @@ -63,4 +63,9 @@ Zygote = "0.6.63" julia = "1.6" [extras] +DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c" +ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" +LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02" +ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" +Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" From 1070b7349f14626808765e32621db82e64969f29 Mon Sep 17 00:00:00 2001 From: Hong Ge <3279477+yebai@users.noreply.github.com> Date: Sat, 25 May 2024 21:59:51 +0100 Subject: [PATCH 7/7] Update Project.toml --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 39875f6e..a7a089c3 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -27,7 +27,7 @@ FiniteDifferences = "0.11, 0.12" ForwardDiff = "0.10.12" Functors = "0.1, 0.2, 0.3, 0.4" InverseFunctions = "0.1" -LazyArrays = "1" +LazyArrays = "1, 2" LogExpFunctions = "0.3.1" ReverseDiff = "1.4.2" Tracker = "0.2.11"