Skip to content

Minor release of go-tdigest

Compare
Choose a tag to compare
@caio caio released this 13 Nov 08:00
· 20 commits to master since this release
v2.3.0

This release introduces support for configuring the deserialized
digest when using tdigest.FromBytes

Right now this is mostly useful for configuring the RNG the
digest will use, for example:

t1, err := tdigest.FromBytes(payload, tdigest.LocalRandomNumberGenerator(42))