Skip to content

Commit 058085f

Browse files
authored
export jumplocations (#106)
1 parent bc258a8 commit 058085f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunOrthogonalPolynomials"
22
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
3-
version = "0.5.4"
3+
version = "0.5.5"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -21,7 +21,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2121

2222
[compat]
2323
AbstractFFTs = "0.5, 1"
24-
ApproxFunBase = "0.6.14"
24+
ApproxFunBase = "0.7"
2525
Aqua = "0.5"
2626
BandedMatrices = "0.16, 0.17"
2727
BlockArrays = "0.14, 0.15, 0.16"

src/specialfunctions.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
export jumplocations
2+
13
# project to interval if we are not on the interview
24
# TODO: need to work out how to set piecewise domain
35

0 commit comments

Comments
 (0)