Skip to content

Commit c1b3623

Browse files
committed
v0.1.1
1 parent 79a0308 commit c1b3623

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 3 additions & 3 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.1"
3+
version = "0.1.1"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -31,8 +31,8 @@ ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
3131
AbstractFFTs = "≥ 0.3.1"
3232
ApproxFunBase = "0.1"
3333
BandedMatrices = "0.9.0"
34-
BlockArrays = "0.8, 0.9"
35-
BlockBandedMatrices = "0.4.0"
34+
BlockArrays = "0.9"
35+
BlockBandedMatrices = "0.4.3"
3636
Calculus = "≥ 0.1.15"
3737
DSP = "≥ 0.5.1"
3838
DomainSets = "0.0.1, 0.0.2"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ApproxFunFourier.jl
2-
Support for orthogonal polyFouriernomial-based spaces in ApproxFun
2+
Support for Fourier-based spaces in ApproxFun
33

44
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaApproximation.github.io/ApproxFun.jl/stable)
55
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://JuliaApproximation.github.io/ApproxFun.jl/latest)

0 commit comments

Comments
 (0)