github apache/datasketches-cpp 5.0.0
datasketches-cpp-5.0.0

latest releases: 5.2.0, 5.2.0-rc1, 5.1.0...
22 months ago

This is a major release due to separation of Python part of the library into its own repository datasketches-python, which can potentially be API-breaking for somebody. We also took this opportunity to do some other possibly API-breaking cleanup.

  • moved all Python-related code to new datasketches-python repository
  • finished moving public constants to separate namespaces
  • removed deprecated methods (such as get_quantiles())
  • generalized array_of_doubles sketch as array_tuple_sketch
  • implemented new EB-PPS sketch (exact PPS sampling with bounded sample size)
  • fixed slowness in Theta intersection
  • fixed incompatibility of serialized empty frequent items sketches with Java

Don't miss a new datasketches-cpp release

NewReleases is sending notifications on new releases.