Skip to content

v0.3.0

Compare
Choose a tag to compare
@f0uriest f0uriest released this 05 Mar 19:08
· 10 commits to main since this release
e178cba

What's Changed

  • Fix bug when extrap is float. #18

  • Adds a number of classes that replicate most of the functionality of the
    corresponding classes from scipy.interpolate : #25

    • scipy.interpolate.PPoly -> interpax.PPoly
    • scipy.interpolate.Akima1DInterpolator -> interpax.Akima1DInterpolator
    • scipy.interpolate.CubicHermiteSpline -> interpax.CubicHermiteSpline
    • scipy.interpolate.CubicSpline -> interpax.CubicSpline
    • scipy.interpolate.PchipInterpolator -> interpax.PchipInterpolator
  • Method "akima" now available for Interpolator.{1D, 2D, 3D} and corresponding
    functions. #23

  • Method "monotonic" now works in 2D and 3D, where it will preserve monotonicity
    with respect to each coordinate individually. #23

Full Changelog: v0.2.4...v0.3.0