Skip to content

Commit 9ef544b

Browse files
github-actions[bot]CompatHelper Juliajishnub
authored
CompatHelper: bump compat for ApproxFunBase to 0.7, (keep existing compat) (#813)
* CompatHelper: bump compat for ApproxFunBase to 0.7, (keep existing compat) * reduce undefined exports * bump version to v0.13.9 Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Jishnu Bhattacharya <jishnub@users.noreply.github.com>
1 parent 7b44b04 commit 9ef544b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 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.8"
3+
version = "0.13.9"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -20,7 +20,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2020

2121
[compat]
2222
AbstractFFTs = "1.0"
23-
ApproxFunBase = "0.6"
23+
ApproxFunBase = "0.6, 0.7"
2424
ApproxFunFourier = "0.3"
2525
ApproxFunOrthogonalPolynomials = "0.5"
2626
ApproxFunSingularities = "0.3"

src/Plot/Plot.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export domainplot, coefficientplot, complexplot
1+
# export domainplot, coefficientplot, complexplot
22

33

44

0 commit comments

Comments
 (0)