Skip to content

Commit

Permalink
CompatHelper: bump compat for ApproxFunBase to 0.7, (keep existing co…
Browse files Browse the repository at this point in the history
…mpat) (#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 <[email protected]>
Co-authored-by: Jishnu Bhattacharya <[email protected]>
  • Loading branch information
3 people authored Sep 10, 2022
1 parent 7b44b04 commit 9ef544b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ApproxFun"
uuid = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
version = "0.13.8"
version = "0.13.9"

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

[compat]
AbstractFFTs = "1.0"
ApproxFunBase = "0.6"
ApproxFunBase = "0.6, 0.7"
ApproxFunFourier = "0.3"
ApproxFunOrthogonalPolynomials = "0.5"
ApproxFunSingularities = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion src/Plot/Plot.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export domainplot, coefficientplot, complexplot
# export domainplot, coefficientplot, complexplot



Expand Down

2 comments on commit 9ef544b

@jishnub
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/68055

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.13.9 -m "<description of version>" 9ef544b93a95cd3bb1f5f4c8475afd62fa29dc5f
git push origin v0.13.9

Please sign in to comment.