BSplineKit v0.19.0
Breaking changes
- The
fit
function for smoothing splines now requires passingBSplineOrder(4)
as a first argument. This is to allow overloadingStatsAPI.fit
and 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)