Skip to content

Releases: quantumtunneling/T-Digest.NET

Negative Percentile Bug Fix

21 Apr 00:42

Choose a tag to compare

There were situations in which negative percentiles could be returned by the Quantile() method due to a bug. This has been fixed.

Strong name signing

09 Apr 21:41
2287b9e

Choose a tag to compare

Merge pull request #3 from yitzhaks/master

Add Strong Name signing

Bug Fixes

28 Sep 23:33

Choose a tag to compare

  1. Fixed bug where Min/Max were not serialized
  2. Fixed bug where an estimated quantile could in some cases be larger than the Max value added

Release

23 Jun 07:06

Choose a tag to compare

Initial release, includes support for calculating percentiles, average, min, max, merging and serialization.

Beta

17 Jun 04:52

Choose a tag to compare

Added support for Serialization/Deserialization, fixed some bugs

Initial Release

13 Jun 22:18

Choose a tag to compare

Initial Release Pre-release
Pre-release
v0.1-apha

Add Normal Distribution Test, Cleanup Code