interp
A Rust implementation of Matlab's interp1 function
2.1.2
4.3M downloads/mo
#4874 most downloaded on crates.io
staticintlucas/interp-rs
What this package is like to depend on
Last release 6 months ago
05 Feb 2026
Release timing varies
gaps range from 2 weeks to 1.7 years
Most releases are documented
notes for 10 of 12 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
12 releases · first in 2021
1 release in the last 12 months
see the full history below
Release timeline
12 releases · Jun 2021 to Feb 2026
2022
2023
2024
2025
2026
Releases
latest 12-
2.1.205 Feb 2026Release notes
Open source → -
2.1.116 Jun 2025 -
2.1.015 Jun 2025Release notes
Open source →Changes
- Use binary search for better performance finding nearest
xvalue
- Use binary search for better performance finding nearest
-
2.0.211 Jan 2025 -
2.0.108 Oct 2024 -
2.0.023 Sep 2024Release notes
Open source →Changes:
- Allow multiple interpolation methods for query points outside the boundaries
-
1.0.327 Dec 2023 -
1.0.219 Oct 2023 -
1.0.111 Mar 2023Release notes
Open source →- Improve compile times by including only
num-traitsrather than all ofnumas a dependency
- Improve compile times by including only
-
1.0.020 Feb 2023Release notes
Open source →- Add
interp_arrayfunction which returns a fixed size array- This is gated by the
interp_arrayfeature - 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
- Add
-
0.1.106 Jun 2021Nothing published for this version
-
0.1.006 Jun 2021Nothing published for this version