Skip to content

Releases: castle/tdigest

Release v0.2.1

18 Aug 21:10
0.2.1
be056cc
Compare
Choose a tag to compare

What's Changed

  • Bump rbtree3 to v0.7.1 by @opti in #14

Full Changelog: 0.2.0...0.2.1

Ruby T-Digest 0.1.1

07 Oct 11:08
Compare
Choose a tag to compare

Changes

  • Performance improvements. More efficient merge! operation

Ruby T-Digest 0.1.0

19 Jan 07:44
Compare
Choose a tag to compare

Features

  • Ability to add two tdigests using + operator or merge to existing using merge! method (@bwahlgreen)
  • Autimatically compress! when above threshold, as per Java implementation. (@bwahlgreen)

Changes

  • size now reports number of observations instead of number of centroids. If you want number of centroids you call centroids.size instead.

Ruby T-Digest 0.0.4

19 Jan 07:39
Compare
Choose a tag to compare

Features

  • Implemented byte serialization (as_bytes and as_small_bytes) according to Java implementation

Ruby T-Digest 0.0.3

07 Dec 09:44
Compare
Choose a tag to compare

Performance improvements

Ruby T-Digest 0.0.2

22 Nov 17:10
Compare
Choose a tag to compare

Bugfixes

  • Fixed error where percentile would crash when there was only one value in the set (2986018)