Skip to content

Releases: JuliaStats/StatsBase.jl

v0.33.5

07 Apr 21:05
f2a067a
Compare
Choose a tag to compare

StatsBase v0.33.5

Diff since v0.33.4

Closed issues:

  • sample! missing a method (#633)
  • incorrect ordering for sample(replace=true, ordered=true) (#675)

Merged pull requests:

v0.33.4

15 Mar 22:24
3f9030e
Compare
Choose a tag to compare

StatsBase v0.33.4

Diff since v0.33.3

Closed issues:

  • normalize! generated function error in Documenter build (#635)
  • corspearman doesn't deal with NaNs (#657)
  • Possible error in autocov? (#665)

Merged pull requests:

  • Improve handling of NaN in ranks and rank correlations (#659) (@nalimilan)
  • Stop exporting nonexistent findat and wmean! (#663) (@nalimilan)
  • Markdown show method for CoefTable (#664) (@palday)
  • Make PValue and TestStat behave like Reals (#668) (@palday)
  • NaN test for Real-ness for PValue and TestStat (#669) (@palday)
  • Base.hash for test statistics (#670) (@palday)

v0.33.3

15 Feb 10:19
027ca07
Compare
Choose a tag to compare

StatsBase v0.33.3

Diff since v0.33.2

Closed issues:

  • Unreasonable warning spam (#263)
  • Make coeftable objects conform to Tables API (#527)
  • Can we put some example on sample methods? (#610)
  • counts(x::IntegerArray) doesn't play nice with arrays of random integers (#617)
  • ZScoreTransform and UnitRangeTransform do not support CuArray (#619)
  • Is there support for a StatsModelsAPI for method stubs only? (#625)
  • summarystats returns NaN median/min/max/quantiles for any array with mean exactly 0 (#631)
  • Fisher–Yates sampling returns incorrect results when used with OffsetArrays (#641)
  • Sampling with OffsetArray of weights samples incorrectly (#644)
  • ERROR: ArgumentError: no default Tables.columns implementation for type: StatsBase.CoefTable (#654)

Merged pull requests:

v0.33.2

07 Oct 15:17
08d4b77
Compare
Choose a tag to compare

StatsBase v0.33.2

Diff since v0.33.1

Closed issues:

  • RealFP types too restrictive for signalcorr.jl methods (#459)
  • R² generalization (#549)
  • Interquartile Range - manual computation vs iqr function (#572)
  • Typo in function informationmatrix (#577)
  • countmap should accept any iterator (#581)
  • UndefVarError: l not defined when calling fit with dims = nothing using StatsBase v0.33.0 (#594)
  • Iterating over UnitWeights is slow (#600)
  • Subsetting UnitWeights with BitVector returns an error (#601)

Merged pull requests:

v0.33.1

27 Aug 23:13
512d6ae
Compare
Choose a tag to compare

StatsBase v0.33.1

Diff since v0.33.0

Closed issues:

  • possible test failure in upcoming Julia version 1.5 (#575)
  • RFC: GPU cuda-based countmap (#585)
  • sample() from a DataFrame view causes errors (#587)

Merged pull requests:

v0.33.0

26 Mar 20:06
0ea8e79
Compare
Choose a tag to compare

StatsBase v0.33.0

Diff since v0.32.2

Closed issues:

  • 0.32.1 introduces a breaking change (#556)
  • constant normalization in autocor? (#562)

Merged pull requests:

v0.32.2

04 Mar 03:06
Compare
Choose a tag to compare

StatsBase v0.32.2

Diff since v0.32.1

Closed issues:

  • winsor implicitly sorts data (#437)
  • Why are non-breaking releases increasing the minor version? (#523)
  • Tag a new version? (#547)
  • indims equal to length of input vector (#555)

Merged pull requests:

v0.32.1

16 Feb 19:07
d5e6fbc
Compare
Choose a tag to compare

StatsBase v0.32.1

Diff since v0.32.0

Closed issues:

  • A Ones type (#135)
  • UnitWeights (#358)
  • Register v0.32 (#508)
  • Add support for BitArrays to rle (#510)
  • weighed mean/sum fail on vector of vectors (#534)
  • Feature request: provide pvalues for correlation coefficients (#535)
  • StatisticalModel input for bic and aic functions (#544)
  • Integer overflow in mean() (#551)

Merged pull requests:

v0.32.0

23 Aug 16:34
v0.32.0
0faf210
Compare
Choose a tag to compare

v0.32.0 (2019-07-30)

Diff since v0.31.0

Closed issues:

  • std not re-exported? (#504)

Merged pull requests:

  • version bump (#507) (matbesancon)
  • Fix incorrect heading level in exponential weights docs (#503) (nalimilan)
  • Add DataAPI as a dependency to share describe with other packages (#496) (quinnj)

v0.31.0

04 Jul 17:12
Compare
Choose a tag to compare

Adds a utility eweights function #401