This release has a couple of backwards-incompatible changes:
- the old
len()
is nowdistinct_values()
- the new
len()
is the oldcount()
(which is deprecated) IterationValue::value
becamevalue_iterated_to
Some other API changes:
- iterator values gained
quantile_iterated_to()
Histogram
gainedis_empty()
Behind the scenes: