Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasBoss committed Jan 19, 2024
1 parent ff1e9c0 commit e56cd5e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
- update `BuilderError`
- combine variants `DimensionError` and `AxisLenght` into `ShapeError`
- add `ValueError` variant
- update `QubicSpline` stragegie
- Move `QubicSpline` interpolator to `interp1d::cubic_spline` module
- update `CubicSpline` stragegie
- Move `CubicSpline` interpolator to `interp1d::cubic_spline` module
- add extrapolation
- add not-a-knot boundary condition
- add clamped boundary condition
- make not-a-knot boundary condition the default
- allow any first or second derivative as boundary condition
- fix typo `Biliniar` -> `Bilinear`

# 0.4.1
- major performance improvement for `interp_scalar()` methods ~-50%
Expand Down Expand Up @@ -49,7 +50,7 @@ logarithmic spaced values.
- updated package structure
- replaced Interp1DStrategy enum with individual structs
- added Strategy and StrategyBuilder trait
- added QubicSpline strategy
- added CubicSpline strategy
- added traits for custom strategies

# 0.1.1
Expand Down

0 comments on commit e56cd5e

Please sign in to comment.