Skip to content

Releases: JuliaMath/FastChebInterp.jl

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: