Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2025

Bumps qsv-stats from 0.40.0 to 0.41.0.

Release notes

Sourced from qsv-stats's releases.

0.41.0

qsv-stats 0.41.0 Release Notes

🚀 What's New

Performance Improvements

Unsorted Module Optimizations

  • Enhanced performance of unsorted statistical calculations with targeted optimizations
  • Reduced unnecessary cloning operations for better memory efficiency

MinMax Module Improvements

  • Optimized add() method by reducing unnecessary cloning operations

Code Refactoring

Online Statistics Recursion

  • Refactored online statistics module to improve code organization and maintainability
  • Removed unconditional recursion for more efficient statistical computations

Testing Enhancements

Improved Test Coverage

  • Added comprehensive test coverage for stddev, variance, and mean wrapper functions
  • Enhanced test suite to ensure reliability across statistical operations

🔧 Code Quality & Maintenance

Documentation

  • Updated implementation comments for better code clarity

Code Cleanup

  • Applied rustfmt formatting for consistent code style
  • Removed unnecessary allow(unconditional_recursion) attribute

📊 What's Changed

This release focuses on performance microoptimizations and code quality improvements. The key enhancements include targeted performance improvements in the unsorted and minmax modules, better test coverage for wrapper functions, and improved code organization through careful refactoring.

Several optimization attempts were reverted after benchmarking revealed they didn't provide the expected performance benefits, demonstrating a commitment to evidence-based optimization.

New Contributors

Full Changelog: dathere/qsv-stats@0.40.0...0.41.0

Commits
  • 7343b60 0.41 release
  • c175a73 Merge pull request #9 from dathere/online-refactor-recursion
  • 003a427 chore: remove allow(unconditional_recursion)
  • cf5344f chore: rust fmt
  • 28ed8c0 Merge pull request #10 from dathere/copilot/sub-pr-9
  • cac924d Add test coverage for stddev, variance, and mean wrapper functions
  • ca36b39 Initial plan
  • 4e24f70 refactor: online recursion
  • ddcf948 Merge pull request #8 from dathere/nov2025-optimizations
  • 7881f48 Revert "refactor: online"
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.40.0 to 0.41.0.
- [Release notes](https://github.com/dathere/qsv-stats/releases)
- [Commits](dathere/qsv-stats@0.40.0...0.41.0)

---
updated-dependencies:
- dependency-name: qsv-stats
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Nov 30, 2025
@jqnatividad jqnatividad merged commit db1bdc9 into master Nov 30, 2025
16 of 17 checks passed
@jqnatividad jqnatividad deleted the dependabot/cargo/qsv-stats-0.41.0 branch November 30, 2025 03:08
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.

2 participants