Releases: JuliaStats/StatsBase.jl
Releases · JuliaStats/StatsBase.jl
v0.33.16
v0.33.15
StatsBase v0.33.15
Closed issues:
- Add
rms
(root-mean-square) function (#761)
Merged pull requests:
- Add quantilerank and percentilerank functions (#741) (@AugustoCL)
- Use function definitions in StatsAPI (#744) (@rafaqz)
- Weighted sem (#754) (@ParadaCarleton)
- Release version 0.33.15 (#762) (@nalimilan)
v0.33.14
StatsBase v0.33.14
Closed issues:
Merged pull requests:
- add percentileofscore() function (#733) (@AugustoCL)
- Reexport functions from Statistics (#735) (@nalimilan)
- Deprecate
varm
andstdm
(#736) (@nalimilan) - fix weighted computations for non-real arrays (#737) (@aplavin)
- correct error message (#743) (@jla-gardner)
- Point to cov if not positive definite (#746) (@rikhuijzer)
- Release 0.33.14 (#750) (@nalimilan)
v0.33.13
v0.33.12
StatsBase v0.33.12
Closed issues:
- Sampling with WeightVec and Float32 (#158)
Merged pull requests:
- support Float32 for alias sampling (#499) (@findmyway)
v0.33.11
StatsBase v0.33.11
Closed issues:
- Support multi-dimensional arrays in
sample
(#161) - subsetting a
Weights
vector does not return a weight vector (#371) - Make weight types immutable (#397)
- 'Shortcut' in fitting Histogram if binning is uniform / even (#563)
- Discussion: A more feature-complete histogram, where and how? (#704)
countmap
with comparisons other than==
(#717)
Merged pull requests:
- Fix _addcounts_radix_sort for empty input array (#706) (@bosonbaas)
- Fix type instability of
entropy
and generalizecrossentropy
andkldivergence
(#714) (@devmotion)
v0.33.10
StatsBase v0.33.10
Closed issues:
- Register a new release? (#711)
Merged pull requests:
- Added Minimal Support for Reliability Scores (aka Crombach's alpha) (#701) (@storopoli)
- Generalize exception type (#707) (@timholy)
- Cleanup docs (#708) (@nalimilan)
v0.33.9
StatsBase v0.33.9
Closed issues:
Merged pull requests:
- A suggestion for improvement in the docs, imho. (#692) (@ignace-computing)
mean_and_var
doc fix (#694) (@yha)- fix tests for change in default RNG on nightly (#699) (@palday)
- fix call of floatrange on 1.7+ (#703) (@KristofferC)
v0.33.8
v0.33.7
StatsBase v0.33.7
Merged pull requests: