Skip to content

Releases: JuliaStats/StatsBase.jl

v0.34.3

03 Apr 14:38
60fb5cd
Compare
Choose a tag to compare

StatsBase v0.34.3

Diff since v0.34.2

Merged pull requests:

  • Fix test errors on Julia nightly (#895) (@devmotion)
  • Bump actions/checkout from 3 to 4 (#896) (@dependabot[bot])
  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#901) (@github-actions[bot])
  • Bump codecov/codecov-action from 3 to 4 (#915) (@dependabot[bot])
  • A test is no longer broken (was broken on 1.10.0 but is fixed on 1.10.2) (#919) (@DilumAluthge)
  • Raise DimensionMismatch if lengths don't match (#922) (@jishnub)
  • Avoid undesired promotions in entropy calculations (#925) (@devmotion)
  • Prepare new release (#926) (@devmotion)

Closed issues:

  • autocov incorrect? (#273)
  • Feature request: Inequality Measures (#485)
  • Unweighted <: AbstractWeights (#516)
  • Views of weights do not work well (#561)
  • std,var return NaN when there is only one element in array. (#889)
  • Duplicate function and help entry (#907)
  • Method ambiguities reported by Aqua (#909)
  • Return type of entropy changes with the base (#924)

v0.34.2

26 Sep 00:29
e794383
Compare
Choose a tag to compare

StatsBase v0.34.2

Diff since v0.34.1

v0.34.1

26 Sep 00:16
e85e008
Compare
Choose a tag to compare

StatsBase v0.34.1

Diff since v0.34.0

Merged pull requests:

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 on UInt64 (#872)

v0.34.0

01 May 18:27
06ab08c
Compare
Choose a tag to compare

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:

v0.33.21

05 Aug 16:05
bd4ca61
Compare
Choose a tag to compare

StatsBase v0.33.21

Diff since v0.33.20

Closed issues:

  • Unused size variables in pairwise.jl (#812)
  • Is it possible for sample to not return vectors? (#821)

Merged pull requests:

v0.33.20

26 Jul 07:18
8a97d00
Compare
Choose a tag to compare

StatsBase v0.33.20

Diff since v0.33.19

Closed issues:

  • Allow omitting standard deviation argument to cov2cor (#652)

Merged pull requests:

v0.33.19

15 Jul 15:09
77590ce
Compare
Choose a tag to compare

StatsBase v0.33.19

Diff since v0.33.18

Closed issues:

  • Let var, std, cor take a CovarianceEstimator (#734)

Merged pull requests:

  • Let var, std & cor take a CovarianceEstimator (#815) (@tpgillam)

v0.33.18

28 Jun 15:39
db4e40e
Compare
Choose a tag to compare

StatsBase v0.33.18

Diff since v0.33.17

Merged pull requests:

  • UnitWeights don't have values to return from dataids (#808) (@rofinn)

v0.33.17

21 Jun 16:17
9ff127f
Compare
Choose a tag to compare

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:

v0.33.16

15 Feb 23:17
d9d20f0
Compare
Choose a tag to compare

StatsBase v0.33.16

Diff since v0.33.15

Merged pull requests: