Skip to content

Commit cbfb1b9

Browse files
authored
remove barysum (#102)
1 parent d082f07 commit cbfb1b9

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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.3"
3+
version = "0.5.4"
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.6.14 - 0.6.21"
2525
Aqua = "0.5"
2626
BandedMatrices = "0.16, 0.17"
2727
BlockArrays = "0.14, 0.15, 0.16"

src/bary.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Barycentric formula
22

3-
export bary,barysum
3+
export bary
44

55
function bary(v::AbstractVector{Float64},pts::AbstractVector{Float64},x::Float64)
66
n=length(v)

src/specialfunctions.jl

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

0 commit comments

Comments
 (0)