Skip to content

build(deps): bump the gomod group with 2 updates#74

Merged
dsh2dsh merged 1 commit into
masterfrom
dependabot/go_modules/gomod-c2f8bc51ce
Jul 18, 2026
Merged

build(deps): bump the gomod group with 2 updates#74
dsh2dsh merged 1 commit into
masterfrom
dependabot/go_modules/gomod-c2f8bc51ce

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the gomod group with 2 updates: github.com/montanaflynn/stats and golang.org/x/text.

Updates github.com/montanaflynn/stats from 0.9.0 to 0.10.0

Release notes

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

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

Commits
  • 3d27987 chore: update changelog for v0.10.0
  • c96a037 chore: make changelog generation append-only and fix tag signing
  • 5c3c142 chore: fix release target and track git-chglog config
  • bceab73 docs: add new functions to README, examples, and documentation (#113)
  • 074418b feat: add MovingAverage and MovingStdDev (#112)
  • 00eabbd feat: add ZScore and Rank functions (#111)
  • e9c4335 feat: add WeightedMean and CoefficientOfVariation (#110)
  • 4772f33 feat: add ArgMax, ArgMin and Range functions (#109)
  • 55d22a0 feat: add CumulativeProduct, CumulativeMax and CumulativeMin (#108)
  • 45d8e70 feat: add Diff and PercentChange functions (#107)
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.39.0 to 0.40.0

Commits
  • 724af9c go.mod: update golang.org/x dependencies
  • bf5b9d6 internal/export/idna: always treat Punycode encoding pure ASCII as an error
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod group with 2 updates: [github.com/montanaflynn/stats](https://github.com/montanaflynn/stats) and [golang.org/x/text](https://github.com/golang/text).


Updates `github.com/montanaflynn/stats` from 0.9.0 to 0.10.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.10.0)

Updates `golang.org/x/text` from 0.39.0 to 0.40.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.39.0...v0.40.0)

---
updated-dependencies:
- dependency-name: github.com/montanaflynn/stats
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/text
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 18, 2026
@dsh2dsh
dsh2dsh merged commit f399e13 into master Jul 18, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/gomod-c2f8bc51ce branch July 18, 2026 16:05
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.

1 participant