Skip to content

Releases: JuliaStats/StatsBase.jl

v0.34.10

12 Jan 19:53
3203a81

Choose a tag to compare

StatsBase v0.34.10

Diff since v0.34.9

Merged pull requests:

Closed issues:

  • sample with UnitWeights and replace=false throws "no field values" error (#950)
  • speed of ecdf (#964)

v0.34.9

05 Dec 18:06
d70c4a2

Choose a tag to compare

StatsBase v0.34.9

Diff since v0.34.8

Merged pull requests:

Closed issues:

  • var(x, w::AbstractWeights) converts to Float64 when using weights (#968)

v0.34.8

10 Nov 07:19
6fee0aa

Choose a tag to compare

StatsBase v0.34.8

Diff since v0.34.7

Merged pull requests:

  • Add caching to CI docs workflow (#971) (@abhro)
  • Remove unnecessary float conversion in pairwise calculations for cor (#976) (@devmotion)
  • Fix type of argument of weighted quantile function (#977) (@devmotion)

Closed issues:

  • rle, inverse_rle, indexmap, and levelsmap may return incorrect results (#639)
  • knuths_sample! is incorrect when used with offset axes (#645)
  • DataStructures.jl issues (#974)

v0.34.7

21 Oct 18:49
a9bfb41

Choose a tag to compare

StatsBase v0.34.7

Diff since v0.34.6

Merged pull requests:

v0.34.6

05 Aug 21:06
d13dc3b

Choose a tag to compare

StatsBase v0.34.6

Diff since v0.34.5

Merged pull requests:

v0.34.5

04 May 20:04
dfe8945

Choose a tag to compare

StatsBase v0.34.5

Diff since v0.34.4

Merged pull requests:

Closed issues:

  • cov2cor why must the standard deviations be given as argument? (#444)

v0.34.4

13 Dec 08:00
58780c9

Choose a tag to compare

StatsBase v0.34.4

Diff since v0.34.3

Merged pull requests:

Closed issues:

  • Add @inbounds in alias table sampling (#630)
  • MethodError from sample with Float32 weights (#695)
  • alias_sample! can be faster (#916)
  • A faster algorithm for weighted sampling with replacement when k < n by reservoir sampling? (#928)
  • Add corchatterjee as another rank-based correlation (#934)
  • unused z array in entropy (#938)

v0.34.3

03 Apr 14:38
60fb5cd

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

Choose a tag to compare

StatsBase v0.34.2

Diff since v0.34.1

v0.34.1

26 Sep 00:16
e85e008

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)