v0.19.0
BSplineKit v0.19.0
Breaking changes
- The
fitfunction for smoothing splines now requires passingBSplineOrder(4)as a first argument. This is to allow overloadingStatsAPI.fitand possible conflicts with other packages using that API. See #108 for details.
Merged pull requests:
- Overload StatsAPI.fit to avoid conflicts (#111) (@jipolanco)
Closed issues:
- exporting "fit" leads to conflicts (#108)