Skip to content

Commit 0290f68

Browse files
committed
Release 6.0.0
This release has a couple of backwards-incompatible changes: - the old `len()` is now `distinct_values()` - the new `len()` is the old `count()` (which is deprecated) - `IterationValue::value` became `value_iterated_to` Some other API changes: - iterator values gained `quantile_iterated_to()` - `Histogram` gained `is_empty()` Behind the scenes: - #67 and #68 landed a number of fixes to iterators such that the produced values are more correct and sensible. - errors were moved into their own module.
1 parent 6f99560 commit 0290f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hdrsample"
3-
version = "5.1.0"
3+
version = "6.0.0"
44

55
description = "A port of HdrHistogram to Rust"
66
readme = "README.md"

0 commit comments

Comments
 (0)