Skip to content

v0.5.0

Compare
Choose a tag to compare
@erikerlandson erikerlandson released this 15 Sep 16:55
· 9 commits to develop since this release
e7d3136

This release is a substantial reorganization relative to previous releases, including two major changes:

  • Spark aggregators are now based on a faster java implementation of t-digest
  • The aggregators make use of improved user defined aggregation API starting in 3.0

Some of the object paths have changed to adapt to the Spark API. Refer to the examples on the main README page.

If you want to use the TDigest aggregations involving Data Frame schema with Array types, you will need Spark 3.0.1 or higher.