Skip to content

Releases: joshday/OnlineStats.jl

v1.6.2

Choose a tag to compare

@github-actions github-actions released this 12 Jun 15:14

OnlineStats v1.6.2

Diff since v1.6.1

Closed issues:

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

Merged pull requests:

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 22 Apr 20:42
459b2b4

OnlineStats v1.6.1

Diff since v1.6.0

Merged pull requests:

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 11 Apr 18:50

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

Choose a tag to compare

@github-actions github-actions released this 09 Aug 19:19
4397d62

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

Choose a tag to compare

@github-actions github-actions released this 12 Oct 20:14

OnlineStats v1.5.13

Diff since v1.5.12

Closed issues:

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

Merged pull requests:

v1.5.12

Choose a tag to compare

@github-actions github-actions released this 24 Aug 16:29

OnlineStats v1.5.12

Diff since v1.5.11

Closed issues:

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

v1.5.11

Choose a tag to compare

@github-actions github-actions released this 22 Jul 14:42

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

Choose a tag to compare

@github-actions github-actions released this 12 Jul 22:40

OnlineStats v1.5.10

Diff since v1.5.9

Closed issues:

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

Merged pull requests:

v1.5.9

Choose a tag to compare

@github-actions github-actions released this 28 Apr 16:33

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)

v1.5.8

Choose a tag to compare

@github-actions github-actions released this 03 Dec 18:44

OnlineStats v1.5.8

Diff since v1.5.7

Merged pull requests:

  • MassInstallAction: Install the TagBot workflow on this repository (#221) (@joshday)
  • Fix inequality in reservoir sampling (#222) (@Drvi)