Bump github.com/montanaflynn/stats from 0.7.1 to 0.9.0#389
Merged
ademidoff merged 1 commit intoJun 3, 2026
Merged
Conversation
maxkondr
approved these changes
May 5, 2026
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/montanaflynn/stats-0.9.0
branch
2 times, most recently
from
May 19, 2026 10:02
e8e87ed to
7789205
Compare
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/montanaflynn/stats-0.9.0
branch
from
May 26, 2026 15:36
7789205 to
ecdabc3
Compare
Bumps [github.com/montanaflynn/stats](https://github.com/montanaflynn/stats) from 0.7.1 to 0.9.0. - [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.9.0) --- updated-dependencies: - dependency-name: github.com/montanaflynn/stats dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/montanaflynn/stats-0.9.0
branch
from
June 3, 2026 09:34
ecdabc3 to
cdab01c
Compare
ademidoff
approved these changes
Jun 3, 2026
ademidoff
deleted the
dependabot/go_modules/github.com/montanaflynn/stats-0.9.0
branch
June 3, 2026 21:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/montanaflynn/stats from 0.7.1 to 0.9.0.
Release notes
Sourced from github.com/montanaflynn/stats's releases.
Changelog
Sourced from github.com/montanaflynn/stats's changelog.
Commits
e385fe8fix: restore 100% test coverage for skewness01caa59feat: add Skewness, PopulationSkewness, and SampleSkewness functions (#91)a1c4bfafix: remove unused sum[4] in LinearRegressionb267a10docs: update release instructions and regenerate documentation21feb64chore: add goreleaser config and release workflow750d4d5chore: update changelog and copyright for v0.8.0e317bbbfix: use standard linear interpolation for Percentile (issue #92)8743180CI: update Codecov upload to v4 and pass token4d07fe4Fix Percentile underflow bug (issue #88)48c484bTesting write access