Releases: kbarbary/Dierckx.jl
Releases · kbarbary/Dierckx.jl
v0.5.2
Dierckx v0.5.2
Diff since v0.5.1
Closed issues:
- Tag new release (#73)
- How to cite this package (#75)
- MethodError: no method matching (::Spline1D)(::Float64, ::SciMLBase.NullParameters, ::Float64) (#78)
- libddierckx not defined (#85)
- Return NaN (#86)
Merged pull requests:
v0.5.1
Dierckx v0.5.1
Diff since v0.5.0
Closed issues:
- Build Error on Mac OS Mojave (#63)
- Citing the Dierckx Julia package (#64)
- Error in adding Package "Dierckx" (#68)
- Tag a new release? (#70)
Merged pull requests:
v0.5.0
Dierckx v0.5.0
Diff since v0.4.2
Closed issues:
- Spline2D fails with large number of unstructured points (#66)
- Optimizing a spline (#67)
Merged pull requests:
v0.4.2
Dierckx v0.4.2
Diff since v0.4.1
Closed issues:
- building error for v0.4.0 (#53)
- When displaying it states showcompact not defined (#55)
- Installation (#56)
- Move to Project.toml (#59)
Merged pull requests:
v0.4.1
- Fix bug when displaying Spline1D and ParametricSpline on Julia 1.0.
- Use gcc multiversioning in BinaryBuilder to get a GCC-version-specific libddierckx binary. This addresses problems where libddireckx was built against libgfortran4 (which is distributed with the official Julia 1.0 binaries, built with GCC 7), but users building Julia from source with GCC 8 had libgfortran5.
v0.4.0
- Drop support for Julia 0.6 and before (support Julia 0.7+ only)
- Use pre-compiled binaries on all supported platforms.
v0.3.0
- Drop support for Julia 0.4
- Fix most Julia 0.7 deprecation warnings
v0.2.1
- Add
ParametricSpline
type
v0.2.0
- Fix Julia 0.6 deprecation warnings
- Drop support for Julia 0.3