From 79c26da1423a65c42f46a70f2458a9205d8f09d6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 31 Mar 2023 01:16:11 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for FillArrays to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e36f47a4..34d7320a 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ AbstractGPs = "0.3, 0.4, 0.5" ChainRulesCore = "1.7" Distributions = "0.25" FastGaussQuadrature = "0.4, 0.5" -FillArrays = "0.12, 0.13" +FillArrays = "0.12, 0.13, 1" ForwardDiff = "0.10" GPLikelihoods = "0.4" IrrationalConstants = "0.1, 0.2" From 87c4b7f6f37b459ed5c2f68b6970b1eadf025cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Galy-Fajou?= Date: Tue, 11 Apr 2023 14:25:22 +0200 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 34d7320a..8dc0005e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ApproximateGPs" uuid = "298c2ebc-0411-48ad-af38-99e88101b606" authors = ["JuliaGaussianProcesses Team"] -version = "0.4.4" +version = "0.4.5" [deps] AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"