Skip to content

Releases: jipolanco/BSplineKit.jl

v0.19.0

07 Apr 13:21
Compare
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
Compare
Choose a tag to compare

BSplineKit v0.18.4

Diff since v0.18.3

v0.18.3

07 Apr 10:55
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

BSplineKit v0.17.7

Diff since v0.17.6

Merged pull requests:

v0.17.6

09 Jul 12:21
Compare
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)

v0.17.5

08 Jul 12:47
Compare
Choose a tag to compare

BSplineKit v0.17.5

Diff since v0.17.4

Merged pull requests:

  • Allow interpolation of closed curves (cubic splines only) (#95) (@jipolanco)

v0.17.4

08 Jul 09:06
Compare
Choose a tag to compare

BSplineKit v0.17.4

Diff since v0.17.3

  • Add Linear extrapolation method (#93)

Merged pull requests: