Skip to content

Releases: ndx-technologies/tdigest

v0.2.0

17 Mar 09:31
Compare
Choose a tag to compare
  • added Mul()
  • renamed Add() -> Insert()

v0.1.2

10 Mar 11:01
Compare
Choose a tag to compare
  • fix: single value tdigest has min equal to value

v0.1.1

10 Mar 09:58
Compare
Choose a tag to compare
  • IsZero

v0.1.0

10 Mar 09:21
Compare
Choose a tag to compare
  • basic algorithm
  • float32 and int32
  • binary encoding
  • tests
  • fuzz tests
  • benchmarks