Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

Tags: joshday/OnlineStats.jl

Tags

v1.7.3

Toggle v1.7.3's commit message
[Diff since v1.7.2](v1.7.2...v1.7.3)

**Merged pull requests:**
- Fix warning on Julia 1.12-nightly (#303) (@asinghvi17)
- Bump actions/checkout from 5 to 6 (#304) (@dependabot[bot])
- Update documentation (#305) (@abhro)

**Closed issues:**
- Precompilation warning on Julia v1.12 (#306)

v1.7.2

Toggle v1.7.2's commit message
[Diff since v1.7.1](v1.7.1...v1.7.2)

**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

Toggle v1.7.1's commit message
[Diff since v1.7.0](v1.7.0...v1.7.1)

**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

Toggle v1.7.0's commit message
[Diff since v1.6.3](v1.6.3...v1.7.0)

**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

Toggle v1.6.3's commit message
[Diff since v1.6.2](v1.6.2...v1.6.3)

**Closed issues:**
- Folds OnlineStats Unitful combination (#263)
- MovingWindow raises a BoundsError (#264)

v1.6.2

Toggle v1.6.2's commit message
[Diff since v1.6.1](v1.6.1...v1.6.2)

**Closed issues:**
- Best practices for high online statistics for many parameters (#261)

**Merged pull requests:**
- WIP: Convenience typing constructors (#258) (@Crown421)

v1.6.1

Toggle v1.6.1's commit message
[Diff since v1.6.0](v1.6.0...v1.6.1)

**Merged pull requests:**
- Small fixes for `FitMvNormal` (#257) (@Crown421)

v1.6.0

Toggle v1.6.0's commit message
[Diff since v1.5.14](v1.5.14...v1.6.0)

**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

Toggle v1.5.14's commit message
[Diff since v1.5.13](v1.5.13...v1.5.14)

**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

Toggle v1.5.13's commit message
[Diff since v1.5.12](v1.5.12...v1.5.13)

**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)