Skip to content

build(deps): bump github.com/montanaflynn/stats from 0.9.0 to 0.12.3 in /clusterloader2 - #4269

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/clusterloader2/github.com/montanaflynn/stats-0.12.3
Open

build(deps): bump github.com/montanaflynn/stats from 0.9.0 to 0.12.3 in /clusterloader2#4269
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/clusterloader2/github.com/montanaflynn/stats-0.12.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

v0.12.3

Changelog

Fix

  • 43d52f2a8196fdac985e3ac2a520caa5ba8494bf Fix ProbGeom off-by-one that drops the first interval term (#127)
  • 2ecdf20da0bbea16056ac8de6a56508cb8bf1c53 fix: NormIsf ignores loc, NormPpf uncorrected above the median (#126)
  • db6d6196740c397dcf0927315a5030d739dcbeb3 fix: normal tail collapses to 0/-Inf past ~8 sigma (#125)

Other

  • e7e8b3e5c24c61794696c2251923afcc8a3193e6 chore: dedupe changelog and fix section regeneration in release script
  • b5eef061cb75c869f769b1566c28498b6fd487c5 chore: fix gofmt formatting and vet warnings
  • 9d6bb190fe381be5695f9506874079411e749800 chore: update changelog for v0.12.3

v0.12.2

Changelog

Fix

  • 7b6fbba46341949d7b9e1e19fbe92e4370ba025c fix: regression stability and invalid domains (#124)

Other

  • 771d439c1bbdc85676ad50daaca225bc189fc3b3 chore: update changelog for v0.12.2

v0.12.1

Changelog

Fix

  • e15914eeb24e8bbc6b1bc51b311d271cdc453056 fix: stop Entropy from mutating its input slice (#123)

Other

  • aeb3b2d1dc25105c84cc4f42fba7fd51e08eed80 Merge branch 'master' of github.com:montanaflynn/stats
  • c6efa2b4b16f68ddd41f54ec982ec50ac3e67b9e chore: update changelog for v0.12.1

v0.12.0

Changelog

Other

  • 6663a5e69e10bf020b2478a2510581a52cbe0f1d chore: update changelog for v0.12.0
  • f16cdc312531998152482ff8eb14e981ab06870b docs: remove deprecated godoc badge, links, and commands
  • afde5a353a5a5792469e005cc015c4584ad3742f docs: update releasing section to use make release

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

... (truncated)

Changelog

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

[v0.12.3] - 2026-08-10

Fix

  • ProbGeom off-by-one that drops the first interval term (#127)
  • NormIsf ignores loc, NormPpf uncorrected above the median (#126)
  • Normal tail collapses to 0/-Inf past ~8 sigma (#125)

[v0.12.2] - 2026-07-17

Fix

  • Regression stability and invalid domains (#124)

[v0.12.1] - 2026-07-16

Fix

  • Stop Entropy from mutating its input slice (#123)

[v0.12.0] - 2026-07-16

[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

... (truncated)

Commits
  • 9d6bb19 chore: update changelog for v0.12.3
  • e7e8b3e chore: dedupe changelog and fix section regeneration in release script
  • b5eef06 chore: fix gofmt formatting and vet warnings
  • 43d52f2 Fix ProbGeom off-by-one that drops the first interval term (#127)
  • 2ecdf20 fix: NormIsf ignores loc, NormPpf uncorrected above the median (#126)
  • db6d619 fix: normal tail collapses to 0/-Inf past ~8 sigma (#125)
  • 771d439 chore: update changelog for v0.12.2
  • 7b6fbba fix: regression stability and invalid domains (#124)
  • c6efa2b chore: update changelog for v0.12.1
  • aeb3b2d Merge branch 'master' of github.com:montanaflynn/stats
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/montanaflynn/stats](https://github.com/montanaflynn/stats) from 0.9.0 to 0.12.3.
- [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.12.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Aug 17, 2026
@kubernetes-prow kubernetes-prow Bot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 17, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign wojtek-t for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubernetes-prow

Copy link
Copy Markdown
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@kubernetes-prow
kubernetes-prow Bot requested review from mborsz and wojtek-t August 17, 2026 00:43
@kubernetes-prow kubernetes-prow Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants