v0.34.1
StatsBase v0.34.1
Merged pull requests:
- Document how histogram bins are chosen by default (#829) (@nalimilan)
- summarystats improvements (#858) (@itsdebartha)
- Fix tests on Julia nightly (#863) (@ararslan)
- Fixes some inbound errors (#867) (@itsdebartha)
- Fix
sample
with wide integer types (#873) (@ararslan) - Add dependabot for updating GH actions (#875) (@devmotion)
Closed issues:
- StatsBase Implementation of Latin-Hypercube Sampling (#323)
- Wrong weighted sum and mean results for complex numbers (#518)
- counteq, countne, sqL2dist, L2dist, L1dist, L1infdist, gkldiv, meanad, maxad, msd, rmsd, and psnr may return incorrect results with offset indices (#638)
- [Documentation] Missing Documentation for the Algorithms behind Histogram Fit (#824)
- tiedrank does not support dims (#848)
- What is breaking from 0.33 to 0.34 (#862)
sample
throws error when used onUInt64
(#872)