Skip to content

v0.9.0

Compare
Choose a tag to compare
@oertl oertl released this 02 Apr 15:41
· 454 commits to main since this release
01cf0d5

New features:

  • implementation of ImoHash algorithm useful for file hashing
  • implementation of JumpHash for distributed agreement
  • added HashValue128.toByteArray and HashValue128.toString

Bug fixes:

  • fixed bug in martingale estimator for UltraLogLog affecting distinct counts >= 10^15
  • fixed bug in ML estimator for HyperLogLog affecting distinct counts >= 10^15

Incompatible changes:

  • removed HyperLogLog.SMALL_RANGE_CORRECTED_RAW_ESTIMATOR (use HyperLogLog.CORRECTED_RAW_ESTIMATOR instead)

Full Changelog: v0.8.0...v0.9.0