Skip to content

Releases: s-baumann/SchumakerSpline.jl

v1.4.4

30 Apr 01:15
Compare
Choose a tag to compare

SchumakerSpline v1.4.4

Diff since v1.4.3

v1.4.3

20 Mar 23:29
Compare
Choose a tag to compare
Update Project.toml

v1.4.2

27 Sep 21:52
Compare
Choose a tag to compare

SchumakerSpline v1.4.2

Diff since v1.3.2

Closed issues:

  • Release of v1.4.0 (#8)

v1.3.2

21 Jul 21:33
Compare
Choose a tag to compare

Various Changes.

In particular the way that extrapolation is done has changed and this will break old code. You now specify a tuple of extrapolation strategy to the left and to the right rather than having to choose one for both.

v1.3.0

15 Jun 23:17
Compare
Choose a tag to compare

Addition of new features including intercepts of splines and being able to splice splines.

An optimisation from getting rid of interval ends which were redundent anyway. This might break existing code.

Some generalisations so Reals other than Float64s are supported.

v1.2.2

08 May 20:02
Compare
Choose a tag to compare

The functions and structs have all been generalised to allow types other than Float64. The forwardDiff package can now be used along with SchumakerSpline.

v1.2.1

13 Mar 23:29
Compare
Choose a tag to compare

Updates

v1.2.0

14 Feb 22:59
Compare
Choose a tag to compare

Adds support for finding optima and roots.
Will not break any existing code.

Breaking

10 Jan 10:56
Compare
Choose a tag to compare

Extrapolation is now specified with an enum (this should be only breaking bit).
There is an optional arguments for only specifying the edge gradients.
There is better documentation.
Better testing.

Minor Update

23 Oct 21:47
Compare
Choose a tag to compare

This is the same as previous but with the UUID changed to 65e68595-3a03-5ff5-a6a2-f05fa774f32e to match the one here: https://github.com/JuliaRegistries/General/blob/master/S/SchumakerSpline/Package.toml
Should allow other packages to depend on this one without problems. See https://discourse.julialang.org/t/dependencies-error-in-packages/16706 for discussion of what problems there have been.