github-actions
released this
12 Oct 16:09
·
3 commits
to refs/heads/master
since this release
Changes
- Added allocation check for td_init (#27)
- Initial min/max range from -DBL_MAX to +DBL_MAX (#20)
- support for older OSes (#19)
- T-Digest weights are now long long (#29)
- double-precision overflow detection on h->unmerged_weight (#26)
- Enabling CI google benchmark micro-benchmarks (#25)
- Added td_quantiles() API (#24)
- Added trimmed mean and symetric trimmed mean implementations and tests (#22)
- Performance improvements: moving from data organized in an Array of Structures (AoS) to an organization of Stucture of Arrays (SoA) (#5)
- Detect and handle floating point infinity operations on td_add and td_merge (#28)