Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jonhoo committed Oct 24, 2017
1 parent 6f99560 commit 0290f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdrsample"
version = "5.1.0"
version = "6.0.0"

description = "A port of HdrHistogram to Rust"
readme = "README.md"
Expand Down

0 comments on commit 0290f68

Please sign in to comment.