Skip to content

Commit 309fdae

Browse files
authored
move show methods to dependencies (#800)
1 parent ea6ba63 commit 309fdae

File tree

3 files changed

+4
-103
lines changed

3 files changed

+4
-103
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFun"
22
uuid = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
3-
version = "0.13.7"
3+
version = "0.13.8"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -21,9 +21,9 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2121
[compat]
2222
AbstractFFTs = "1.0"
2323
ApproxFunBase = "0.6"
24-
ApproxFunFourier = "0.2"
25-
ApproxFunOrthogonalPolynomials = "0.4"
26-
ApproxFunSingularities = "0.2"
24+
ApproxFunFourier = "0.3"
25+
ApproxFunOrthogonalPolynomials = "0.5"
26+
ApproxFunSingularities = "0.3"
2727
Calculus = "0.5"
2828
DomainSets = "0.3, 0.4, 0.5"
2929
DualNumbers = "0.6.2"

src/Extras/Extras.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ digits() = round(Int,floor(get_bigfloat_precision()*log10(2)))
1313

1414
import FastTransforms: pochhammer
1515

16-
include("show.jl")
1716
include("poetry.jl")
1817

1918
include("ReImSpace.jl")

src/Extras/show.jl

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)