Skip to content

Releases: staticintlucas/interp-rs

v2.0.2

11 Jan 19:27
c60f0b9
Compare
Choose a tag to compare

Changes

  • Update itertools to 0.14
  • Bump MSRV to 1.63

v2.0.1

08 Oct 17:24
Compare
Choose a tag to compare

Changes

  • Fix README docs links

v2.0.0

08 Oct 17:17
Compare
Choose a tag to compare

Changes:

  • Allow multiple interpolation methods for query points outside the boundaries

v1.0.3

27 Dec 00:20
Compare
Choose a tag to compare
  • Updated dependencies

v1.0.2

19 Oct 22:25
Compare
Choose a tag to compare
  • Updated dependencies

v1.0.1

11 Mar 00:36
Compare
Choose a tag to compare
  • Improve compile times by including only num-traits rather than all of num as a dependency

v1.0.0

20 Feb 01:13
Compare
Choose a tag to compare
  • 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
  • Minimum supported Rust version is now 1.36 since that is required by our dependencies
  • Update README with better examples

v0.1.1

06 Jun 13:54
Compare
Choose a tag to compare

Remove no-std from crates.io categories since it's not true.

v0.1.0

06 Jun 13:55
Compare
Choose a tag to compare

Initial release.

Includes interp and interp_slice functions