Skip to content

v0.34.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 18:27
· 27 commits to master since this release
06ab08c

StatsBase v0.34.0

Diff since v0.33.21

Breaking changes:

  • #840 removed internal type aliases. This should not have been a breaking change but in practice a number of packages were using them.
  • #814 introduced checking for non-finite weight values. It was considered a bug fix but adversely affected at least one package.

Closed issues:

  • Compute statistics along dimensions (#77)
  • Add dimension specification for mode() (#181)
  • countmap should sort values (#223)
  • Expanding fweights and pweights (#283)
  • hist is exported, but undefined (#338)
  • Moving forward with standard deviation and standard error function names. (#369)
  • Statistics from histogram (#422)
  • weighted mean! confusing (#445)
  • The majority of sampling methods are unsafe and incorrect in the presence of offset axes (#646)
  • StatsBase.sample should warn about weights containing Inf/NaN (#671)
  • Add a skipmissing argument to corkendall (#683)
  • countmap weird behaviour for -0.0 (#809)
  • 0.33.18 broken build (#811)
  • Unused variable, totwidth in statmodels.jl (#822)
  • How to get critical value with native julia code? (#828)
  • AbstractVector{T} not accepting Vector{Any} as argument (#838)
  • pairwise does not work for corkendall or corspearman (#846)
  • Buffer overflow using inverse_rle (#851)

Merged pull requests: