OnlineStats.jl Versions Save

⚡ Single-pass algorithms for statistics

v1.6.3

10 months ago

OnlineStats v1.6.3

Diff since v1.6.2

Closed issues:

  • Folds OnlineStats Unitful combination (#263)
  • MovingWindow raises a BoundsError (#264)

v1.6.2

11 months ago

OnlineStats v1.6.2

Diff since v1.6.1

Closed issues:

  • Best practices for high online statistics for many parameters (#261)

Merged pull requests:

  • WIP: Convenience typing constructors (#258) (@Crown421)

v1.6.1

1 year ago

OnlineStats v1.6.1

Diff since v1.6.0

Merged pull requests:

  • Small fixes for FitMvNormal (#257) (@Crown421)

v1.6.0

1 year ago

OnlineStats v1.6.0

Diff since v1.5.14

Closed issues:

  • hyperloglog sketches (#253)

Merged pull requests:

  • CompatHelper: add new compat entry for "StatsFuns" at version "1.0" (#250) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Distributions" at version "0.25" (#251) (@github-actions[bot])
  • CompatHelper: add new compat entry for "SpecialFunctions" at version "2.1" (#252) (@github-actions[bot])
  • added simple classify method for kmeans (#255) (@ExpandingMan)

v1.5.14

1 year ago

OnlineStats v1.5.14

Diff since v1.5.13

Closed issues:

  • Odd Quantile results: (#142)
  • Streaming algorithm for the median problem (#239)
  • Regression in #206? Unitful support question (#240)
  • How can I reproduce the result in banner? (#241)
  • Bug: Counter T does not work with abstract types like Any (#242)
  • OnlineStats.variation function mentioned in docs but no longer available (#243)
  • HeatMap plot does not work when using plotlyjs (#244)

Merged pull requests:

  • CompatHelper: bump compat for "AbstractTrees" to "0.4" (#248) (@github-actions[bot])
  • Bump version (#249) (@findmyway)

v1.5.13

2 years ago

OnlineStats v1.5.13

Diff since v1.5.12

Closed issues:

  • Online Pearson correlation coefficient (#235)
  • Count statistic (#238)

Merged pull requests:

  • tried to make StatLearn more discoverable in docs (#236) (@ExpandingMan)
  • ReservoirSample with generic type (#237) (@brucala)

v1.5.12

2 years ago

OnlineStats v1.5.12

Diff since v1.5.11

Closed issues:

  • Gaussian Filters i.e. Kalman Filters (#233)

v1.5.11

2 years ago

OnlineStats v1.5.11

Diff since v1.5.10

Closed issues:

  • This code in the Group doc fails (#230)
  • Is it possible to compute stats grouped by a column? (#231)
  • Documentation hard to read with Chrome in DarkMode (#232)

v1.5.10

2 years ago

OnlineStats v1.5.10

Diff since v1.5.9

Closed issues:

  • Partition doc string error or possibly just unclear (#227)

Merged pull requests:

  • Update bigdata.md (#228) (@r2cp)
  • LogSumExp (#229) (@cscherrer)

v1.5.9

3 years ago

OnlineStats v1.5.9

Diff since v1.5.8

Closed issues:

  • can i tallk to OnlineStats.jl with api like from R, python (#224)
  • OnlineStats can't be precompiled (#225)
  • Must the datum be iterable? (#226)