Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@jonasBoss jonasBoss released this 26 Feb 22:26
703abfa

What's Changed

  • fix typo: (bi)liniar -> (bi)linear by @jungerm2 in #7
  • add boundary conditions for CubicSpline interpolator by @jonasBoss in #5
    • Move CubicSpline interpolator to interp1d::cubic_spline module
    • add extrapolation
    • add not-a-knot boundary condition
    • add clamped boundary condition
    • add periodic boundary condition
    • make not-a-knot boundary condition the default
    • allow any first or second derivative as boundary condition
  • Update ndarray dependency to v0.16 by @alex-appetiti in #8
  • update thiserror to version 2.0
  • update BuilderError
    • combine variants DimensionError and AxisLenght into ShapeError
    • add ValueError variant

New Contributors