Skip to content

Releases: nomad-vagabond/splinecloud-scipy

splinecloud-scipy-1.2.6

18 Jan 22:29
Compare
Choose a tag to compare
  • Add method load data that was used to construct spline
  • Updated Examples
  • Bug fixes

splinecloud-scipy-1.2.0

14 Jan 19:29
Compare
Choose a tag to compare
  • Add an option to evaluate extrapolated values.
  • Construct spline object in a conventional way (breaks backward compatibility).
    Now to instantiate the spline, simply call ParametricUnivariateSpline(tcck)

splinecloud-scipy-1.1.0

12 Jan 15:39
Compare
Choose a tag to compare

Add spline fitting accuracy calculation using the next methods:

  • RSME: root mean square error
  • MSE: mean square error
  • MAE: mean absolute error

splinecloud-scipy-1.0.0

12 Jan 15:36
Compare
Choose a tag to compare

First release