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.
*NOTES:* - This is a retrograde release to fix a bug for the 6.X version of DataSketches-java that supports Java 8 and 11. - This version adds getPMF(..) and getCDF(..) functionality to the TDigest sketch, which didn't exist at the time 6.1.1 was released. - This version cleans up a number of minor Javadoc issues. *LINKS*: - *DataSketches Download Site:* https://datasketches.apache.org/docs/Community/Downloads.html - *Javadocs:* https://apache.github.io/datasketches-java/6.2.0/ - *Releases:* https://github.com/apache/datasketches-java/releases - *Developer build and test documentation:* https://github.com/apache/datasketches-java/blob/6.2.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! And a special "Thank You" to @frankgrimes97 for his considerable contributions to this release. Lee. lee...@apache.org