Releases: byuflowlab/FLOWMath.jl
Releases · byuflowlab/FLOWMath.jl
v1.0.0
FLOWMath v1.0.0
- Updated version to facilitate easier compat requirements in other packages (no breaking changes)
- Added Catmull-Rom spline
- Added smooth step function
Merged pull requests:
- Smooth step (#29) (@BTV25)
- Add Catmull-Rom Spline (#30) (@tylercritchfield)
- Add docs for interpolating between a series of functions (#31) (@tylercritchfield)
Closed issues:
- Register new version (#28)
v0.4.2
v0.4.1
v0.4.0
FLOWMath v0.4.0
Merged pull requests:
- Make
FLOWMath.brentcomplex-step safe (#18) (@dingraha) - add second derivative function and matching test for akima splines (#19) (@juddmehr)
- add smoothing methods for more than two functions (#20) (@taylormcd)
- expose eps parameter in Akima spline construction (#21) (@tylercritchfield)
- Interp doc update (#22) (@juddmehr)
- bump version @JuliaRegistrator register (#23) (@juddmehr)
v0.3.3
FLOWMath v0.3.3
Merged pull requests:
v0.3.2
v0.3.1
Fix to allow dual numbers to be propagated through interpolation arrays.
v0.3.0
FLOWMath v0.3.0
v0.2.1
FLOWMath v0.2.1
Merged pull requests:
- Install TagBot as a GitHub Action (#8) (@JuliaTagBot)
- Akima gradient (#9) (@taylormcd)
- minor fixes to allow dual numbers to propgate through (#10) (@andrewning)
- linear interpolation (#11) (@andrewning)