Releases: JuliaStats/Loess.jl
Releases · JuliaStats/Loess.jl
v0.6.3
Loess v0.6.3
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#81) (@dependabot[bot])
- Allow fitting with a single data point and provide better error (#83) (@andreasnoack)
Closed issues:
- One element case not handled correctly (#82)
v0.6.2
v0.6.1
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])
v0.5.4
Loess v0.5.4
Closed issues:
Merged pull requests:
- update readme with better fitting interpolation (#45) (@marius311)
- Use markdown list to show arguments (#46) (@melonedo)
- Fix docstring typo (#49) (@stillyslalom)
- Branch on Julia version to avoid qr deprecation warning (#50) (@andreasnoack)
v0.5.3
Loess v0.5.3
Merged pull requests:
- Adds a reference to the original paper (#41) (@grero)
- Fix some NaN problems and a few other fixes. (#42) (@andreasnoack)
v0.5.2
Loess v0.5.2
Closed issues:
- example on readme not working (#31)
- Prediction at endpoint yields NaN (#34)
- sample code does not run in Julia 1.4 (#38)
Merged pull requests:
- Install TagBot as a GitHub Action (#33) (@JuliaTagBot)
- Allow Distances.jl v0.9 and v0.10 (#39) (@bicycle1885)