Skip to content

Commit 8246987

Browse files
committed
bump version
1 parent 258611d commit 8246987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndarray-interp"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
license = "MIT"
66
description = "Interpolation package for ndarray"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)