Skip to content

Commit d3d1e78

Browse files
committed
modify readme
1 parent 63cee25 commit d3d1e78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ A Interpolation crate for usage with the rust [ndarray](https://crates.io/crates
33

44
# Features
55
- Interpolation of _n_-dimensional data along the first axis
6+
- Add your own Interpolation algorithms
67
- Interpolation of owned arrays and array views
78
- Interpolation at multiple points at once
89

910
## Interpolation strategies
1011
- Linear interpolation with, and without extrapolation
1112
- Cubic spline interpolation
12-
- support for custom strategies
1313

1414
## Planned Features
1515
- More interpolation strategies

0 commit comments

Comments
 (0)