Skip to content

Bump github.com/montanaflynn/stats from 0.7.1 to 0.12.5 in /seth - #2793

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

Bump github.com/montanaflynn/stats from 0.7.1 to 0.12.5 in /seth#2793
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/seth/github.com/montanaflynn/stats-0.12.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/montanaflynn/stats from 0.7.1 to 0.12.5.

Release notes

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

v0.12.5

Changelog

Fix

  • fe3d5e6b7704e376eb4c3663ccc113701a579ec6 fix: enforce percent bounds in Percentile for single-element input (#133)

Other

  • 2d459cbf5c14533645dd40c854e869422a87b84c chore: update changelog for v0.12.5
  • aa877fb3d1d2ba39efc54e57eb12dce38bda371a docs: document commit message and PR title conventions (#134)

v0.12.4

Changelog

Fix

  • 49b54a539e4621392c7c47ce8fcf053769447cbf fix: Interp panics when x or xp contains a NaN (#129)
  • fd8cd3408cb72f0b425b0764682ef0846c6b8561 fix: make Interp robust to extreme values and exact knot hits (#132)
  • 19b68096a7f42617ee6baedc0579c11449b05211 fix: reject NaN percent in Percentile and PercentileNearestRank (#130)
  • 899e1d9b3b164e948fcdb7b421b68caaa7434e48 fix: reject NaN percent in PercentileWeighted (#131)

Other

  • 5badb5ad8b66438233feac0d78ec8a2e6d62e34e chore: update changelog for v0.12.4
  • 836e5219eeb43dcc5da33bfd2fc8d5c287bcd5b8 docs: PercentileOfScore matches scipy kind="mean", not kind="rank" (#128)
  • 89d41c7655b09ab30aadef93dd96f92c33343003 docs: regenerate DOCUMENTATION.md

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

... (truncated)

Changelog

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

[v0.12.5] - 2026-08-28

Fix

  • Enforce percent bounds in Percentile for single-element input (#133)

[v0.12.4] - 2026-08-17

Fix

  • Make Interp robust to extreme values and exact knot hits (#132)
  • Reject NaN percent in PercentileWeighted (#131)
  • Reject NaN percent in Percentile and PercentileNearestRank (#130)
  • Interp panics when x or xp contains a NaN (#129)

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

... (truncated)

Commits
  • 2d459cb chore: update changelog for v0.12.5
  • fe3d5e6 fix: enforce percent bounds in Percentile for single-element input (#133)
  • aa877fb docs: document commit message and PR title conventions (#134)
  • 5badb5a chore: update changelog for v0.12.4
  • 89d41c7 docs: regenerate DOCUMENTATION.md
  • fd8cd34 fix: make Interp robust to extreme values and exact knot hits (#132)
  • 899e1d9 fix: reject NaN percent in PercentileWeighted (#131)
  • 19b6809 fix: reject NaN percent in Percentile and PercentileNearestRank (#130)
  • 49b54a5 fix: Interp panics when x or xp contains a NaN (#129)
  • 836e521 docs: PercentileOfScore matches scipy kind="mean", not kind="rank" (#128)
  • 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.7.1 to 0.12.5.
- [Release notes](https://github.com/montanaflynn/stats/releases)
- [Changelog](https://github.com/montanaflynn/stats/blob/master/CHANGELOG.md)
- [Commits](montanaflynn/stats@v0.7.1...v0.12.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 2, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 2, 2026 21:23
@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown

📊 API Diff Results

No changes detected for module github.com/smartcontractkit/chainlink-testing-framework/seth

View full report

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants