[ANNOUNCE] Apache DataSketches-python 5.0.1 Released

2024-03-22 Thread Jon Malkin
Hello Apache DataSketches community, We are pleased to have released DataSketches-python 5.0.1. (This happened in early February but I realized I never sent an announcement email.) This is the first stand-alone python release and comes with a number of changes: * Vastly improved API documentation

Re: [E] [VOTE] Release Apache DataSketches-java 5.0.2-rc1

2024-03-22 Thread Lee Rhodes
+1 - asc, sha512 checked - checked out the 5.0.2-rc1 tag at commit ba29502 and mvn test works fine. (The original git hash was incorrect, but Jon has corrected that.) - also checked the git-properties file in the actual 5.0.2-src.zip file on /dist/ = ba29502. - NOTICE & LICENSE look fine. On We

Re: [E] [VOTE] Release Apache DataSketches-java 5.0.2-rc1

2024-03-22 Thread Jon Malkin
Apologies, Lee pointed out that the correct git hash for this release should be: ba29502062bbc543f819d9bc7a23829515bf2ac9 The provided links all point to the correct tag. jon On Wed, Mar 20, 2024 at 2:06 PM Alexander Saydakov wrote: > +1 > > - package looks good, with notice, license and oth

[PR] Split Serde/Comparator/Hasher and add reverse KLL order test [datasketches-go]

2024-03-22 Thread via GitHub
freakyzoidberg opened a new pull request, #20: URL: https://github.com/apache/datasketches-go/pull/20 Rework of https://github.com/apache/datasketches-go/pull/19 1. ItemSketch are now configured with one or more of ItemSketchSerde, ItemSketchComparator and ItemSketcherHasher depending