Skip to content

Commit 599dddd

Browse files
github-actions[bot]CompatHelper Juliajishnub
authored
CompatHelper: bump compat for DomainSets to 0.7, (keep existing compat) (#110)
* CompatHelper: bump compat for DomainSets to 0.7, (keep existing compat) * Bump version to v0.3.25 * Limited imports from DomainSets in tests --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Jishnu Bhattacharya <[email protected]>
1 parent 4429a11 commit 599dddd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunFourier"
22
uuid = "59844689-9c9d-51bf-9583-5b794ec66d30"
3-
version = "0.3.24"
3+
version = "0.3.25"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -22,7 +22,7 @@ ApproxFunBaseTest = "0.1"
2222
ApproxFunOrthogonalPolynomials = "0.6"
2323
Aqua = "0.7"
2424
BandedMatrices = "0.16, 0.17, 1"
25-
DomainSets = "0.3, 0.4, 0.5, 0.6"
25+
DomainSets = "0.3, 0.4, 0.5, 0.6, 0.7"
2626
FFTW = "1.1"
2727
FastTransforms = "0.10, 0.11, 0.12, 0.13, 0.14, 0.15"
2828
InfiniteArrays = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using ApproxFunBaseTest: testspace, testtransforms, testmultiplication, testragg
77
using ApproxFunOrthogonalPolynomials
88
using LinearAlgebra
99
using SpecialFunctions
10-
using DomainSets
10+
using DomainSets: radius, center
1111
_factorial(n) = gamma(n+1)
1212

1313
using StaticArrays: SVector

0 commit comments

Comments
 (0)