Skip to content

Bump histogram from 0.6.9 to 1.4.1#4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/histogram-1.4.1
Open

Bump histogram from 0.6.9 to 1.4.1#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/histogram-1.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps histogram from 0.6.9 to 1.4.1.

Release notes

Sourced from histogram's releases.

v1.4.1

What's Changed

Full Changelog: iopsystems/histogram@v1.4.0...v1.4.1

v1.3.1

What's Changed

Full Changelog: iopsystems/histogram@v1.3.0...v1.3.1

v1.3.0

What's Changed

Full Changelog: iopsystems/histogram@v1.2.0...v1.3.0

v1.2.0

What's Changed

Full Changelog: iopsystems/histogram@v1.1.0...v1.2.0

v1.1.0

What's Changed

New Contributors

Full Changelog: iopsystems/histogram@v1.0.0...v1.1.0

v1.0.0

What's Changed

... (truncated)

Changelog

Sourced from histogram's changelog.

[1.4.1] - 2026-05-19

Added

  • Midpoint-based mean() on the borrowed CumulativeROHistogramRef / CumulativeROHistogram32Ref views. The mean is stored on the view (computed once at construction, or carried over from the owned histogram's cached value), so mean() is a cheap field access exposed just like count() — no per-call streaming computation — letting a zero-alloc reducer fold it in directly. Returns None for an empty histogram.

Changed

  • CumulativeROHistogramRef / CumulativeROHistogram32Ref no longer implement Eq (they now carry an f64 mean); PartialEq is retained.

[1.4.0] - 2026-05-19

Added

  • Midpoint-based mean() on CumulativeROHistogram / CumulativeROHistogram32 — the mean of all observations, estimated from bucket midpoints, computed once at construction time across from_parts, From<&Histogram>, and From<&SparseHistogram>. Returns None for an empty histogram.

Changed

  • CumulativeROHistogram / CumulativeROHistogram32 no longer implement Eq (they now store an f64 mean); PartialEq is retained. The borrowed *Ref view types are unaffected.

[1.3.1] - 2026-04-29

Added

  • CumulativeROHistogramRef<'a> / CumulativeROHistogram32Ref<'a> and SparseHistogramRef<'a> / SparseHistogram32Ref<'a> — borrowed views over histogram storage that mirror the read-only API surface of the owned types. Lets columnar consumers compute quantiles directly off &[u32] slices without per-snapshot allocation or revalidation.
  • from_parts_unchecked constructor on each ref type for hot-path use where invariants are already known to hold; from_parts validates as before.
  • as_ref() on CumulativeROHistogram* and SparseHistogram* returning the matching ref view; From<&Owned> for OwnedRef<'_> for trait-based conversion.
  • SampleQuantiles impl on each ref type.

[1.3.0] - 2026-04-29

Added

... (truncated)

Commits

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 [histogram](https://github.com/iopsystems/histogram) from 0.6.9 to 1.4.1.
- [Release notes](https://github.com/iopsystems/histogram/releases)
- [Changelog](https://github.com/iopsystems/histogram/blob/main/CHANGELOG.md)
- [Commits](https://github.com/iopsystems/histogram/commits/v1.4.1)

---
updated-dependencies:
- dependency-name: histogram
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jun 11, 2026
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