# fitting-rs
[](https://crates.io/crates/fitting)
[](https://docs.rs/fitting)
[](https://github.com/mshrtsr/fitting-rs/actions)
[](https://circleci.com/gh/mshrtsr/fitting-rs)
[](https://travis-ci.org/mshrtsr/fitting-rs)
[](https://codecov.io/gh/mshrtsr/fitting-rs)
Curve fitting library for Rust
## Updates
### 0.3.0
- Migrate from the `failure` crate to `thiserror`.
- Refactor some tests.
### 0.2.1
- Error handing changed. Some functions returns Result instead of Option.
- linalg.solve() is improved. Now it can solve NxM array with pivoting.
### 0.2.0
- Using ndarray instead of nested Vec
- Improvement of unit test
- Add status badges
### 0.1.0
- Implements linalg solve and gaussian fit.
## License
This project is licensed under the MIT license.