Skip to content

Version 0.4.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 16:09
· 3 commits to refs/heads/master since this release
9dcd73d

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)