Skip to content

v0.33.17

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 16:17
· 56 commits to master since this release
9ff127f

StatsBase v0.33.17

Diff since v0.33.16

Closed issues:

  • arithmetics for Histogram objects (#574)
  • Incorrect Histogram fit for arrays of equal Float64 values (#616)
  • Sampling is biased when the destination array is equal to the sampled array (#642)
  • StatsBase.fit(StatsBase.Histogram) produces wrong output (#667)
  • _addcounts_radix_sort_loop! unsafe for OffsetVectors (#721)
  • sem method taking weights (#752)
  • Redundant check for nothing in mad (#764)
  • Histogram dropping values when dealing with signed zero (#766)
  • Failed type assertion in pairwise (#771)
  • Slow weighted sum/dot etc. (#775)
  • Documentation mistake?: implementation of varcorrection is different from the comment in weights.jl (#784)
  • weighted kurtosis (#788)
  • Stop using SortingAlgorithms.RadixSort in count.jl (#796)
  • Two miss type settings in signalcorr.jl (#802)
  • Wtih constant data fit(Histogram) sometimes gives a wrong result (#804)

Merged pull requests: