File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " ndarray-interp"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44edition = " 2021"
55license = " MIT"
66description = " Interpolation package for ndarray"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ A Interpolation crate for usage with the rust [ndarray](https://crates.io/crates
1111## Interpolation strategies
1212 - Linear interpolation with, and without extrapolation
1313 - Cubic spline interpolation [ Wikipedia] ( https://en.wikipedia.org/wiki/Spline_interpolation )
14- - Biliniar interpolation [ Wikipedia] ( https://en.wikipedia.org/wiki/Bilinear_interpolation )
14+ - Biliniar interpolation with, and without extrapolation [ Wikipedia] ( https://en.wikipedia.org/wiki/Bilinear_interpolation )
1515
1616## Planned Features
1717 - More interpolation strategies
You can’t perform that action at this time.
0 commit comments