Releases: staticintlucas/interp-rs
Releases · staticintlucas/interp-rs
v2.0.2
v2.0.1
Changes
- Fix README docs links
v2.0.0
Changes:
- Allow multiple interpolation methods for query points outside the boundaries
v1.0.3
- Updated dependencies
v1.0.2
- Updated dependencies
v1.0.1
- Improve compile times by including only
num-traits
rather than all ofnum
as a dependency
v1.0.0
- Add
interp_array
function which returns a fixed size array- This is gated by the
interp_array
feature - Requires Rust 1.55.0 or later
- This is gated by the
- Minimum supported Rust version is now 1.36 since that is required by our dependencies
- Update README with better examples
v0.1.1
Remove no-std
from crates.io categories since it's not true.
v0.1.0
Initial release.
Includes interp
and interp_slice
functions