From eeb950b6bb30b17e2823a772345601fe387aeeb1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 3 Dec 2024 00:43:45 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for InfiniteArrays to 0.15, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7da1460..23f12d7 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ BandedMatrices = "0.16, 0.17, 1" DomainSets = "0.3, 0.4, 0.5, 0.6, 0.7" FFTW = "1.1" FastTransforms = "0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16" -InfiniteArrays = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14" +InfiniteArrays = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15" IntervalSets = "0.5, 0.6, 0.7" LinearAlgebra = "1.6" Reexport = "0.2, 1" From a5794db6bef24f4e0acadd985fa0685617b6bd25 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Sat, 7 Dec 2024 09:29:42 +0530 Subject: [PATCH 2/2] Bump version to 0.3.30 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 23f12d7..cf52142 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ApproxFunFourier" uuid = "59844689-9c9d-51bf-9583-5b794ec66d30" -version = "0.3.29" +version = "0.3.30" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"