Skip to content

Releases: joshday/OnlineStats.jl

v1.0.1

14 Oct 07:23
v1.0.1
Compare
Choose a tag to compare

v1.0.1 (2019-10-13)

Diff since v1.0.0

Closed issues:

  • KMeans example in documentation doesn't work (#161)
  • Issue with reduce with named columns in JuliaDB (#160)
  • IndexedPartition use T=Number default (#159)
  • BoundsError when training FastForest (#150)
  • 2D histograms (#148)
  • Regression with Mixed Effects using OnlineStats.jl? (#140)
  • Add function to merge many series (#114)
  • StackOverflowError while calculating quantiles via JuliaDB (#113)

Merged pull requests:

  • Fixed docs examples to explicitly iterate over observation rows (#162) (grahamas)
  • Update partition.jl (#157) (musm)

v1.0.0

08 Sep 07:44
v1.0.0
Compare
Choose a tag to compare

v1.0.0 (2019-09-05)

Diff since v0.25.0

Closed issues:

  • Regression results not right (#155)
  • Function print_stat_tree not defined for KMeans (#151)

Merged pull requests:

v0.25.0

24 Apr 13:04
Compare
Choose a tag to compare
bump version

v0.23.0

15 Apr 15:06
Compare
Choose a tag to compare
remove export of transform

v0.22.0

07 Mar 18:30
Compare
Choose a tag to compare
forgot an import

Updates

22 Feb 23:37
Compare
Choose a tag to compare

Moved some things over to OnlineStatsBase.

Bug fixes

22 Jan 14:13
Compare
Choose a tag to compare
v0.20.3

plot recipe fixes

Better Extrema

11 Jan 20:11
Compare
Choose a tag to compare
v0.20.2

allow more types in Extrema

bugfixes

03 Jan 04:28
Compare
Choose a tag to compare

bugfixes and tests

More Parameterized types

18 Nov 13:47
Compare
Choose a tag to compare
  • Mean, Variance, and CovMatrix