Curve fitting library for Rust
- Migrate from the
failure
crate tothiserror
. - Refactor some tests.
- Error handing changed. Some functions returns Result instead of Option.
- linalg.solve() is improved. Now it can solve NxM array with pivoting.
- Using ndarray instead of nested Vec
- Improvement of unit test
- Add status badges
- Implements linalg solve and gaussian fit.
This project is licensed under the MIT license.