Skip to content

v0.19.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Apr 13:21

BSplineKit v0.19.0

Diff since v0.18.4

Breaking changes

  • The fit function for smoothing splines now requires passing BSplineOrder(4) as a first argument. This is to allow overloading StatsAPI.fit and possible conflicts with other packages using that API. See #108 for details.

Merged pull requests:

Closed issues:

  • exporting "fit" leads to conflicts (#108)