Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaApproximation/SingularIntegralEquations.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.4
Choose a base ref
...
head repository: JuliaApproximation/SingularIntegralEquations.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.5
Choose a head ref
  • 1 commit
  • 2 files changed
  • 2 contributors

Commits on Aug 21, 2020

  1. CompatHelper: bump compat for "ApproxFun" to "0.12" (#138)

    * CompatHelper: bump compat for "ApproxFun" to "0.12"
    
    * Test on 1.5
    
    * v0.6.5
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Sheehan Olver <[email protected]>
    github-actions[bot] and dlfivefifty authored Aug 21, 2020
    2
    Copy the full SHA
    5ae7dbd View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 .travis.yml
  2. +2 −2 Project.toml
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ os:
- osx
julia:
- 1.3
- 1.4
- 1.5
- nightly
matrix:
allow_failures:
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "SingularIntegralEquations"
uuid = "e094c991-5a90-5477-8896-c1e4c9552a1a"
version = "0.6.4"
version = "0.6.5"

[deps]
ApproxFun = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
@@ -18,7 +18,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
ApproxFun = "0.11.8"
ApproxFun = "0.11.8, 0.12"
ApproxFunBase = "0.2.3, 0.3"
ApproxFunFourier = "0.2"
ApproxFunOrthogonalPolynomials = "0.3"