We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146dd4e commit db9597eCopy full SHA for db9597e
.gitignore
@@ -4,3 +4,4 @@
4
deps/deps.jl
5
src/Domains/.DS_Store
6
.DS_Store
7
+Manifest.toml
Project.toml
@@ -1,6 +1,6 @@
1
name = "ApproxFunBase"
2
uuid = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
3
-version = "0.3.2"
+version = "0.3.3"
[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -33,7 +33,7 @@ BlockArrays = "0.11"
33
BlockBandedMatrices = "0.7"
34
Calculus = "0.5"
35
DSP = "0.6"
36
-DomainSets = "0.1"
+DomainSets = "0.1, 0.2"
37
DualNumbers = "0.6.2"
38
FFTW = "0.3, 1"
39
FastGaussQuadrature = "0.4"
0 commit comments