Releases: JuliaStats/StatsBase.jl
Releases · JuliaStats/StatsBase.jl
Version 0.23.0
v0.23.0 Use `something` instead of `coalesce` (#384)
Version 0.22.0
v0.22.0 Rename stderr to stderror (#368)
Version 0.21.0
v0.21.0 Fix random test failure in cov.jl due to negative varcorrection (#365)
Version 0.20.1
v0.20.1 don't import/export midpoints (#348)
v0.20.0: Add midpoints, which was deprecated in Base. (#345)
* Add midpoints, which was deprecated in Base. Currently not exported, to avoid symbol conflict. * Add a methodless midpoints function for the definitions below. * Changes suggested by @nalimilan. Import midpoints for pre-v0.7, otherwise use unqualified symbol. * Use more precise version * Dividing by 2, to avoid accidental promotion. Suggestion by @andreasnoack.
Version 0.19.5
- Fix
countmap
with some types which were incorrectly considered as safe for radix sort.
Version 0.19.4
v0.19.4 add SortingAlgorithms to REQUIRE (#328)
Version 0.19.3
v0.19.3 Updates for 0.7 (#327)
Version 0.19.2
- Export
coefnames
andmodelmatrix
.
Version 0.19.1
- Add
coefnames
andmodelmatrix
. - Ensure that
pacf
at lag 0 is 1.0. - Fix
mad!
docstring.