Releases: azeredo-e/KernSmooth.jl
Releases · azeredo-e/KernSmooth.jl
v0.2.0
CHANGELOG
Full Changelog: v0.1.0...v0.2.0
Version 0.2.0 is out. The most important feature dpill function for optimal bandwidth size is now supported.
Beyond that some other fixes and implementations changes:
- The linear system solver is now the native Julia function
\from theLinearAlgebrapackage; - There is now a check for
NaNvalues in the solution, if they exist they are replaced by the next value in the series.
Breaking Changes
There are no breaking changes in this release.
v0.1.0
CHANGELOG
First release, v0.1.0!
Features
- Implemented
locpolyin pure Julia. The function can both create the regression for an X, Y pair of data or a density function for piece of data.
Full Changelog: https://github.com/azeredo-e/KernSmooth.jl/commits/v0.1.0