You are viewing a plain text version of this content. The canonical link for it is here.
- (datasketches-java) branch 5.0.X-backport created (now 14cf83b4) - posted by jm...@apache.org on 2024/03/01 04:29:52 UTC, 0 replies.
- (datasketches-java) 01/07: All except 2 of the fixes here were security related fixes to harden our classes against "finalizer attacks". - posted by jm...@apache.org on 2024/03/01 04:29:53 UTC, 0 replies.
- (datasketches-java) 02/07: Just want to see if this fixes the CodeQL issue with /tuple/QuickSelectSketch - posted by jm...@apache.org on 2024/03/01 04:29:54 UTC, 0 replies.
- (datasketches-java) 03/07: Changes required to remove vulnerabilities to Finalize Attacks and satisfy SpotBugs warnings. - posted by jm...@apache.org on 2024/03/01 04:29:55 UTC, 0 replies.
- (datasketches-java) 04/07: Removed commented-out code - posted by jm...@apache.org on 2024/03/01 04:29:56 UTC, 0 replies.
- (datasketches-java) 05/07: While reviewing these changes again, I found some commented out lines that could be removed and some unnecessary minor changes that could be reverted. - posted by jm...@apache.org on 2024/03/01 04:29:57 UTC, 0 replies.
- (datasketches-java) 06/07: Fixing issues raised in PR review. - posted by jm...@apache.org on 2024/03/01 04:29:58 UTC, 0 replies.
- (datasketches-java) 07/07: backport security fixes PR so we can create a 5.0.2 release - posted by jm...@apache.org on 2024/03/01 04:29:59 UTC, 0 replies.
- [PR] 5.0.x backport (datasketches-java) - posted by "jmalkin (via GitHub)" <gi...@apache.org> on 2024/03/01 04:30:50 UTC, 2 replies.
- Re: [PR] Bloom Filter (datasketches-java) - posted by "AlexanderSaydakov (via GitHub)" <gi...@apache.org> on 2024/03/01 07:49:10 UTC, 3 replies.
- Re: [PR] Changes based on review (datasketches-java) - posted by "jmalkin (via GitHub)" <gi...@apache.org> on 2024/03/01 17:36:43 UTC, 0 replies.
- (datasketches-java) branch bloom updated (275cf228 -> 23a212bc) - posted by jm...@apache.org on 2024/03/01 17:36:46 UTC, 0 replies.
- (datasketches-java) branch bloom_review_changes deleted (was 528a0759) - posted by jm...@apache.org on 2024/03/01 17:36:50 UTC, 0 replies.
- (datasketches-cpp) branch tdigest created (now 2c7d2b2) - posted by al...@apache.org on 2024/03/02 00:48:42 UTC, 0 replies.
- (datasketches-cpp) 01/01: default k=200, special single value serialization format - posted by al...@apache.org on 2024/03/02 00:48:43 UTC, 0 replies.
- [PR] default k=200, special single value serialization format [datasketches-cpp] - posted by "AlexanderSaydakov (via GitHub)" <gi...@apache.org> on 2024/03/02 00:49:57 UTC, 2 replies.
- (datasketches-java) branch tdigest updated (1c878746 -> ef29bcd8) - posted by al...@apache.org on 2024/03/02 00:51:47 UTC, 0 replies.
- (datasketches-website) branch Update_Large_Scale_doc created (now 9c1917a9) - posted by le...@apache.org on 2024/03/02 22:04:15 UTC, 0 replies.
- (datasketches-website) 01/01: Update LargeScale.md - posted by le...@apache.org on 2024/03/02 22:04:16 UTC, 0 replies.
- (datasketches-website) branch Update_Large_Scale_doc updated (9c1917a9 -> 85829d9d) - posted by le...@apache.org on 2024/03/02 22:37:34 UTC, 0 replies.
- (datasketches-website) branch Update_Large_Scale_doc updated (85829d9d -> e8aa1392) - posted by le...@apache.org on 2024/03/02 22:55:17 UTC, 0 replies.
- (datasketches-website) branch master updated (ab7b3d9e -> 68ed20b1) - posted by le...@apache.org on 2024/03/02 23:01:42 UTC, 0 replies.
- (datasketches-website) 01/01: Merge pull request #163 from apache/Update_Large_Scale_doc - posted by le...@apache.org on 2024/03/02 23:01:43 UTC, 0 replies.
- (datasketches-website) branch Update_Large_Scale_doc deleted (was e8aa1392) - posted by le...@apache.org on 2024/03/02 23:01:48 UTC, 0 replies.
- (datasketches-website) branch asf-site updated: Automatic Site Publish by Buildbot - posted by gi...@apache.org on 2024/03/02 23:02:00 UTC, 5 replies.
- Re: [I] Implement t-Digest [datasketches-cpp] - posted by "tdunning (via GitHub)" <gi...@apache.org> on 2024/03/03 07:46:58 UTC, 3 replies.
- (datasketches-website) branch a_few_typos created (now 1e08d9ea) - posted by le...@apache.org on 2024/03/03 19:08:30 UTC, 0 replies.
- (datasketches-website) 01/01: Fixed minor Typos. - posted by le...@apache.org on 2024/03/03 19:08:31 UTC, 0 replies.
- Re: [PR] Improvements realized while analyzing Issue 514 (datasketches-java) - posted by "jmalkin (via GitHub)" <gi...@apache.org> on 2024/03/04 07:43:01 UTC, 4 replies.
- (datasketches-website) branch a_few_typos updated (1e08d9ea -> 25837e6d) - posted by le...@apache.org on 2024/03/04 18:54:04 UTC, 0 replies.
- (datasketches-website) branch master updated (68ed20b1 -> db9552f8) - posted by le...@apache.org on 2024/03/04 19:08:04 UTC, 0 replies.
- (datasketches-website) 01/01: Merge pull request #164 from apache/a_few_typos - posted by le...@apache.org on 2024/03/04 19:08:05 UTC, 0 replies.
- (datasketches-java) branch tdigest updated (ef29bcd8 -> e76a6564) - posted by al...@apache.org on 2024/03/04 20:57:13 UTC, 0 replies.
- Re: [I] Possible improvement for quick isEmpty check on sketches (datasketches-java) - posted by "leerho (via GitHub)" <gi...@apache.org> on 2024/03/05 01:45:12 UTC, 1 replies.
- Re: [I] KLL improperly sensitive to merge ordering (datasketches-java) - posted by "leerho (via GitHub)" <gi...@apache.org> on 2024/03/05 01:49:24 UTC, 1 replies.
- Re: [I] Allow UpdateSketch#update to take a byte array slice (datasketches-java) - posted by "leerho (via GitHub)" <gi...@apache.org> on 2024/03/05 18:19:32 UTC, 8 replies.
- Re: [PR] TDigest (datasketches-java) - posted by "jmalkin (via GitHub)" <gi...@apache.org> on 2024/03/05 20:37:34 UTC, 7 replies.
- (datasketches-java) branch tdigest updated (e76a6564 -> 3c595247) - posted by al...@apache.org on 2024/03/05 23:01:46 UTC, 0 replies.
- (datasketches-java) branch master updated (5fa9312c -> 5ffcaaa4) - posted by al...@apache.org on 2024/03/06 01:15:15 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #511 from apache/tdigest - posted by al...@apache.org on 2024/03/06 01:15:16 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@5ffcaaa4342fd555ceb72a2abddeb50cf2264011 🚀 - posted by gi...@apache.org on 2024/03/06 01:15:48 UTC, 0 replies.
- (datasketches-go) branch main updated (5d83b95 -> c3b63b3) - posted by al...@apache.org on 2024/03/06 01:53:54 UTC, 0 replies.
- (datasketches-go) 01/01: Merge pull request #16 from freakyzoidberg/pierre.lacave/add-kll-cross-lang-serde-test - posted by al...@apache.org on 2024/03/06 01:53:55 UTC, 0 replies.
- (datasketches-java) branch tdigest updated: better assertion - posted by al...@apache.org on 2024/03/06 03:08:16 UTC, 0 replies.
- [PR] better assertion (datasketches-java) - posted by "AlexanderSaydakov (via GitHub)" <gi...@apache.org> on 2024/03/06 03:08:39 UTC, 1 replies.
- (datasketches-java) branch debug_issue_514 updated (ab41c7de -> 88dd9428) - posted by le...@apache.org on 2024/03/06 03:22:46 UTC, 0 replies.
- (datasketches-java) branch master updated (5ffcaaa4 -> ee09552e) - posted by le...@apache.org on 2024/03/06 03:30:29 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #516 from apache/debug_issue_514 - posted by le...@apache.org on 2024/03/06 03:30:30 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@ee09552e711b369a3b8bf512792b53ba66c2202e 🚀 - posted by gi...@apache.org on 2024/03/06 03:31:04 UTC, 0 replies.
- (datasketches-java) branch minor_changes_to_boundsRule deleted (was bae6ab5b) - posted by le...@apache.org on 2024/03/06 05:00:24 UTC, 0 replies.
- (datasketches-java) branch debug_issue_514 deleted (was 88dd9428) - posted by le...@apache.org on 2024/03/06 05:01:15 UTC, 0 replies.
- Re: [I] Determinism [datasketches-cpp] - posted by "jmalkin (via GitHub)" <gi...@apache.org> on 2024/03/06 05:39:10 UTC, 3 replies.
- (datasketches-cpp) branch master updated (5bf5a9f -> d9b762c) - posted by jm...@apache.org on 2024/03/06 05:40:07 UTC, 0 replies.
- (datasketches-cpp) 01/01: Merge pull request #425 from apache/tdigest - posted by jm...@apache.org on 2024/03/06 05:40:08 UTC, 0 replies.
- (datasketches-cpp) branch tdigest deleted (was 2c7d2b2) - posted by jm...@apache.org on 2024/03/06 05:40:10 UTC, 0 replies.
- (datasketches-java) branch bloom updated (23a212bc -> 5bec7130) - posted by jm...@apache.org on 2024/03/06 17:20:06 UTC, 0 replies.
- (datasketches-cpp) branch tdigest created (now 4f97a50) - posted by al...@apache.org on 2024/03/06 18:42:53 UTC, 0 replies.
- (datasketches-cpp) 01/01: cross-language test - posted by al...@apache.org on 2024/03/06 18:42:54 UTC, 0 replies.
- [PR] tdigest cross-language test [datasketches-cpp] - posted by "AlexanderSaydakov (via GitHub)" <gi...@apache.org> on 2024/03/06 18:43:38 UTC, 2 replies.
- (datasketches-java) branch 5.0.X updated (b50100d9 -> 4a020cce) - posted by jm...@apache.org on 2024/03/06 19:46:37 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #517 from apache/5.0.X-backport - posted by jm...@apache.org on 2024/03/06 19:46:38 UTC, 0 replies.
- (datasketches-java) branch 5.0.X-backport deleted (was 14cf83b4) - posted by jm...@apache.org on 2024/03/06 19:46:45 UTC, 0 replies.
- (datasketches-java) branch copy_changes_from_Kll_Doubles_to_Floats_Items created (now 05924fb1) - posted by le...@apache.org on 2024/03/06 22:56:36 UTC, 0 replies.
- (datasketches-java) 01/02: copying changes from KLL doubles to KLL floats. - posted by le...@apache.org on 2024/03/06 22:56:37 UTC, 0 replies.
- (datasketches-java) 02/02: Restore comment. - posted by le...@apache.org on 2024/03/06 22:56:38 UTC, 0 replies.
- [PR] Copy changes from kll doubles to floats items (datasketches-java) - posted by "leerho (via GitHub)" <gi...@apache.org> on 2024/03/06 23:02:22 UTC, 1 replies.
- (datasketches-java) branch master updated (ee09552e -> bfa80fee) - posted by al...@apache.org on 2024/03/07 00:59:49 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #518 from apache/tdigest - posted by al...@apache.org on 2024/03/07 00:59:50 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@bfa80fee645d0fb017d5a993ac5940066866a0ab 🚀 - posted by gi...@apache.org on 2024/03/07 01:00:22 UTC, 0 replies.
- (datasketches-java) branch tdigest updated: style fixes - posted by al...@apache.org on 2024/03/07 01:13:24 UTC, 0 replies.
- [PR] style fixes (datasketches-java) - posted by "AlexanderSaydakov (via GitHub)" <gi...@apache.org> on 2024/03/07 01:14:48 UTC, 3 replies.
- (datasketches-java) branch fix_old_spot_bugs_issues created (now 9e694537) - posted by le...@apache.org on 2024/03/07 02:20:40 UTC, 0 replies.
- (datasketches-java) 01/01: Fixing SpotBugs exclusions in the /tools/FindBugsExcludeFilter.xml. - posted by le...@apache.org on 2024/03/07 02:20:41 UTC, 0 replies.
- [PR] Fixing SpotBugs exclusions in the /tools/FindBugsExcludeFilter.xml. (datasketches-java) - posted by "leerho (via GitHub)" <gi...@apache.org> on 2024/03/07 02:22:06 UTC, 3 replies.
- (datasketches-java) branch bloom updated (5bec7130 -> 553f9e9b) - posted by jm...@apache.org on 2024/03/07 02:49:28 UTC, 0 replies.
- (datasketches-java) branch bloom updated (553f9e9b -> 33a0f75a) - posted by jm...@apache.org on 2024/03/07 05:17:43 UTC, 0 replies.
- (datasketches-java) branch bloom updated (33a0f75a -> ff0d803a) - posted by jm...@apache.org on 2024/03/07 08:00:39 UTC, 0 replies.
- (datasketches-java) branch master updated (bfa80fee -> db9b69f5) - posted by al...@apache.org on 2024/03/07 17:03:51 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #520 from apache/tdigest - posted by al...@apache.org on 2024/03/07 17:03:52 UTC, 0 replies.
- (datasketches-java) branch tdigest deleted (was e8146502) - posted by al...@apache.org on 2024/03/07 17:03:54 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@db9b69f5093ffec93c8a92c3e0b8aa5c7589d19c 🚀 - posted by gi...@apache.org on 2024/03/07 17:04:26 UTC, 0 replies.
- (datasketches-cpp) branch master updated (d9b762c -> e711563) - posted by al...@apache.org on 2024/03/07 17:43:50 UTC, 0 replies.
- (datasketches-cpp) 01/01: Merge pull request #426 from apache/tdigest - posted by al...@apache.org on 2024/03/07 17:43:51 UTC, 0 replies.
- (datasketches-cpp) branch tdigest deleted (was 4f97a50) - posted by al...@apache.org on 2024/03/07 17:43:57 UTC, 0 replies.
- (datasketches-java) branch tdigest created (now 9f77641b) - posted by al...@apache.org on 2024/03/07 18:56:55 UTC, 0 replies.
- (datasketches-java) 01/01: style fixes - posted by al...@apache.org on 2024/03/07 18:56:56 UTC, 0 replies.
- (datasketches-java) branch bloom updated (ff0d803a -> 00bfd54b) - posted by jm...@apache.org on 2024/03/07 19:20:28 UTC, 0 replies.
- (datasketches-java) branch bloom updated (00bfd54b -> 4b345525) - posted by jm...@apache.org on 2024/03/07 20:55:56 UTC, 0 replies.
- (datasketches-java) branch master updated (db9b69f5 -> c5db50c2) - posted by jm...@apache.org on 2024/03/07 21:02:00 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #513 from apache/bloom - posted by jm...@apache.org on 2024/03/07 21:02:01 UTC, 0 replies.
- (datasketches-java) branch bloom deleted (was 4b345525) - posted by jm...@apache.org on 2024/03/07 21:02:05 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@c5db50c2b2c2a4cb6132dd574d49413bfceed472 🚀 - posted by gi...@apache.org on 2024/03/07 21:02:29 UTC, 0 replies.
- (datasketches-cpp) branch gh-pages updated: deploy: d2f7031529c2bb1444063e1dc908cc63cc9c35b8 - posted by gi...@apache.org on 2024/03/07 21:09:47 UTC, 0 replies.
- (datasketches-cpp) branch gh-pages updated: deploy: 7934d4c680c0417154f91005e4eb6775a48292da - posted by gi...@apache.org on 2024/03/07 21:10:51 UTC, 0 replies.
- (datasketches-java) branch remove-basedir created (now e7056d8b) - posted by jm...@apache.org on 2024/03/07 21:45:30 UTC, 0 replies.
- (datasketches-java) 01/01: Comment out basedir from checkstyle config, which seems needed for VSCode compatibility - posted by jm...@apache.org on 2024/03/07 21:45:31 UTC, 0 replies.
- (datasketches-cpp) branch tdigest created (now 93a316c) - posted by al...@apache.org on 2024/03/07 22:04:39 UTC, 0 replies.
- (datasketches-cpp) 01/01: removed unused code - posted by al...@apache.org on 2024/03/07 22:04:40 UTC, 0 replies.
- [PR] removed unused code [datasketches-cpp] - posted by "AlexanderSaydakov (via GitHub)" <gi...@apache.org> on 2024/03/07 22:05:17 UTC, 2 replies.
- (datasketches-java) branch master updated (c5db50c2 -> 53e967b5) - posted by le...@apache.org on 2024/03/07 22:28:24 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #521 from apache/fix_old_spot_bugs_issues - posted by le...@apache.org on 2024/03/07 22:28:25 UTC, 0 replies.
- (datasketches-java) branch fix_old_spot_bugs_issues deleted (was 9e694537) - posted by le...@apache.org on 2024/03/07 22:28:28 UTC, 0 replies.
- (datasketches-java) branch master updated (53e967b5 -> 077ac982) - posted by le...@apache.org on 2024/03/07 22:28:52 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #519 from apache/copy_changes_from_Kll_Doubles_to_Floats_Items - posted by le...@apache.org on 2024/03/07 22:28:53 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@53e967b5112cf4fc8d0e7fd825bc91f648ef30a5 🚀 - posted by gi...@apache.org on 2024/03/07 22:28:55 UTC, 0 replies.
- (datasketches-java) branch copy_changes_from_Kll_Doubles_to_Floats_Items deleted (was 05924fb1) - posted by le...@apache.org on 2024/03/07 22:28:58 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@077ac982a4f8995f5871f797ff9704fa18daa440 🚀 - posted by gi...@apache.org on 2024/03/07 22:29:15 UTC, 0 replies.
- (datasketches-java) branch remove-basedir updated: Update SketchesCheckstyle.xml - posted by jm...@apache.org on 2024/03/07 22:56:15 UTC, 0 replies.
- (datasketches-java) branch remove-basedir updated: Update Family.java - posted by jm...@apache.org on 2024/03/07 22:57:10 UTC, 0 replies.
- [PR] Remove basedir (datasketches-java) - posted by "jmalkin (via GitHub)" <gi...@apache.org> on 2024/03/07 22:57:31 UTC, 1 replies.
- (datasketches-java) branch master updated (077ac982 -> e0d5b205) - posted by al...@apache.org on 2024/03/07 23:00:52 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@e0d5b20506c31dadc2f618f44cfb76f039eb9e63 🚀 - posted by gi...@apache.org on 2024/03/07 23:01:17 UTC, 0 replies.
- (datasketches-java) branch master updated (e0d5b205 -> 13a6e482) - posted by jm...@apache.org on 2024/03/07 23:01:55 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #523 from apache/remove-basedir - posted by jm...@apache.org on 2024/03/07 23:01:56 UTC, 0 replies.
- (datasketches-java) branch remove-basedir deleted (was 4ba2d94c) - posted by jm...@apache.org on 2024/03/07 23:02:01 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@13a6e48235486173545e33918cd281f39eff7de2 🚀 - posted by gi...@apache.org on 2024/03/07 23:02:22 UTC, 0 replies.
- (datasketches-cpp) branch tdigest updated (93a316c -> a8a655e) - posted by al...@apache.org on 2024/03/07 23:11:44 UTC, 0 replies.
- (datasketches-java) branch tdigest updated: removed unused code - posted by al...@apache.org on 2024/03/07 23:13:37 UTC, 0 replies.
- [PR] removed unused code (datasketches-java) - posted by "AlexanderSaydakov (via GitHub)" <gi...@apache.org> on 2024/03/07 23:14:31 UTC, 1 replies.
- (datasketches-java) branch add_packageInfo_remove_cast created (now c269ffcc) - posted by le...@apache.org on 2024/03/07 23:35:41 UTC, 0 replies.
- (datasketches-java) 01/01: minor cleanups. - posted by le...@apache.org on 2024/03/07 23:35:42 UTC, 0 replies.
- [PR] minor cleanups. (datasketches-java) - posted by "leerho (via GitHub)" <gi...@apache.org> on 2024/03/07 23:38:54 UTC, 1 replies.
- (datasketches-java) branch master updated (13a6e482 -> 8ae234b1) - posted by jm...@apache.org on 2024/03/08 00:33:07 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #525 from apache/add_packageInfo_remove_cast - posted by jm...@apache.org on 2024/03/08 00:33:08 UTC, 0 replies.
- (datasketches-java) branch add_packageInfo_remove_cast deleted (was c269ffcc) - posted by jm...@apache.org on 2024/03/08 00:33:09 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@8ae234b13c852003bd35aa57ebb1e63d189bc52a 🚀 - posted by gi...@apache.org on 2024/03/08 00:33:37 UTC, 0 replies.
- (datasketches-cpp) branch master updated (e711563 -> 6dbd8bf) - posted by al...@apache.org on 2024/03/08 20:24:37 UTC, 0 replies.
- (datasketches-cpp) 01/01: Merge pull request #427 from apache/tdigest - posted by al...@apache.org on 2024/03/08 20:24:38 UTC, 0 replies.
- (datasketches-cpp) branch tdigest deleted (was a8a655e) - posted by al...@apache.org on 2024/03/08 20:24:40 UTC, 0 replies.
- (datasketches-java) branch remove_duplicate_generic_sorted_views created (now 989b5307) - posted by le...@apache.org on 2024/03/09 20:33:45 UTC, 0 replies.
- (datasketches-java) 01/01: Combined classic ItemsSketchSortedView and KllItemsSketchSortedView. - posted by le...@apache.org on 2024/03/09 20:33:46 UTC, 0 replies.
- [PR] Combined classic ItemsSketchSortedView and KllItemsSketchSortedView. (datasketches-java) - posted by "leerho (via GitHub)" <gi...@apache.org> on 2024/03/09 20:49:22 UTC, 6 replies.
- (datasketches-website) branch 3p-links created (now 5dc80e76) - posted by jm...@apache.org on 2024/03/10 23:00:47 UTC, 0 replies.
- (datasketches-website) 01/01: Attempt to replace 3rd party links with locally hosted versions - posted by jm...@apache.org on 2024/03/10 23:00:48 UTC, 0 replies.
- (datasketches-website) branch master updated (db9552f8 -> 4feaa968) - posted by jm...@apache.org on 2024/03/11 01:11:42 UTC, 0 replies.
- (datasketches-website) 01/01: Merge pull request #165 from apache/3p-links - posted by jm...@apache.org on 2024/03/11 01:11:43 UTC, 0 replies.
- (datasketches-java) branch remove_duplicate_generic_sorted_views updated (989b5307 -> 6c014834) - posted by le...@apache.org on 2024/03/11 04:22:14 UTC, 0 replies.
- [I] Level-0 sorting for `KllItemsSketch` is not based on `Comparator` (datasketches-java) - posted by "fanyang01 (via GitHub)" <gi...@apache.org> on 2024/03/11 07:37:13 UTC, 4 replies.
- (datasketches-java) branch remove_duplicate_generic_sorted_views updated (6c014834 -> f5cae8e2) - posted by le...@apache.org on 2024/03/11 22:52:34 UTC, 0 replies.
- (datasketches-java) branch remove_duplicate_generic_sorted_views updated (f5cae8e2 -> 03efd5ab) - posted by le...@apache.org on 2024/03/11 23:30:09 UTC, 0 replies.
- (datasketches-java) branch master updated (8ae234b1 -> f3658501) - posted by al...@apache.org on 2024/03/12 00:41:03 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #524 from apache/tdigest - posted by al...@apache.org on 2024/03/12 00:41:04 UTC, 0 replies.
- (datasketches-java) branch tdigest deleted (was 9302d01f) - posted by al...@apache.org on 2024/03/12 00:41:09 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@f3658501853cd31ec59d802ec8cacea2f78168c9 🚀 - posted by gi...@apache.org on 2024/03/12 00:41:31 UTC, 0 replies.
- Re: [I] Study to compare t-Digest and REQ sketch [datasketches-cpp] - posted by "AlexanderSaydakov (via GitHub)" <gi...@apache.org> on 2024/03/12 03:40:30 UTC, 3 replies.
- (datasketches-go) branch main updated (c3b63b3 -> 6950b3e) - posted by pl...@apache.org on 2024/03/12 18:41:41 UTC, 0 replies.
- (datasketches-go) 01/01: Merge pull request #17 from freakyzoidberg/example-and-common-serde - posted by pl...@apache.org on 2024/03/12 18:41:42 UTC, 0 replies.
- (datasketches-cpp) branch tdigest created (now a667763) - posted by al...@apache.org on 2024/03/12 19:09:49 UTC, 0 replies.
- (datasketches-cpp) 01/01: added get_serialized_size_bytes() - posted by al...@apache.org on 2024/03/12 19:09:50 UTC, 0 replies.
- [PR] added get_serialized_size_bytes() [datasketches-cpp] - posted by "AlexanderSaydakov (via GitHub)" <gi...@apache.org> on 2024/03/12 19:10:37 UTC, 6 replies.
- (datasketches-cpp) branch tdigest updated: added necessary side effect - posted by al...@apache.org on 2024/03/13 01:06:17 UTC, 0 replies.
- (datasketches-java) branch tdigest created (now 0623e521) - posted by al...@apache.org on 2024/03/13 21:27:56 UTC, 0 replies.
- (datasketches-java) 01/01: added getSerializedSizeBytes() - posted by al...@apache.org on 2024/03/13 21:27:57 UTC, 0 replies.
- [PR] added getSerializedSizeBytes() (datasketches-java) - posted by "AlexanderSaydakov (via GitHub)" <gi...@apache.org> on 2024/03/13 21:28:38 UTC, 1 replies.
- (datasketches-java) branch master updated (f3658501 -> c0c20ac6) - posted by le...@apache.org on 2024/03/13 23:18:26 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #526 from apache/remove_duplicate_generic_sorted_views - posted by le...@apache.org on 2024/03/13 23:18:27 UTC, 0 replies.
- (datasketches-java) branch remove_duplicate_generic_sorted_views deleted (was 03efd5ab) - posted by le...@apache.org on 2024/03/13 23:18:30 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@c0c20ac67f0c06de6dfdf5478955f5c131921336 🚀 - posted by gi...@apache.org on 2024/03/13 23:19:03 UTC, 0 replies.
- (datasketches-java) branch 5.0.X-patch created (now 806bd4b1) - posted by jm...@apache.org on 2024/03/14 06:16:54 UTC, 0 replies.
- (datasketches-java) 01/01: prep for 5.0.2, fix KllItemsSketch level 0 soring issue - posted by jm...@apache.org on 2024/03/14 06:16:55 UTC, 0 replies.
- [PR] prep for 5.0.2, fix KllItemsSketch level 0 sorting issue (datasketches-java) - posted by "jmalkin (via GitHub)" <gi...@apache.org> on 2024/03/14 06:17:42 UTC, 1 replies.
- (datasketches-characterization) branch go-characterization created (now 7848799) - posted by pl...@apache.org on 2024/03/14 19:29:57 UTC, 0 replies.
- (datasketches-characterization) 01/01: [Go] Add a first job without much stats tracking - posted by pl...@apache.org on 2024/03/14 19:29:58 UTC, 0 replies.
- (datasketches-java) branch add_issue527_check_to_ItemsSketchTest created (now 5f6f8d64) - posted by le...@apache.org on 2024/03/14 20:47:46 UTC, 0 replies.
- (datasketches-java) 01/01: Add a similar test to classic ItemsSketchTest - posted by le...@apache.org on 2024/03/14 20:47:47 UTC, 0 replies.
- [PR] Add a similar test to classic ItemsSketchTest (datasketches-java) - posted by "leerho (via GitHub)" <gi...@apache.org> on 2024/03/14 20:48:22 UTC, 1 replies.
- (datasketches-java) branch 5.0.X updated (4a020cce -> ba295020) - posted by jm...@apache.org on 2024/03/14 21:02:32 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #529 from apache/5.0.X-patch - posted by jm...@apache.org on 2024/03/14 21:02:33 UTC, 0 replies.
- (datasketches-java) branch 5.0.X-patch deleted (was 806bd4b1) - posted by jm...@apache.org on 2024/03/14 21:02:35 UTC, 0 replies.
- (datasketches-java) branch master updated (c0c20ac6 -> 2bb0ba87) - posted by le...@apache.org on 2024/03/14 21:45:38 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #530 from apache/add_issue527_check_to_ItemsSketchTest - posted by le...@apache.org on 2024/03/14 21:45:39 UTC, 0 replies.
- (datasketches-java) branch add_issue527_check_to_ItemsSketchTest deleted (was 5f6f8d64) - posted by le...@apache.org on 2024/03/14 21:45:44 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@2bb0ba87f9202cbf8c3f920b8a82a39b54e60379 🚀 - posted by gi...@apache.org on 2024/03/14 21:46:04 UTC, 0 replies.
- (datasketches-cpp) branch tdigest updated (4e2b8b6 -> c785fc6) - posted by al...@apache.org on 2024/03/15 05:04:51 UTC, 0 replies.
- (datasketches-characterization) branch go-characterization updated: Rebase Go implemn from Java Job runners - posted by pl...@apache.org on 2024/03/16 17:20:30 UTC, 0 replies.
- (datasketches-go) branch float64-serde created (now bceb87d) - posted by pl...@apache.org on 2024/03/17 12:26:13 UTC, 0 replies.
- (datasketches-go) 01/01: Fix serialization issue, bug and deterministism + Add double serde - posted by pl...@apache.org on 2024/03/17 12:26:14 UTC, 0 replies.
- (datasketches-go) branch float64-serde updated (bceb87d -> 316fbee) - posted by pl...@apache.org on 2024/03/17 12:31:17 UTC, 0 replies.
- (datasketches-go) branch float64-serde updated (316fbee -> d56ca27) - posted by pl...@apache.org on 2024/03/17 12:55:17 UTC, 0 replies.
- (datasketches-go) branch float64-serde updated (d56ca27 -> be81070) - posted by pl...@apache.org on 2024/03/17 13:06:08 UTC, 0 replies.
- (datasketches-go) branch float64-serde updated (be81070 -> 2f592d1) - posted by pl...@apache.org on 2024/03/17 13:14:25 UTC, 0 replies.
- [PR] Add get_min_item and get_max_item functions for kll float and double sketches [datasketches-postgresql] - posted by "mcgrawia (via GitHub)" <gi...@apache.org> on 2024/03/18 13:19:04 UTC, 1 replies.
- (datasketches-postgresql) branch master updated (601f65f -> e69a478) - posted by al...@apache.org on 2024/03/18 17:22:15 UTC, 0 replies.
- (datasketches-postgresql) 01/01: Merge pull request #70 from mcgrawia/add-min-max-functions - posted by al...@apache.org on 2024/03/18 17:22:16 UTC, 0 replies.
- (datasketches-cpp) branch tdigest updated (c785fc6 -> 82f5bd5) - posted by al...@apache.org on 2024/03/18 23:38:36 UTC, 0 replies.
- (datasketches-website) branch dependabot/bundler/nokogiri-1.15.6 created (now fdd1dd41) - posted by gi...@apache.org on 2024/03/19 00:16:00 UTC, 0 replies.
- (datasketches-java) annotated tag 5.0.2-rc1 updated (ba295020 -> 949cd505) - posted by jm...@apache.org on 2024/03/19 00:46:09 UTC, 0 replies.
- svn commit: r68000 - in /dev/datasketches/java/5.0.2-rc1: ./ apache-datasketches-java-5.0.2-src.zip apache-datasketches-java-5.0.2-src.zip.asc apache-datasketches-java-5.0.2-src.zip.sha512 - posted by jm...@apache.org on 2024/03/19 00:54:36 UTC, 0 replies.
- (datasketches-java) branch master updated (2bb0ba87 -> 34a92fc4) - posted by al...@apache.org on 2024/03/19 01:00:45 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #528 from apache/tdigest - posted by al...@apache.org on 2024/03/19 01:00:46 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@34a92fc40926168cc2e0f0bf30ca9aae648b2485 🚀 - posted by gi...@apache.org on 2024/03/19 01:01:24 UTC, 0 replies.
- (datasketches-java) branch tdigest updated: no weights in buffer, simplified sizing - posted by al...@apache.org on 2024/03/19 01:04:53 UTC, 0 replies.
- [PR] no weights in buffer, simplified sizing (datasketches-java) - posted by "AlexanderSaydakov (via GitHub)" <gi...@apache.org> on 2024/03/19 01:06:15 UTC, 1 replies.
- (datasketches-go) branch main updated (6950b3e -> 9f08c62) - posted by pl...@apache.org on 2024/03/19 10:10:06 UTC, 0 replies.
- (datasketches-go) 01/01: Merge pull request #18 from apache/float64-serde - posted by pl...@apache.org on 2024/03/19 10:10:07 UTC, 0 replies.
- (datasketches-go) branch float64-serde deleted (was 2f592d1) - posted by al...@apache.org on 2024/03/19 17:53:02 UTC, 0 replies.
- (datasketches-characterization) branch go-characterization updated: [Go] Add test runner and use float64 KLL in accuracy stats - posted by pl...@apache.org on 2024/03/19 18:50:23 UTC, 0 replies.
- (datasketches-characterization) branch go-characterization updated: [Go] Fix accuracy stats - posted by pl...@apache.org on 2024/03/19 19:12:19 UTC, 0 replies.
- svn commit: r68012 - /dev/datasketches/java/5.0.2-rc1/maven/ - posted by jm...@apache.org on 2024/03/19 19:54:48 UTC, 0 replies.
- (datasketches-characterization) branch go-characterization updated: [Go] go tidy go.sum - posted by pl...@apache.org on 2024/03/19 20:14:22 UTC, 0 replies.
- Re: [PR] tdigest characterization [datasketches-characterization] - posted by "AlexanderSaydakov (via GitHub)" <gi...@apache.org> on 2024/03/20 01:54:16 UTC, 0 replies.
- (datasketches-characterization) branch master updated (efef4a3 -> f1b1258) - posted by al...@apache.org on 2024/03/20 01:54:18 UTC, 0 replies.
- (datasketches-characterization) 01/01: Merge pull request #60 from apache/tdigest-cpp - posted by al...@apache.org on 2024/03/20 01:54:19 UTC, 0 replies.
- (datasketches-characterization) branch tdigest-cpp deleted (was 9ced8fc) - posted by al...@apache.org on 2024/03/20 01:54:26 UTC, 0 replies.
- (datasketches-characterization) branch go-characterization updated (9de0971 -> 40db86b) - posted by pl...@apache.org on 2024/03/20 21:05:13 UTC, 0 replies.
- (datasketches-characterization) 01/02: [Go] Add first characterization job for Go - posted by pl...@apache.org on 2024/03/20 21:05:14 UTC, 0 replies.
- (datasketches-characterization) 02/02: license - posted by pl...@apache.org on 2024/03/20 21:05:15 UTC, 0 replies.
- [PR] Go characterization (first jobProfile - HLL Accuracy) [datasketches-characterization] - posted by "freakyzoidberg (via GitHub)" <gi...@apache.org> on 2024/03/20 21:06:39 UTC, 0 replies.
- (datasketches-characterization) branch go-characterization updated (40db86b -> a156720) - posted by pl...@apache.org on 2024/03/20 21:07:46 UTC, 0 replies.
- (datasketches-characterization) branch go-characterization updated (a156720 -> 730a57f) - posted by pl...@apache.org on 2024/03/20 21:08:27 UTC, 0 replies.
- (datasketches-characterization) branch go-characterization updated (730a57f -> a076e4c) - posted by pl...@apache.org on 2024/03/20 21:12:18 UTC, 0 replies.
- (datasketches-characterization) branch go-characterization updated (a076e4c -> 52452dc) - posted by pl...@apache.org on 2024/03/20 21:16:37 UTC, 0 replies.
- (datasketches-go) branch reverse-order created (now 88d4568) - posted by pl...@apache.org on 2024/03/20 21:54:37 UTC, 0 replies.
- (datasketches-go) 01/01: Add support for reverse order for ItemSketches - posted by pl...@apache.org on 2024/03/20 21:54:38 UTC, 0 replies.
- (datasketches-go) branch reverse-order updated: rename the type utility struct to Ops class - posted by pl...@apache.org on 2024/03/20 21:58:01 UTC, 0 replies.
- (datasketches-go) branch reverse-order updated (06418d2 -> 8ccd079) - posted by pl...@apache.org on 2024/03/20 22:00:30 UTC, 0 replies.
- (datasketches-go) branch reverse-order updated (8ccd079 -> 344e62a) - posted by pl...@apache.org on 2024/03/20 22:13:12 UTC, 0 replies.
- (datasketches-java) branch remove_duplicate_doubles_sorted_views created (now 89735210) - posted by le...@apache.org on 2024/03/20 23:44:07 UTC, 0 replies.
- (datasketches-java) 01/03: Removed the duplicate Doubles Sorted Views between KLL and Classic quantiles. - posted by le...@apache.org on 2024/03/20 23:44:08 UTC, 0 replies.
- (datasketches-java) 02/03: Merge branch 'master' into remove_duplicate_doubles_sorted_views - posted by le...@apache.org on 2024/03/20 23:44:09 UTC, 0 replies.
- (datasketches-java) 03/03: Remove unused import from TDigestDouble - posted by le...@apache.org on 2024/03/20 23:44:10 UTC, 0 replies.
- [PR] Remove duplicate doubles sorted views (datasketches-java) - posted by "leerho (via GitHub)" <gi...@apache.org> on 2024/03/20 23:46:20 UTC, 2 replies.
- [PR] Allow updating sketches with ByteBuffers (datasketches-java) - posted by "romseygeek (via GitHub)" <gi...@apache.org> on 2024/03/21 11:34:48 UTC, 1 replies.
- (datasketches-go) branch reverse-order deleted (was 344e62a) - posted by pl...@apache.org on 2024/03/22 17:46:41 UTC, 0 replies.
- (datasketches-go) branch split-serde-comparator-hasher created (now 68fd4a4) - posted by pl...@apache.org on 2024/03/22 23:02:47 UTC, 0 replies.
- (datasketches-go) 01/01: Split Serde/Comparator/Hasher and add reverse KLL order test - posted by pl...@apache.org on 2024/03/22 23:02:48 UTC, 0 replies.
- (datasketches-java) branch remove_duplicate_doubles_sorted_views updated (89735210 -> ceedd1b9) - posted by le...@apache.org on 2024/03/22 23:24:45 UTC, 0 replies.
- (datasketches-go) branch split-serde-comparator-hasher updated (68fd4a4 -> a6ef4e8) - posted by pl...@apache.org on 2024/03/22 23:29:35 UTC, 0 replies.
- (datasketches-cpp) branch tdigest updated (82f5bd5 -> a693442) - posted by al...@apache.org on 2024/03/23 03:07:48 UTC, 0 replies.
- (datasketches-cpp) branch master updated (6dbd8bf -> 145ab0d) - posted by al...@apache.org on 2024/03/23 03:47:11 UTC, 0 replies.
- (datasketches-cpp) 01/01: Merge pull request #428 from apache/tdigest - posted by al...@apache.org on 2024/03/23 03:47:12 UTC, 0 replies.
- (datasketches-cpp) branch tdigest deleted (was a693442) - posted by al...@apache.org on 2024/03/23 03:47:18 UTC, 0 replies.
- (datasketches-java) branch master updated (34a92fc4 -> 91fcf7d8) - posted by al...@apache.org on 2024/03/23 03:54:36 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #531 from apache/tdigest - posted by al...@apache.org on 2024/03/23 03:54:37 UTC, 0 replies.
- (datasketches-java) branch tdigest deleted (was 82b72e69) - posted by al...@apache.org on 2024/03/23 03:54:39 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@91fcf7d8f5a59c56294e943909bbe5652ac9d33e 🚀 - posted by gi...@apache.org on 2024/03/23 03:55:08 UTC, 0 replies.
- (datasketches-go) branch main updated (9f08c62 -> c86fe9d) - posted by pl...@apache.org on 2024/03/23 10:30:28 UTC, 0 replies.
- (datasketches-go) 01/01: Merge pull request #20 from apache/split-serde-comparator-hasher - posted by pl...@apache.org on 2024/03/23 10:30:29 UTC, 0 replies.
- (datasketches-go) branch split-serde-comparator-hasher deleted (was a6ef4e8) - posted by pl...@apache.org on 2024/03/23 10:30:33 UTC, 0 replies.
- (datasketches-java) branch remove_duplicate_doubles_sorted_views updated (ceedd1b9 -> 0075fcab) - posted by le...@apache.org on 2024/03/24 00:17:09 UTC, 0 replies.
- (datasketches-website) branch fontawesome created (now b4dd8b8d) - posted by pl...@apache.org on 2024/03/24 19:13:11 UTC, 0 replies.
- (datasketches-website) 01/01: Add fontawesome fonts and bump to 4.7.0 - posted by pl...@apache.org on 2024/03/24 19:13:12 UTC, 0 replies.
- (datasketches-website) branch mathjax created (now a957f332) - posted by pl...@apache.org on 2024/03/24 20:01:49 UTC, 0 replies.
- (datasketches-website) 01/01: Fix MatJax setup - posted by pl...@apache.org on 2024/03/24 20:01:50 UTC, 0 replies.
- (datasketches-website) branch mathjax updated (a957f332 -> 0fc9fa9d) - posted by pl...@apache.org on 2024/03/24 20:50:23 UTC, 0 replies.
- (datasketches-website) branch mathjax updated (0fc9fa9d -> cdd73e7f) - posted by pl...@apache.org on 2024/03/24 21:00:30 UTC, 0 replies.
- (datasketches-website) branch mathjax updated (cdd73e7f -> db29ee05) - posted by pl...@apache.org on 2024/03/24 21:15:50 UTC, 0 replies.
- (datasketches-website) branch master updated (4feaa968 -> e5822b4c) - posted by pl...@apache.org on 2024/03/25 08:24:15 UTC, 0 replies.
- (datasketches-website) 01/01: Merge pull request #169 from apache/mathjax - posted by pl...@apache.org on 2024/03/25 08:24:16 UTC, 0 replies.
- (datasketches-java) branch master updated (91fcf7d8 -> 7b4f667c) - posted by le...@apache.org on 2024/03/25 15:48:04 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #532 from apache/remove_duplicate_doubles_sorted_views - posted by le...@apache.org on 2024/03/25 15:48:05 UTC, 0 replies.
- (datasketches-java) branch remove_duplicate_doubles_sorted_views deleted (was 0075fcab) - posted by le...@apache.org on 2024/03/25 15:48:11 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@7b4f667c5f93c236918ddb2630143ef67a8601d6 🚀 - posted by gi...@apache.org on 2024/03/25 15:48:33 UTC, 0 replies.
- (datasketches-website) branch master updated (e5822b4c -> adbc0cf7) - posted by pl...@apache.org on 2024/03/25 16:07:07 UTC, 0 replies.
- (datasketches-website) 01/01: Merge pull request #168 from apache/fontawesome - posted by pl...@apache.org on 2024/03/25 16:07:08 UTC, 0 replies.
- (datasketches-java) branch master updated (7b4f667c -> 4a7aaa76) - posted by le...@apache.org on 2024/03/25 16:56:40 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #533 from romseygeek/sketch-bytebuffers-update - posted by le...@apache.org on 2024/03/25 16:56:41 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@4a7aaa767206e666b5bfcc8c1ce85b8349c4209f 🚀 - posted by gi...@apache.org on 2024/03/25 16:57:09 UTC, 0 replies.
- [I] Question: How to safely INSERT kll sketch [datasketches-postgresql] - posted by "mcgrawia (via GitHub)" <gi...@apache.org> on 2024/03/25 18:17:37 UTC, 4 replies.
- (datasketches-java) branch fix_imports_and_finals created (now 12579521) - posted by le...@apache.org on 2024/03/26 21:14:28 UTC, 0 replies.
- (datasketches-java) 01/01: Fix out-of-order imports and missing finals in PR 533. - posted by le...@apache.org on 2024/03/26 21:14:29 UTC, 0 replies.
- [PR] Fix out-of-order imports and missing finals in PR 533. (datasketches-java) - posted by "leerho (via GitHub)" <gi...@apache.org> on 2024/03/26 21:15:01 UTC, 1 replies.
- (datasketches-java) branch extend_KS_to_kll created (now ce189132) - posted by le...@apache.org on 2024/03/26 21:57:46 UTC, 0 replies.
- (datasketches-java) 01/01: This extends the usability of the Kolmogorov-Smirnov test - posted by le...@apache.org on 2024/03/26 21:57:47 UTC, 0 replies.
- [PR] This extends the usability of the Kolmogorov-Smirnov test (datasketches-java) - posted by "leerho (via GitHub)" <gi...@apache.org> on 2024/03/26 21:58:50 UTC, 15 replies.
- (datasketches-java) branch add_getNumRetained_to_SortedView created (now aad1c7c0) - posted by le...@apache.org on 2024/03/26 22:13:09 UTC, 0 replies.
- (datasketches-java) 01/01: Add getNumRetained to SortedView. - posted by le...@apache.org on 2024/03/26 22:13:10 UTC, 0 replies.
- [PR] Add getNumRetained to SortedView. (datasketches-java) - posted by "leerho (via GitHub)" <gi...@apache.org> on 2024/03/26 22:14:47 UTC, 1 replies.
- svn commit: r68148 - in /release/datasketches/java/5.0.2: ./ maven/ - posted by jm...@apache.org on 2024/03/26 22:18:01 UTC, 0 replies.
- (datasketches-java) annotated tag 5.0.2 updated (ba295020 -> 821c078b) - posted by jm...@apache.org on 2024/03/26 22:20:10 UTC, 0 replies.
- svn commit: r68149 - /dev/datasketches/scripts/createDownloadsInclude.sh - posted by jm...@apache.org on 2024/03/26 22:23:53 UTC, 0 replies.
- (datasketches-website) branch java-release created (now d605c1eb) - posted by jm...@apache.org on 2024/03/26 22:25:57 UTC, 0 replies.
- (datasketches-website) 01/01: bump java release on downloads page - posted by jm...@apache.org on 2024/03/26 22:25:58 UTC, 0 replies.
- (datasketches-website) branch master updated (adbc0cf7 -> e05213e4) - posted by jm...@apache.org on 2024/03/26 22:30:23 UTC, 0 replies.
- (datasketches-website) 01/01: Merge pull request #170 from apache/java-release - posted by jm...@apache.org on 2024/03/26 22:30:24 UTC, 0 replies.
- (datasketches-website) branch java-release deleted (was d605c1eb) - posted by jm...@apache.org on 2024/03/26 22:30:26 UTC, 0 replies.
- svn commit: r68150 - /release/datasketches/java/5.0.1/ - posted by jm...@apache.org on 2024/03/26 22:31:46 UTC, 0 replies.
- (datasketches-java) branch extend_KS_to_kll updated (ce189132 -> 4888987e) - posted by le...@apache.org on 2024/03/27 15:58:29 UTC, 0 replies.
- (datasketches-java) branch master updated (4a7aaa76 -> 810f1344) - posted by le...@apache.org on 2024/03/27 17:33:07 UTC, 0 replies.
- (datasketches-java) branch add_getNumRetained_to_SortedView deleted (was aad1c7c0) - posted by le...@apache.org on 2024/03/27 17:33:11 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@810f1344af9022f3669d4b7417f0dc11039e61b4 🚀 - posted by gi...@apache.org on 2024/03/27 17:33:34 UTC, 0 replies.
- (datasketches-java) branch master updated (810f1344 -> dd068742) - posted by le...@apache.org on 2024/03/27 17:34:08 UTC, 0 replies.
- (datasketches-java) branch fix_imports_and_finals deleted (was 12579521) - posted by le...@apache.org on 2024/03/27 17:34:11 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@dd0687424dda6c580e4e074f1b96e208c7efea4a 🚀 - posted by gi...@apache.org on 2024/03/27 17:34:41 UTC, 0 replies.
- (datasketches-java) branch extend_KS_to_kll updated (4888987e -> e1f3db17) - posted by le...@apache.org on 2024/03/27 21:11:46 UTC, 0 replies.
- (datasketches-java) branch master updated (dd068742 -> cbf7308d) - posted by le...@apache.org on 2024/03/27 23:31:04 UTC, 0 replies.
- (datasketches-java) 01/01: Merge pull request #535 from apache/extend_KS_to_kll - posted by le...@apache.org on 2024/03/27 23:31:05 UTC, 0 replies.
- (datasketches-java) branch extend_KS_to_kll deleted (was e1f3db17) - posted by le...@apache.org on 2024/03/27 23:31:07 UTC, 0 replies.
- (datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@cbf7308d1bd018f527ae172c08e95ae76319e6d1 🚀 - posted by gi...@apache.org on 2024/03/27 23:31:29 UTC, 0 replies.
- (datasketches-python) branch numpy-fix created (now 1cafe73) - posted by jm...@apache.org on 2024/03/28 17:27:46 UTC, 0 replies.
- (datasketches-python) 01/01: Use numpy's import_array1(0) to avoid return type weirdness with muslinux as part of issue #43 - posted by jm...@apache.org on 2024/03/28 17:27:47 UTC, 0 replies.
- (datasketches-python) branch main updated (36cee9b -> 20e723e) - posted by jm...@apache.org on 2024/03/28 18:29:37 UTC, 0 replies.
- (datasketches-python) 01/01: Merge pull request #44 from apache/numpy-fix - posted by jm...@apache.org on 2024/03/28 18:29:38 UTC, 0 replies.
- (datasketches-python) branch numpy-fix deleted (was 1cafe73) - posted by jm...@apache.org on 2024/03/28 18:29:42 UTC, 0 replies.
- (datasketches-java) branch fix_pom created (now 90e19dd4) - posted by le...@apache.org on 2024/03/28 22:06:03 UTC, 0 replies.
- (datasketches-java) 01/01: Pom header now must use https and not http (finally!) - posted by le...@apache.org on 2024/03/28 22:06:04 UTC, 0 replies.
- [PR] Pom header now must use https and not http (finally!) (datasketches-java) - posted by "leerho (via GitHub)" <gi...@apache.org> on 2024/03/28 22:06:47 UTC, 0 replies.
- (datasketches-java) branch vectorized_update_pull_496 created (now cbf7308d) - posted by le...@apache.org on 2024/03/28 22:29:06 UTC, 0 replies.
- (datasketches-java) branch vectorized_update_pull_496 updated: resolving differences between Fan Yang files and newer local files. - posted by le...@apache.org on 2024/03/29 02:45:54 UTC, 0 replies.
- (datasketches-java) branch bloom-direct created (now 90623439) - posted by jm...@apache.org on 2024/03/29 21:23:42 UTC, 0 replies.
- (datasketches-java) 01/06: WIP: start adding direct memory bloom filter - posted by jm...@apache.org on 2024/03/29 21:23:43 UTC, 0 replies.
- (datasketches-java) 02/06: WIP: fix wrap methods to take input isEmpty flag - posted by jm...@apache.org on 2024/03/29 21:23:44 UTC, 0 replies.
- (datasketches-java) 03/06: Add rename BitArrayTest to HeapBitArrayTest, add tests for DirectBitArrayR - posted by jm...@apache.org on 2024/03/29 21:23:45 UTC, 0 replies.
- (datasketches-java) 04/06: WIP: possibly finish testing direct BitArray variants - posted by jm...@apache.org on 2024/03/29 21:23:46 UTC, 0 replies.
- (datasketches-java) 05/06: fix that empty filter is only 3 longs, add (untested) wrap methods to base filter class - posted by jm...@apache.org on 2024/03/29 21:23:47 UTC, 0 replies.
- (datasketches-java) 06/06: still WIP: add untested methods for direct operation - posted by jm...@apache.org on 2024/03/29 21:23:48 UTC, 0 replies.
- (datasketches-java) branch bloom-direct updated: WIP: Increase test coverage, fixing issues along the way - posted by jm...@apache.org on 2024/03/30 07:30:50 UTC, 0 replies.
- (datasketches-python) branch 5.0.x-backport created (now 9e8ac10) - posted by jm...@apache.org on 2024/03/30 07:43:31 UTC, 0 replies.
- (datasketches-python) 01/01: apply numpy fix to 5.0.x branch - posted by jm...@apache.org on 2024/03/30 07:43:32 UTC, 0 replies.
- (datasketches-java) branch bloom-direct updated: Finish tests, fix typos, fix any issues found during testing - posted by jm...@apache.org on 2024/03/30 18:56:26 UTC, 0 replies.
- [PR] Direct implementation of Bloom filter (datasketches-java) - posted by "jmalkin (via GitHub)" <gi...@apache.org> on 2024/03/30 19:01:13 UTC, 1 replies.
- (datasketches-java) branch bloom-direct updated (c9f2356f -> 22f96586) - posted by jm...@apache.org on 2024/03/30 21:11:10 UTC, 0 replies.
- (datasketches-characterization) branch master updated: Added Kll vector characterization tests. - posted by le...@apache.org on 2024/03/31 23:20:20 UTC, 0 replies.