Releases: jipolanco/BSplineKit.jl
Releases · jipolanco/BSplineKit.jl
v0.19.0
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)
v0.18.4
BSplineKit v0.18.4
v0.18.3
BSplineKit v0.18.3
Merged pull requests:
v0.18.2
BSplineKit v0.18.2
- Smoothing splines: allow vector data (#107)
- Julia 1.8 is no longer supported
Merged pull requests:
- Allow smoothing splines with vector data (#107) (@jipolanco)
v0.18.1
BSplineKit v0.18.1
- Add smoothing cubic splines with periodic boundary conditions #105
Merged pull requests:
- Implement smoothing splines with periodic boundary conditions (#105) (@jipolanco)
Closed issues:
- Linear Extrapolation Method Not Defined (#104)
v0.18.0
BSplineKit v0.18.0
- added smoothing cubic splines (#103)
There are no breaking changes.
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#100) (@dependabot[bot])
- Add smoothing cubic splines (#103) (@jipolanco)
Closed issues:
v0.17.7
v0.17.6
BSplineKit v0.17.6
Merged pull requests:
- Fix linear spline interpolation of closed parametric curves (#96) (@jipolanco)
v0.17.5
BSplineKit v0.17.5
Merged pull requests:
- Allow interpolation of closed curves (cubic splines only) (#95) (@jipolanco)