Skip to content

Releases: JuliaStats/StatsBase.jl

v0.30.0

16 Apr 17:17
aad1fe0
Compare
Choose a tag to compare
Bump version to 0.30 and remove REQUIRE (#486)

v0.29.0

05 Mar 18:29
1823086
Compare
Choose a tag to compare
Allow weighted means with arbitrary eltype (#476)

PR 442 introduced a restriction of the input element type to be <:Number,
which means that the method doesn't get chosen by dispatch for e.g. inputs
with missing values. This leads to bizarre behavior, as it dispatches to a
nonsensical method where the array is treated as a function.

Fix entropy definition

27 Feb 16:13
d7f2e07
Compare
Choose a tag to compare
fix entropy (#468)

* fix entropy

* oneliner with guard against negative

v0.28.0

26 Feb 21:42
Compare
Choose a tag to compare
 Handle missing values and empty inputs in SummaryStats (#465)

* Handle missing values and empty inputs in SummaryStats

Currently, `SummaryStats` will error when computing quantiles if the
input is empty or contains any missing values. Instead, we can simply
inform the user that the input is empty or that there were missing
values that caused the statistics to be missing.

* Add a Project.toml file

They no longer mess up METADATA checks and they're immensely useful for
local development.

v0.27.0

23 Dec 05:30
Compare
Choose a tag to compare
Add generalized variance and total variation

v0.26.0

25 Nov 19:24
Compare
Choose a tag to compare
Return a callable type from ecdf instead of a closure. (#429)

Define minimum, maximum, and extrema.

Version 0.25.0

07 Aug 19:57
00b5d99
Compare
Choose a tag to compare
Merge pull request #404 from JeffBezanson/jb/1.0

update tests for julia 1.0

0.7-only release

03 Jul 17:11
11a4439
Compare
Choose a tag to compare
Merge pull request #394 from JuliaStats/aa/0.7

Updates for 0.7, drop 0.6

v0.23.1

26 Jun 17:47
88b4818
Compare
Choose a tag to compare
Merge pull request #392 from martinholters/mh/weights

Avoid overwriting auto-generated *Weights constructors

Version 0.23.0

31 May 12:15
Compare
Choose a tag to compare
v0.23.0

Use `something` instead of `coalesce` (#384)