StatsBase v0.34.4
Merged pull requests:
- fixed floating point error (#713) (@dnabanita7)
- functions that only support finite weights now throw errors for non-finites (#914) (@aplavin)
- Fix a mistake in the docstring of
sem
(#917) (@DilumAluthge) - CI: Run CI on
merge_group
events, and add afinalize
job (#921) (@DilumAluthge) - Use a faster and safer implementation of
alias_sample!
(#927) (@LilithHafner) - Bump julia-actions/setup-julia from 1 to 2 (#929) (@dependabot[bot])
- Don't run CI on nightly (#930) (@andreasnoack)
- Bump julia-actions/cache from 1 to 2 (#932) (@dependabot[bot])
- Fix change
<=
to\leq
in documentation (#940) (@legendre6891) - Docs
sample
: clarify thata
is an array (#942) (@fonsp) - Bump codecov/codecov-action from 4 to 5 (#944) (@dependabot[bot])
- Build docs with Documenter v1 (#945) (@sethaxen)
- Fix the compat entry for
Statistics
(#946) (@DilumAluthge)
Closed issues:
- Add @inbounds in alias table sampling (#630)
- MethodError from sample with Float32 weights (#695)
alias_sample!
can be faster (#916)- A faster algorithm for weighted sampling with replacement when k < n by reservoir sampling? (#928)
- Add
corchatterjee
as another rank-based correlation (#934) - unused z array in entropy (#938)