Hello All,

*About DataSketches-Java*
This is the core Java component of the DataSketches library that includes
all the sketch algorithms in production-ready packages. These sketches can
be called directly from this component or used in conjunction with the
adaptor components such as Hadoop Pig, Hadoop Hive, or the aggregator
adaptors built into Apache Druid.

*Summary*
This is a major release that had two major goals:

   - Remove the dependency on the DataSketches-Memory component and use FFM
   instead. As a result, overall performance has improved and the library has
   no runtime dependencies.
   - Align public sketch class names so that the sketch family name is part
   of the class name. This improves the overall consistency of the names of
   major sketch classes and eliminates name conflicts across the different
   sketches.

For more details, please see the release notes
<https://github.com/apache/datasketches-java/releases/tag/9.0.0>.

*Links*

   - *DataSketches Download Site:*
   https://datasketches.apache.org/docs/Community/Downloads.html
   - *Javadocs*
   https://apache.github.io/datasketches-java/9.0.0/
   - *Releases*
   https://github.com/apache/datasketches-java/releases
   - *Developer build and test documentation:*
   https://github.com/apache/datasketches-java/blob/9.0.0/README.md
   - *DataSketches Website*
   https://datasketches.apache.org

Thank you to the PMC members and community for taking the time to review
this release!

Lee.
[email protected]

Reply via email to