Skip to content

Releases: joshday/OnlineStats.jl

v1.7.4

Choose a tag to compare

@github-actions github-actions released this 11 Jun 01:43

OnlineStats v1.7.4

Diff since v1.7.3

  • Widened OrderedCollections compat to include v2.0 (allows compatibility with the latest release)
  • Widened StatsFuns compat to include v2.0
  • CI: updated to aarch64 macOS runners
  • CI: bumped action versions (codecov v7, setup-julia v3, cache v3)
  • CI: added Dependabot auto-merge workflow

Merged pull requests:

  • Replace CompatHelper with Dependabot (#307) (@joshday)
  • Bump julia-actions/cache from 2 to 3 (#311) (@dependabot[bot])
  • Bump codecov/codecov-action from 5 to 6 (#312) (@dependabot[bot])
  • Bump julia-actions/setup-julia from 2 to 3 (#315) (@dependabot[bot])
  • Update StatsFuns requirement from 1.0, 1.1, 1.2, 1.3 to 1.0, 1.1, 1.2, 1.3, 2.0 (#317) (@dependabot[bot])
  • Bump codecov/codecov-action from 6 to 7 (#318) (@dependabot[bot])
  • Update OrderedCollections requirement from 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 to 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 2.0 (#319) (@dependabot[bot])
  • ci: use aarch64 for macOS runners (#320) (@joshday)

v0.27.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 01:42

OnlineStats v0.27.0

Diff since v0.25.0

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.26.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 01:42

OnlineStats v0.26.1

Diff since v0.25.0

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.26.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 01:41

OnlineStats v0.26.0

Diff since v0.25.0

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.24.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 01:41

OnlineStats v0.24.0

Diff since v0.23.0

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v1.7.3

Choose a tag to compare

@github-actions github-actions released this 01 Dec 15:14

OnlineStats v1.7.3

Diff since v1.7.2

Merged pull requests:

Closed issues:

  • Precompilation warning on Julia v1.12 (#306)

v1.7.2

Choose a tag to compare

@github-actions github-actions released this 30 Aug 22:44

OnlineStats v1.7.2

Diff since v1.7.1

Merged pull requests:

  • Mention StreamSampling.jl in ReservoirSample docstring (#292) (@Tortar)
  • Expose extrema of OrderStats (#297) (@mkitti)
  • Create dependabot.yml and update action versions (#298) (@abhro)
  • Bump julia-actions/setup-julia from 1 to 2 (#299) (@dependabot[bot])
  • Add StatsBase.jl to docs/Project.toml (#300) (@abhro)
  • Bump actions/checkout from 4 to 5 (#301) (@dependabot[bot])

Closed issues:

  • when fit!-ing a Group to a NamedTuple, the names are ignored (#278)
  • Pretty printing is unpretty inside DataFrame (#281)

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 10 Sep 07:36

OnlineStats v1.7.1

Diff since v1.7.0

Closed issues:

  • Julia VS Code extension reports "Possible method call error" for fit! (#268)
  • Defining Group size programmatically (#289)
  • Iterative fitting for CCIPCA not implemented? (#290)

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 21 May 17:27

OnlineStats v1.7.0

Diff since v1.6.3

Merged pull requests:

  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#267) (@github-actions[bot])
  • fix type stability in autocov and add a unit test (#270) (@vandenman)
  • Fix documentation of FastForest keyword args (#286) (@cmcaine)

Closed issues:

  • Possible type instability in OnlineStatsBase.jl (#265)
  • _fit! on AutoCov is not type stable (#269)
  • Extract field of an observation before feeding an OnlineStats - ValueExtractor wrapper (#271)
  • Using StatLag without depending on OnlineStats (just OnlineStatsBase) (#273)
  • ExtremeValues doesn't work (#274)
  • Odd interaction of Group with broadcast (#275)
  • [speculative] NullStat (#276)
  • Plot of GroupBy of HeatMap fails (#277)
  • Documentation Request: List which Monoids support merge (#279)
  • Support keys and values on GroupBy (#282)
  • Bug: Y-Marginals for heatmap are wrong (#283)
  • Allow counts argument in fit! (#284)
  • Suggestions for OnlineStats v2 (#285)
  • Standard Deviation - StdDev (#287)
  • Integrate StreamSampling in OnlineStats (#288)

v1.6.3

Choose a tag to compare

@github-actions github-actions released this 12 Jul 15:52

OnlineStats v1.6.3

Diff since v1.6.2

Closed issues:

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