[go: up one dir, main page]

enterpolation 0.3.0

A library for creating and computing interpolations, extrapolations and smoothing of generic data points.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Version 0.3 (2025-05-08)
=======================

Breaking Changes
----------------
- Renamed `Generator::gen()` to `Signal::eval()`
- Renamed `DiscreteGenerator` to `Chain`
- Renamed `ConstDiscreteGenerator` to `ConstChain`
- Renamed `SortedGenerator` to `SortedChain`

Other Changes
-------------
- Updated crate to Rust Edition 2024
- Updated dependencies