Skip to content

Releases: joshday/OnlineStatsBase.jl

v1.7.1

25 Sep 20:41
Compare
Choose a tag to compare

OnlineStatsBase v1.7.1

Diff since v1.7.0

Closed issues:

  • Prod - Track the overall prod. (#41)

v1.7.0

21 May 15:54
Compare
Choose a tag to compare

OnlineStatsBase v1.7.0

Diff since v1.6.3

Merged pull requests:

  • Add fit!(o, y, n) to fit multiple observations of the same value (#40) (@adknudson)

v1.6.3

21 Feb 15:17
Compare
Choose a tag to compare

OnlineStatsBase v1.6.3

Diff since v1.6.2

Breaking Change

  • ExtremeValues now uses OrderedDict{T, Int} as internal representation rather than Vector{Pair{T,Int}}. This was done during the fix of joshday/OnlineStats.jl#274

v1.6.2

26 Jan 15:22
Compare
Choose a tag to compare

OnlineStatsBase v1.6.2

Diff since v1.6.1

Merged pull requests:

  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#36) (@github-actions[bot])

Closed issues:

  • Bug (or maybe 2) in v1.5.0 (#32)
  • Possible type instability with Mean, Moments, Sum, Variance (#35)
  • Improve doc ? value of type different from Float64 and from type of single observation value (#37)

v1.6.1

23 May 15:15
Compare
Choose a tag to compare

OnlineStatsBase v1.6.1

Diff since v1.6.0

v1.6.0

14 Apr 13:35
Compare
Choose a tag to compare

OnlineStatsBase v1.6.0

Diff since v1.5.0

Closed issues:

  • Dispatch issue in 1.9. (#31)

v1.5.0

11 Sep 21:08
Compare
Choose a tag to compare

OnlineStatsBase v1.5.0

Diff since v1.4.9

Closed issues:

  • Generalize Extrema to keep k most extreme values (feature request) (#22)

Merged pull requests:

  • CompatHelper: bump compat for "AbstractTrees" to "0.4" (#30) (@github-actions[bot])

v1.4.9

02 Nov 13:35
Compare
Choose a tag to compare

OnlineStatsBase v1.4.9

Diff since v1.4.8

v1.4.8

14 Oct 15:33
Compare
Choose a tag to compare

OnlineStatsBase v1.4.8

Diff since v1.4.7

v1.4.7

12 Oct 18:54
Compare
Choose a tag to compare

OnlineStatsBase v1.4.7

Diff since v1.4.6

Closed issues:

  • Handle transform errors in FTSeries (#28)

Merged pull requests:

  • Generalization of Extrema for AbstractString (#27) (@brucala)