Skip to content

build(deps): bump github.com/montanaflynn/stats from 0.9.0 to 0.11.0#233

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/montanaflynn/stats-0.10.0
Open

build(deps): bump github.com/montanaflynn/stats from 0.9.0 to 0.11.0#233
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/montanaflynn/stats-0.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown

Bumps github.com/montanaflynn/stats from 0.9.0 to 0.11.0.

Release notes

Sourced from github.com/montanaflynn/stats's releases.

v0.11.0

Changelog

Features

  • 6f7a496409af5f4dff9f1379a36d6098d43d4305 feat: add Clip and Rescale elementwise transforms (#114)
  • 7f0c5a71c5ab2ffb780908ef1b4d64b691d19680 feat: add Histogram with equal-width bins (#120)
  • 9ced7de8b3c0ef4a92979dc7f73ee8807870f508 feat: add Interp for piecewise-linear interpolation (#121)
  • 6803c1cfa4f5cf3c833b2a269d67c91f399a28cc feat: add KendallTau rank correlation coefficient (#119)
  • 9956c74c977c4027e24529a67d6ef594729b9c7e feat: add Kurtosis, PopulationKurtosis, and SampleKurtosis (#115)
  • 7b64b9a9e0ac49d66906c18a6fa2adb519ae0a6a feat: add MovingMedian, MovingMin, MovingMax, MovingSum, and EWMA (#117)
  • 7922f1a0387c6945bfe7ab42a00ff2bc27f7ad31 feat: add SEM, RMS, Product, and PercentileOfScore (#118)
  • 19307128558db7ef2c55855874fe7febd136dafa feat: add TrimmedMean and Winsorize robust statistics (#116)

Other

  • e524d653a3cde6e95c031ccbf592791b05400487 chore: remove retired goreport badge
  • 4183becdcfd6d9cebbcee18f9aa73beea95051a6 chore: update changelog for v0.11.0
  • 5dc695b217849b5ad712857c340fb53663ff374f docs: add round 2 functions to README, examples, and documentation (#122)

v0.10.0

Changelog

Fix

  • b3368d69bf24665b4233900ed420ed8796a83887 fix: correct AutoCorrelation lag handling (#83) (#95)
  • a0128300ef5decaaa0d6190398b2a261121a016c fix: stabilize GeometricMean and add input validation
  • 0a781c512c247085236b72a4f3a7025690c3826b fix: use math.Round to avoid ARM64 FMA fusion miscompile (#97)

Features

  • 4772f3329be0293c4a3c695a77ac5cba6f48cd36 feat: add ArgMax, ArgMin and Range functions (#109)
  • 55d22a025e17228c47caf21950f540e74715e44a feat: add CumulativeProduct, CumulativeMax and CumulativeMin (#108)
  • 45d8e70fd4f6149a86e42cd6da645a3b45b49f1b feat: add Diff and PercentChange functions (#107)
  • 074418b098984cf5eb23aeccfb0bf5b67bd5d30d feat: add MovingAverage and MovingStdDev (#112)
  • 623c2dc0aa80bcbcd50a8a0630646fa7dde00856 feat: add NormSample function for normal distribution sampling (#100)
  • 182d06e7fd5e49105366aaff6df144ab4d902be9 feat: add Spearman rank correlation function (#98)
  • e9c433531b68205a3f9039a5bdb21bc768b6dcb9 feat: add WeightedMean and CoefficientOfVariation (#110)
  • b9f7d9e6d58b73ef9e9e26b28ec484bd0166fe29 feat: add Z-test and T-test functions (#99)
  • 00eabbd480713e02d21f66131ceb0f3da00aad13 feat: add ZScore and Rank functions (#111)
  • b5708bf5ce8e2a564532542e06152963b0c92248 feat: add weighted percentile function (#102)

Other

  • 5c3c142fda2baeb13bbd84b85de0e575ecbc471b chore: fix release target and track git-chglog config
  • c96a037a01d961a523cac32d0928198d72c784ba chore: make changelog generation append-only and fix tag signing
  • 8d6a2b4bed2adbaeb1beb326b15234b4962079a2 chore: split examples into functions/ and methods/ subdirectories (#96)
  • 3d2798783629d8aebf2794383bdcc352752c6886 chore: update changelog for v0.10.0
  • 42924725c48eac62e1e6d5d37a981209e6880665 ci: bump codecov-action to v5 (#106)
  • bceab735ed2ab23f0f841f946b35d7e951344a14 docs: add new functions to README, examples, and documentation (#113)
  • 81d3e0cf4e5d8a415939676447ce9c0636638d05 test: expand NIST reference dataset test suite (#101)
Changelog

Sourced from github.com/montanaflynn/stats's changelog.

[v0.11.0] - 2026-07-13

Add

  • Add Interp for piecewise-linear interpolation (#121)
  • Add Histogram with equal-width bins (#120)
  • Add KendallTau rank correlation coefficient (#119)
  • Add SEM, RMS, Product, and PercentileOfScore (#118)
  • Add MovingMedian, MovingMin, MovingMax, MovingSum, and EWMA (#117)
  • Add TrimmedMean and Winsorize robust statistics (#116)
  • Add Kurtosis, PopulationKurtosis, and SampleKurtosis (#115)
  • Add Clip and Rescale elementwise transforms (#114)

[v0.10.0] - 2026-07-10

Add

  • Add MovingAverage and MovingStdDev (#112)
  • Add ZScore and Rank functions (#111)
  • Add WeightedMean and CoefficientOfVariation (#110)
  • Add ArgMax, ArgMin and Range functions (#109)
  • Add CumulativeProduct, CumulativeMax and CumulativeMin (#108)
  • Add Diff and PercentChange functions (#107)
  • Add weighted percentile function (#102)
  • Add NormSample function for normal distribution sampling (#100)
  • Add Z-test and T-test functions (#99)
  • Add Spearman rank correlation function (#98)

Fix

  • Stabilize GeometricMean and add input validation
  • Use math.Round to avoid ARM64 FMA fusion miscompile (#97)
  • Correct AutoCorrelation lag handling (#83) (#95)

[v0.10.0] - 2026-07-10

Add

  • Add MovingAverage and MovingStdDev (#112)
  • Add ZScore and Rank functions (#111)
  • Add WeightedMean and CoefficientOfVariation (#110)
  • Add ArgMax, ArgMin and Range functions (#109)
  • Add CumulativeProduct, CumulativeMax and CumulativeMin (#108)
  • Add Diff and PercentChange functions (#107)
  • Add weighted percentile function (#102)
  • Add NormSample function for normal distribution sampling (#100)
  • Add Z-test and T-test functions (#99)
  • Add Spearman rank correlation function (#98)

Fix

  • Stabilize GeometricMean and add input validation
  • Use math.Round to avoid ARM64 FMA fusion miscompile (#97)
  • Correct AutoCorrelation lag handling (#83) (#95)

... (truncated)

Commits
  • 4183bec chore: update changelog for v0.11.0
  • 5dc695b docs: add round 2 functions to README, examples, and documentation (#122)
  • 9ced7de feat: add Interp for piecewise-linear interpolation (#121)
  • 7f0c5a7 feat: add Histogram with equal-width bins (#120)
  • 6803c1c feat: add KendallTau rank correlation coefficient (#119)
  • 7922f1a feat: add SEM, RMS, Product, and PercentileOfScore (#118)
  • 7b64b9a feat: add MovingMedian, MovingMin, MovingMax, MovingSum, and EWMA (#117)
  • 1930712 feat: add TrimmedMean and Winsorize robust statistics (#116)
  • 9956c74 feat: add Kurtosis, PopulationKurtosis, and SampleKurtosis (#115)
  • 6f7a496 feat: add Clip and Rescale elementwise transforms (#114)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 13, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 13, 2026 14:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 13, 2026
@dependabot dependabot Bot requested review from 4nte and ademidoff and removed request for a team July 13, 2026 14:53
Bumps [github.com/montanaflynn/stats](https://github.com/montanaflynn/stats) from 0.9.0 to 0.11.0.
- [Release notes](https://github.com/montanaflynn/stats/releases)
- [Changelog](https://github.com/montanaflynn/stats/blob/master/CHANGELOG.md)
- [Commits](montanaflynn/stats@v0.9.0...v0.11.0)

---
updated-dependencies:
- dependency-name: github.com/montanaflynn/stats
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump github.com/montanaflynn/stats from 0.9.0 to 0.10.0 build(deps): bump github.com/montanaflynn/stats from 0.9.0 to 0.11.0 Jul 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/montanaflynn/stats-0.10.0 branch from a86b976 to b4f3ddd Compare July 13, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants