Skip to content

Releases: jipolanco/BSplineKit.jl

v0.19.2

16 Feb 09:35

Choose a tag to compare

BSplineKit v0.19.2

Diff since v0.19.1

Merged pull requests:

v0.19.1

17 Sep 07:24

Choose a tag to compare

BSplineKit v0.19.1

Diff since v0.19.0

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

07 Apr 13:21

Choose a tag to compare

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)

v0.18.4

07 Apr 12:51

Choose a tag to compare

BSplineKit v0.18.4

Diff since v0.18.3

v0.18.3

07 Apr 10:55

Choose a tag to compare

BSplineKit v0.18.3

Diff since v0.18.2

Merged pull requests:

  • CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) (#109) (@github-actions[bot])
  • Julia 1.12 compat fixes (#110) (@palday)

v0.18.2

17 Feb 12:55

Choose a tag to compare

BSplineKit v0.18.2

Diff since v0.18.1

  • Smoothing splines: allow vector data (#107)
  • Julia 1.8 is no longer supported

Merged pull requests:

v0.18.1

10 Feb 14:15

Choose a tag to compare

BSplineKit v0.18.1

Diff since v0.18.0

  • 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

06 Feb 12:58

Choose a tag to compare

BSplineKit v0.18.0

Diff since v0.17.7

  • added smoothing cubic splines (#103)

There are no breaking changes.

Merged pull requests:

Closed issues:

  • Interpolation of closed parametric curves (#94)
  • Linear() extrapolation not supported (in outdated version) (#101)
  • Adding smoothing splines (#102)

v0.17.7

13 Nov 08:40

Choose a tag to compare

BSplineKit v0.17.7

Diff since v0.17.6

Merged pull requests:

v0.17.6

09 Jul 12:21

Choose a tag to compare

BSplineKit v0.17.6

Diff since v0.17.5

Merged pull requests:

  • Fix linear spline interpolation of closed parametric curves (#96) (@jipolanco)