Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump qsv-stats from 0.22.0 to 0.23.0 #2339

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2024

Bumps qsv-stats from 0.22.0 to 0.23.0.

Release notes

Sourced from qsv-stats's releases.

0.23.0

qsv-stats 0.23.0 Release Notes

New Features

  • Added geometric mean calculation support
  • Added harmonic mean calculation support

Performance Improvements

  • Removed unnecessary bounds checks in median calculation on sorted data
  • Optimized quartiles calculation on sorted data
  • Reduced initial frequency map capacity from 10k to 1k for better memory usage
  • Added several performance-oriented frequency calculation helpers:
    • Added fast path for incrementing existing frequency values
    • Added optimized methods for frequency analysis without full sorting
    • Added efficient top_n() and bottom_n() methods for frequency counts

Code Quality

  • Updated minimum supported Rust version (MSRV) to 1.83
  • Fixed various Clippy warnings:
    • Removed unnecessary map_or usage
    • Applied suggested if_not_else patterns
    • Added const qualifiers where appropriate
    • Fixed option_if_else patterns
    • Improved other miscellaneous Clippy suggestions

Internal Changes

  • Refactored frequency sampling implementation
  • Added additional frequency helper methods:
    • items_with_count()
    • total_count()
    • has_count()
  • Improved code organization and documentation

Dependencies

  • No breaking changes to external dependencies
Commits
  • 5da6829 v0.23.0 release
  • d8cfa28 clippy::option_if_else
  • 6f8fd0e clippy fix
  • 45f3ea7 refactor: added several perf-oriented frequency helpers
  • a174f03 refactor frequency sampling
  • 3f31e51 refactor: 10k is too large for speculative preallocation; make it 1k
  • 09a7ddd clippy::missing_const_for_fn
  • 0141b9d clippy::unnecessary_map_or
  • 41854c1 feat: add harmonic_mean and geometric_mean
  • c0f2bf0 refactor: quartiles_on_sorted
  • 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/jqnatividad/qsv-stats) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/jqnatividad/qsv-stats/releases)
- [Commits](dathere/qsv-stats@0.22.0...0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2024

Superseded by #2341.

@dependabot dependabot bot closed this Dec 8, 2024
@dependabot dependabot bot deleted the dependabot/cargo/qsv-stats-0.23.0 branch December 8, 2024 16:36
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.

0 participants