Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@jonhoo jonhoo released this 24 Oct 17:40
· 210 commits to main since this release
v6.0.0
0290f68

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.