Skip to content

Releases: JuliaStats/StatsBase.jl

Version 0.22.0

03 May 08:58
Compare
Choose a tag to compare
v0.22.0

Rename stderr to stderror (#368)

Version 0.21.0

15 Apr 13:38
Compare
Choose a tag to compare
v0.21.0

Fix random test failure in cov.jl due to negative varcorrection (#365)

Version 0.20.1

22 Feb 21:06
Compare
Choose a tag to compare
v0.20.1

don't import/export midpoints (#348)

v0.20.0: Add midpoints, which was deprecated in Base. (#345)

13 Feb 09:46
Compare
Choose a tag to compare
* Add midpoints, which was deprecated in Base.

Currently not exported, to avoid symbol conflict.

* Add a methodless midpoints function for the definitions below.

* Changes suggested by @nalimilan.

Import midpoints for pre-v0.7, otherwise use unqualified symbol.

* Use more precise version

* Dividing by 2, to avoid accidental promotion.

Suggestion by @andreasnoack.

Version 0.19.5

02 Jan 14:48
Compare
Choose a tag to compare
  • Fix countmap with some types which were incorrectly considered as safe for radix sort.

Version 0.19.4

20 Dec 05:43
Compare
Choose a tag to compare
v0.19.4

add SortingAlgorithms to REQUIRE (#328)

Version 0.19.3

19 Dec 01:00
558d8cf
Compare
Choose a tag to compare
v0.19.3

Updates for 0.7 (#327)

Version 0.19.2

29 Nov 09:14
Compare
Choose a tag to compare
  • Export coefnames and modelmatrix.

Version 0.19.1

19 Nov 11:35
Compare
Choose a tag to compare
  • Add coefnames and modelmatrix.
  • Ensure that pacf at lag 0 is 1.0.
  • Fix mad! docstring.

v0.19.0: added normalization in docstrings (#295)

08 Sep 19:26
Compare
Choose a tag to compare
* added normalization in docstrings

* even better docstrings in correlations

* Minor updates per Milan's comments

* Minor cleanup, add cross ref links.