Skip to content

build(deps): bump qsv-stats from 0.48.1 to 0.48.2#3702

Merged
jqnatividad merged 1 commit into
masterfrom
dependabot/cargo/qsv-stats-0.48.2
Apr 12, 2026
Merged

build(deps): bump qsv-stats from 0.48.1 to 0.48.2#3702
jqnatividad merged 1 commit into
masterfrom
dependabot/cargo/qsv-stats-0.48.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 12, 2026

Copy link
Copy Markdown
Contributor

Bumps qsv-stats from 0.48.1 to 0.48.2.

Release notes

Sourced from qsv-stats's releases.

0.48.2

Bug Fixes

  • Preserve Eq impl for Unsorted<f64> via Partial<T> bound
  • Fix serde invariant — skip sorted cache flag during serialization
  • Manual PartialEq impl to compare logical contents only

Performance

  • Remove unnecessary FMA (mul_add(val, 0.0) → plain multiply) in Gini calculation

Hardening

  • Document Partial<T> Ord safety invariants and NaN behavior
  • Add NaN/Inf edge case tests for OnlineStats, MinMax, and Unsorted

Chore

  • Add serena config files
  • Use cargo add in README installation instructions
Commits
  • 7bba222 0.48.2 release
  • 5944696 Merge pull request #20 from dathere/codereview-20260412
  • 174056a fix: preserve Eq impl for Unsorted<f64> via Partial<T> bound
  • 3523d08 fix: address Copilot round 2 — manual PartialEq, doc accuracy, NaN test
  • 3df16d4 fix: address Copilot review — serde skip, Ord doc accuracy, NaN test precision
  • 85ecb4c fix: assert NaN result in gini infinity test
  • d513183 fix: address review findings on Partial<T> docs, NaN test, gini test
  • 7a47289 perf: unnecessary FMA
  • e1a5afc chore: add serena config files
  • 3afa647 harden: fix serde invariant, document Partial<T> safety, add NaN/Inf tests
  • See full diff 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 [qsv-stats](https://github.com/dathere/qsv-stats) from 0.48.1 to 0.48.2.
- [Release notes](https://github.com/dathere/qsv-stats/releases)
- [Commits](dathere/qsv-stats@0.48.1...0.48.2)

---
updated-dependencies:
- dependency-name: qsv-stats
  dependency-version: 0.48.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 12, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@jqnatividad jqnatividad merged commit b4f564a into master Apr 12, 2026
16 checks passed
@jqnatividad jqnatividad deleted the dependabot/cargo/qsv-stats-0.48.2 branch April 12, 2026 13:56
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant