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 bc258a8 commit 058085fCopy full SHA for 058085f
Project.toml
@@ -1,6 +1,6 @@
1
name = "ApproxFunOrthogonalPolynomials"
2
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
3
-version = "0.5.4"
+version = "0.5.5"
4
5
[deps]
6
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -21,7 +21,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
21
22
[compat]
23
AbstractFFTs = "0.5, 1"
24
-ApproxFunBase = "0.6.14"
+ApproxFunBase = "0.7"
25
Aqua = "0.5"
26
BandedMatrices = "0.16, 0.17"
27
BlockArrays = "0.14, 0.15, 0.16"
src/specialfunctions.jl
@@ -1,3 +1,5 @@
+export jumplocations
+
# project to interval if we are not on the interview
# TODO: need to work out how to set piecewise domain
0 commit comments