Skip to content

Releases: JuliaMath/FastChebInterp.jl

v1.3.1

04 May 17:27
69562d8

Choose a tag to compare

FastChebInterp v1.3.1

Diff since v1.3.0

Merged pull requests:

  • Bump julia-actions/setup-julia from 1 to 2 (#28) (@dependabot[bot])
  • Bump actions/checkout from 5 to 6 (#29) (@dependabot[bot])
  • Bump julia-actions/cache from 2 to 3 (#33) (@dependabot[bot])
  • Bump codecov/codecov-action from 5 to 6 (#34) (@dependabot[bot])
  • Bump julia-actions/setup-julia from 2 to 3 (#35) (@dependabot[bot])
  • Avoid errors in domain bounds check by checking before the transformation (#37) (@hersle)
  • Update Project.toml: bump to 1.3.1 (#38) (@stevengj)

Closed issues:

  • Domain error when evaluating interpolation with broadcasting (#36)

v1.3.0

28 Feb 22:19
c6700a6

Choose a tag to compare

FastChebInterp v1.3.0

Diff since v1.2.0

  • New chebinterp(f::Function, order, lb, ub) method (#30) that calls chebpoints for you.
  • New chebinterp(f::Function, lb, ub) method (#32) that adaptively determines the order.
  • New roots(::ChebPoly) function (#31) to find the real roots of the polynomial interpolant, along with colleague_matrix(::ChebPoly) if you want to compute all the roots.
  • Fixed a type instability in chebinterp (#19).

v1.2.0

28 Feb 21:17
8e7d8cb

Choose a tag to compare

FastChebInterp v1.2.0

Diff since v1.0.0

Merged pull requests:

Closed issues:

  • Add chain rule (#8)
  • Best use case and examples for functions in complex plane (#11)
  • Smolyak methods (#13)

v1.1.0

28 Feb 21:17
f972ff4

Choose a tag to compare

FastChebInterp v1.1.0

Diff since v1.0.0

Merged pull requests:

Closed issues:

  • Add chain rule (#8)

v1.0.0

14 Sep 02:27

Choose a tag to compare

FastChebInterp v1.0.0

Closed issues:

  • This package cannot be installed (#4)
  • Comparison with BasicInterpolators.jl (#5)

Merged pull requests: