Re: [VOTE] Release Apache DataSketches-java 6.2.0-RC1

2025-01-10 Thread Jon Malkin
+1 (binding) - checksum and signatures are good (including /maven subdir) - LICENSE and NOTICE are ok, although we should probably change the year to 2025 in the latter if there's another release needed - clean build and tests on java 8, 11, and fails with 17 (expected) jon On Fri, Jan 10, 202

[VOTE] Release Apache DataSketches-java 6.2.0-RC1

2025-01-10 Thread Lee Rhodes
NOTE: This is a retrograde release to fix a bug for the 6.X version of DataSketches-java that supports Java 8 and 11. This same bug fix will also be applied to the 7.X version of DataSketches-java that supports Java 17. This adds to the TDigest sketch getPMF(..) and getCDF(..) functionality, which

Re: [PR] fixed problems introduced while resolving a conflict [datasketches-spark]

2025-01-10 Thread via GitHub
jmalkin merged PR #11: URL: https://github.com/apache/datasketches-spark/pull/11 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@dataske

[PR] fixed problems introduced while resolving a conflict [datasketches-spark]

2025-01-10 Thread via GitHub
AlexanderSaydakov opened a new pull request, #11: URL: https://github.com/apache/datasketches-spark/pull/11 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [VOTE] Release Apache DataSketches-cpp-5.2.0-rc1

2025-01-10 Thread Jon Malkin
+1 (binding) * Valid signature/shasum * LICENSE and NOTICE are good * Compiled cleanly, all tests passed jon On Fri, Jan 10, 2025 at 11:49 AM Alexander Saydakov wrote: > > Hello Apache DataSketches PMC and Community, > > > This is a call for vote to release Apache DataSketches-cpp candidate v

Re: [PR] Theta functions [datasketches-spark]

2025-01-10 Thread via GitHub
AlexanderSaydakov merged PR #7: URL: https://github.com/apache/datasketches-spark/pull/7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...

Re: [PR] Theta functions [datasketches-spark]

2025-01-10 Thread via GitHub
AlexanderSaydakov commented on PR #7: URL: https://github.com/apache/datasketches-spark/pull/7#issuecomment-2584975473 Now we have a conflict. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] Theta functions [datasketches-spark]

2025-01-10 Thread via GitHub
AlexanderSaydakov commented on PR #7: URL: https://github.com/apache/datasketches-spark/pull/7#issuecomment-2584975368 Yes, this is work in progress. We will need to brush this up quite a bit. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] Renaming [datasketches-spark]

2025-01-10 Thread via GitHub
jmalkin merged PR #10: URL: https://github.com/apache/datasketches-spark/pull/10 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@dataske

Re: [PR] Kll merge [datasketches-spark]

2025-01-10 Thread via GitHub
jmalkin merged PR #9: URL: https://github.com/apache/datasketches-spark/pull/9 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@datasketc

[PR] t-digest changes [datasketches-python]

2025-01-10 Thread via GitHub
jmalkin opened a new pull request, #58: URL: https://github.com/apache/datasketches-python/pull/58 * add get_PMF and get_CDF to t-digest wrapper * add t-digest docs * update tdigestt merge to const input I updated NOTICE and removed some now-outdated stuff from KLL docs, too.

[VOTE] Release Apache DataSketches-cpp-5.2.0-rc1

2025-01-10 Thread Alexander Saydakov
Hello Apache DataSketches PMC and Community, This is a call for vote to release Apache DataSketches-cpp candidate version 5.2.0-rc1 Changes from the previous release: - Implemented Bloom filter - Added get_PMF() and get_CDF() methods to t-digest - Fixed a bug in Theta sketch compress