Skip to content

tasshi-me/fitting-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fitting-rs

crates.io docs.rs Actions Status CircleCI Build Status codecov

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.