From 4b79e0af20fa195279830bcff9c8d39789bb3656 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 16:28:49 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for "FillArrays" to "0.10" (#26) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index bc9585b..1d9f6a7 100644 --- a/Project.toml +++ b/Project.toml @@ -13,6 +13,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] FFTW = "0.3, 1" -FillArrays = "0.6, 0.7, 0.8, 0.9" +FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10" Nullables = "0.0.8, 1.0" julia = "1" From b7c2614c19f18696308e4246231db22acea95073 Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Tue, 27 Oct 2020 16:29:45 +0000 Subject: [PATCH 2/2] v0.4.2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1d9f6a7..27a221b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "LowRankApprox" uuid = "898213cb-b102-5a47-900c-97e73b919f73" -version = "0.4.1" +version = "0.4.2" [deps] FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"