- Update to ndarray 0.15 and sprs 0.11
- Add
Real
pub trait. TraitReal
is only implemented forf32
andf64
, including the traits needed for computing smoothing splines, manipulating n-d arrays and sparse matrices and also checking almost equality. - Use
thiserror
crate for errors management - Refactoring
- Refactoring
- Fix typos in doc
- API changes: rename smoothing parameter setters:
with_smoothing
->with_smooth
- Slight fix docs
- Initial public release