Skip to content

Releases: joshday/OnlineStats.jl

Move Series into OnlineStatsBase

Choose a tag to compare

@joshday joshday released this 03 Oct 14:46
v0.11.1

bump OnlineStatsBase version

Change to weights

Choose a tag to compare

@joshday joshday released this 19 Aug 12:39
v0.11.0

put back require

v0.10.1

Choose a tag to compare

@joshday joshday released this 17 Jul 19:11
  • Moved Weight types into OnlineStatsBase
  • add precompilation

v0.10.0

Choose a tag to compare

@joshday joshday released this 07 Jul 13:19
bump onlinestatsbase version

Fix for name collision between LearnBase and Distributions

Choose a tag to compare

@joshday joshday released this 06 Jul 15:16
v0.9.1

fix tests and add merge method for MV

v0.9.0

Choose a tag to compare

@joshday joshday released this 02 Jul 14:21
OnlineStatsBase lower bound

Reorganization for Julia 0.6

Choose a tag to compare

@joshday joshday released this 11 Apr 16:46

Changes:

  • Remove Weight types from individual OnlineStats
  • New type Series now tracks 1) Weight and 2) an OnlineStat or a tuple of OnlineStats
    • Most usage of OnlineStats should be done through Series
  • All new tests (more/better coverage)
  • updated docs
  • Change abstract type OnlineStat{I} to OnlineStat{I, O}
    • I is input dimension of data (0=scalar, 1=vector, etc.)
    • O is the number of dimensions of the output (value(s))
  • Vastly simplified Bootstrap code.
  • Removing Means, Variances, etc. in favor of a new MV type
    • Means(5) is now MV(5, Mean())

Last release before making the switch to 0.6

Choose a tag to compare

@joshday joshday released this 16 Mar 13:19

Bug fixes and a few small features added since the last release.