From 0ee3e8e5baff9f54ca73f9283a2be693475cdbff Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Mon, 16 Dec 2024 16:09:28 +0000 Subject: [PATCH 1/2] FastTransforms v0.17 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 01a8bdf..87ae61f 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ BlockBandedMatrices = "0.13" ClassicalOrthogonalPolynomials = "0.13, 0.14" ContinuumArrays = "0.18" DomainSets = "0.7" -FastTransforms = "0.15, 0.16" +FastTransforms = "0.15, 0.16, 0.17" InfiniteArrays = "0.14, 0.15" IntervalSets = "0.7" QuasiArrays = "0.11" From ea2b1333a8273eff7e10f895d197b883dd71e082 Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Thu, 9 Jan 2025 12:15:18 +0000 Subject: [PATCH 2/2] Don't test on Mac OS --- .github/workflows/ci.yml | 1 - Project.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19a1725..c58e241 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: - '1' os: - ubuntu-latest - - macOS-latest arch: - x64 steps: diff --git a/Project.toml b/Project.toml index 87ae61f..8cffb3a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "HarmonicOrthogonalPolynomials" uuid = "e416a80e-9640-42f3-8df8-80a93ca01ea5" authors = ["Sheehan Olver "] -version = "0.6.1" +version = "0.6.2" [deps] BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"