v0.6.0
Loess v0.6.0
Closed issues:
- Getting NaN at boundary, and a few other strange values (#28)
- Avoid computing n distances per node in tree (#43)
- Example runs slowly (#47)
- Only accepts Float64 (#48)
- type instability in predict (#51)
- use predict from StatsAPI.jl (#57)
- points above the fitting curve (#58)
- Loess cannot perform extrapolation (#59)
- Predictions are not smooth (#61)
Merged pull requests:
- Correct loess docs (#55) (@bkamins)
- Extend StatsAPI.predict (#62) (@andreasnoack)
- Use cubic instead of linear interpolation in predict (#63) (@andreasnoack)
- Change split point calculation in KD-tree construction (#64) (@andreasnoack)
- Set max distance to one when it's zero (#65) (@andreasnoack)
- Bump actions/checkout from 2 to 3 (#66) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#67) (@dependabot[bot])
- Various optimizations (#68) (@andreasnoack)
- Bump actions/cache from 1 to 3 (#69) (@dependabot[bot])