Releases: JuliaStats/KernelDensity.jl
Releases · JuliaStats/KernelDensity.jl
Release list
v0.6.12
KernelDensity v0.6.12
Merged pull requests:
- Bump julia-actions/cache from 2 to 3 (#145) (@dependabot[bot])
- Bump codecov/codecov-action from 5 to 6 (#146) (@dependabot[bot])
- Bump julia-actions/setup-julia from 2 to 3 (#147) (@dependabot[bot])
- Univariate and Bivariate KDE objects had opposite docstrings whe (#148) (@tomdstone)
Closed issues:
- Multithreading problem caused by FFTW dependency (#80)
v0.6.11
KernelDensity v0.6.11
Merged pull requests:
- Bump actions/checkout from 4 to 5 (#134) (@dependabot[bot])
- Use DOCUMENTER_KEY in docs.yml (#135) (@andreasnoack)
- Update CI build matrix (#136) (@andreasnoack)
- Use major versions for actions instead of latest (#137) (@andreasnoack)
- Define broadcasting behavior for KDEs (#138) (@andreasnoack)
- docs: Document weights argument for kde function (#141) (@henry2004y)
- Bump actions/checkout from 5 to 6 (#142) (@dependabot[bot])
- Switch to FFTA (#144) (@andreasnoack)
Closed issues:
v0.6.10+docs1
What's Changed
- Use DOCUMENTER_KEY in docs.yml by @andreasnoack in #135
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #134
Full Changelog: v0.6.10...v0.6.10+docs1
v0.6.10
v0.6.9
KernelDensity v0.6.9
Merged pull requests:
v0.6.8
KernelDensity v0.6.8
Merged pull requests:
- CompatHelper: bump compat for Interpolations to 0.15, (keep existing compat) (#119) (@github-actions[bot])
v0.6.7
KernelDensity v0.6.7
Merged pull requests:
- CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#116) (@github-actions[bot])
v0.6.6
KernelDensity v0.6.6
Closed issues:
- Error: Error during loading of extension ChainRulesCoreExt of LogExpFunctions, use
Base.retry_load_extensions()to retry. (#112) - No more type aliases in StatsBase (#113)
Merged pull requests:
- Remove use of StatsBase aliases (#114) (@chriselrod)