Releases: jipolanco/BSplineKit.jl
Releases · jipolanco/BSplineKit.jl
v0.19.2
BSplineKit v0.19.2
Merged pull requests:
- Bump actions/checkout from 5 to 6 (#115) (@dependabot[bot])
- Fix RecombineMatrix for asymmetric boundary conditions (#116) (@fintzij)
v0.19.1
BSplineKit v0.19.1
Merged pull requests:
- Bump actions/checkout from 4 to 5 (#113) (@dependabot[bot])
- Ensure matmul in periodic bspline fit dispatches to specialized sparse method when ys is a Vector eltype (#114) (@halleysfifthinc)
Closed issues:
- Derivative Extrapolation. (#112)
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)
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)