Sign in
◑
Theme
apache
/
datasketches-java
/
HEAD
7b40688
Merge pull request #767 from jaideeppyne/fix-kll-items-query-serialize-sorted-view-756
by Lee Rhodes
· 5 days ago
main
3857c0c
Merge pull request #769 from jaideeppyne/fix/tdigest-merge-minmax
by Lee Rhodes
· 5 days ago
44c6201
Merge pull request #768 from jaideeppyne/bloom-difference-deprecate-invert-766
by Lee Rhodes
· 5 days ago
9bf19ff
fix(tdigest): preserve stored min and max when merging
by jaideeppyne
· 6 days ago
c20bd80
Deprecate BloomFilter.invert and add difference (A NOT B)
by jaideeppyne
· 6 days ago
5098a65
Fix KllItemsSketch sorted-view flag after query before serialize
by jaideeppyne
· 6 days ago
f8018f0
Merge pull request #765 from tisonkun/codex/tdigest-numeric-validation
by Lee Rhodes
· 6 days ago
20678c4
Merge pull request #762 from MaxFreedomPollard/fix-numdigits-zero-and-one
by Lee Rhodes
· 6 days ago
654c26b
Accept TDigest images beyond local compression thresholds
by tison
· 7 days ago
dc0984c
Fix TDigest extreme means and validate serialized state
by tison
· 7 days ago
accfafb
Check only the decimal-character transition points in checkNumDigits
by Max Freedom Pollard
· 7 days ago
90319c2
Merge pull request #763 from apache/theta-compact-trim
by Lee Rhodes
· 9 days ago
6498a90
Drop the always true loop guard in checkNumDigits
by Max Freedom Pollard
· 11 days ago
6040f84
Make numDigits count characters including the minus sign
by Max Freedom Pollard
· 13 days ago
63fcb76
Add UpdatableThetaSketch.compactTrimmed() to compact and reduce to k in one pass
by Lee Rhodes
· 14 days ago
041ddb5
Merge pull request #761 from apache/hll-parity
by Lee Rhodes
· 14 days ago
a5b488b
Merge pull request #760 from permutive-engineering/fix/quickselect-sorted-input
by Lee Rhodes
· 14 days ago
325574e
Merge pull request #759 from permutive-engineering/perf/cpc-union-memory-segment
by Lee Rhodes
· 14 days ago
bda4c33
Fix Util.numDigits returning 0 for 0 and 1, and 18 for 1E18
by Max Freedom Pollard
· 2 weeks ago
9a488f9
Make the deferred KxQ rebuild canonical, stop HIP drifting after a merge, set the compact flag for HLL_6/HLL_8
by Lee Rhodes
· 2 weeks ago
hll-parity
1a49f80
Choose the QuickSelect pivot by median of three
by David Cromberge
· 3 weeks ago
509903e
Add CpcUnion.update(MemorySegment)
by David Cromberge
· 3 weeks ago
3a1bf7f
Merge pull request #755 from jaideeppyne/tdigest-rank-left-tail
by Lee Rhodes
· 3 weeks ago
a2ab8cf
Fix swapped interpolation weights and right tail in getQuantile()
by jaideeppyne
· 3 weeks ago
642fbdf
Normalize the left tail of TDigestDouble.getRank()
by jaideeppyne
· 3 weeks ago
936b7ce
Merge pull request #758 from permutive-engineering/perf/theta-union-avoid-gadget-copy
by Lee Rhodes
· 3 weeks ago
b994503
Merge pull request #757 from permutive-engineering/fix/cpc-wrapper-empty-sketch
by Lee Rhodes
· 3 weeks ago
1034fb3
Merge pull request #740 from apache/xorfilter
by Lee Rhodes
· 3 weeks ago
9e4ee1a
Merge pull request #754 from apache/update_cross_language_testing
by Lee Rhodes
· 3 weeks ago
c7665a0
Correct spelling of profile actions in serde-compat.yml
by Lee Rhodes
· 3 weeks ago
7e41b3a
Avoid copying the union gadget's hash table when it will not be mutated
by David Cromberge
· 3 weeks ago
83731e6
Fix CpcWrapper throwing on empty sketches
by David Cromberge
· 3 weeks ago
3528664
Cleaned up a confusing nasty issue with 'project.root'
by Lee Rhodes
· 3 weeks ago
2001918
Enable dynamic printing of cross-language fileNames read or written from
by Lee Rhodes
· 3 weeks ago
738ea0c
Corrected some missing cross-language tests.
by Lee Rhodes
· 3 weeks ago
0874a0c
Removed Checkstyle
by Lee Rhodes
· 3 weeks ago
683f3ed
Update GHA workflows with latest GitHub Actions versions
by Lee Rhodes
· 3 weeks ago
bb15305
Update serde-compat.yml to manual trigger only.
by Lee Rhodes
· 3 weeks ago
91d8d20
Reworked the two BoundsOnRatios*SketchedSets.
by Lee Rhodes
· 3 weeks ago
9b1d44a
Claude helped me fix some problems that Gemini could not figure out.
by Lee Rhodes
· 3 weeks ago
d4d0ca0
Updates cross-language-testing
by Lee Rhodes
· 4 weeks ago
d5cce9b
Merge pull request #753 from apache/codex/download-tck-snapshots
by Lee Rhodes
· 6 weeks ago
a035f41
ci: extract TCK snapshots in one pass
by tison
· 6 weeks ago
9944956
ci: use shell for SerDe snapshot setup
by tison
· 6 weeks ago
c778535
ci: download snapshots from datasketches-tck
by tison
· 6 weeks ago
72b04b0
Merge pull request #752 from apache/update_main
by Lee Rhodes
· 6 weeks ago
a46ba84
Fix some minor issues prior to potential release.
by Lee Rhodes
· 6 weeks ago
8cbe987
Merge pull request #751 from apache/refactor_pom
by Lee Rhodes
· 6 weeks ago
c0b2e32
Removed git-commit-tag because it is not reliable and unnecessary
by Lee Rhodes
· 6 weeks ago
0073fb1
Update POM.
by Lee Rhodes
· 6 weeks ago
4067ffe
Merge pull request #750 from apache/update_main_get_resource_file_bytes
by Lee Rhodes
· 7 weeks ago
1158cc3
Fix permissions issue and missed exception.
by Lee Rhodes
· 7 weeks ago
3c90d17
Cleans up the org.apache.datasketches.common.Util.java class.
by Lee Rhodes
· 7 weeks ago
73689aa
Merge pull request #749 from apache/minor_updates_to_main
by Lee Rhodes
· 8 weeks ago
1793a57
Update maven.config and ManualJavadocsDeploy.sh.
by Lee Rhodes
· 8 weeks ago
56fc75e
Merge pull request #748 from apache/update_cpp-serde-compat-yml
by Lee Rhodes
· 9 weeks ago
1501de3
Update actions/upload-artifact from v4 to v7
by Lee Rhodes
· 9 weeks ago
1795c64
Minor name change to match the actual directory name
by Lee Rhodes
· 9 weeks ago
05188b2
Update workflow cpp-serde-compat-yml
by Lee Rhodes
· 9 weeks ago
dfecca5
Merge pull request #747 from apache/fix_typo_on_javadoc-yml
by Lee Rhodes
· 9 weeks ago
30c7b2f
Fix typo on javadoc.yml
by Lee Rhodes
· 9 weeks ago
439af89
Merge pull request #746 from apache/update_javadoc-yml
by Lee Rhodes
· 9 weeks ago
d66b0d3
update javadoc.yml
by Lee Rhodes
· 9 weeks ago
c2ea76d
Merge pull request #745 from apache/update_github_workflow
by Lee Rhodes
· 9 weeks ago
e9d53b5
Fix pom issues
by Lee Rhodes
· 9 weeks ago
f8aed9c
add empty jvm_args.
by Lee Rhodes
· 9 weeks ago
614c9fe
Merge branch 'main' into update_github_workflow
by Lee Rhodes
· 9 weeks ago
ee0a215
Merge pull request #742 from PerumalsamyR/fix-tdigest-nan-centroid-mean
by Lee Rhodes
· 9 weeks ago
3bd9826
Update to use for Java 25 FFM
by Lee Rhodes
· 9 weeks ago
cb687bd
delete old workflows
by Lee Rhodes
· 9 weeks ago
0b1d93f
Update github workflow
by Lee Rhodes
· 9 weeks ago
4125f8f
Merge pull request #743 from apache/cleanup_tests
by Lee Rhodes
· 9 weeks ago
a764e39
Clean up tests.
by Lee Rhodes
· 9 weeks ago
f37adf5
Prevent NaN centroid means in TDigestDouble
by PerumalsamyR
· 10 weeks ago
be5c2ae
Merge pull request #741 from apache/update_main_remove-editorconfig
by Lee Rhodes
· 10 weeks ago
5cca613
added to git mistakenly.
by Lee Rhodes
· 10 weeks ago
212bc51
Fix CodeQL useless-comparison alert in XorFilter construction loop
by Pierre Lacave
· 2 months ago
36b02bd
Initial version of xorfilter
by Pierre Lacave
· 2 months ago
887d569
Merge pull request #738 from apache/update_gitignore
by Lee Rhodes
· 2 months ago
198995f
Update gitignore
by Lee Rhodes
· 3 months ago
8d906a8
Merge pull request #734 from proost/fix-respect-negative-values
by Lee Rhodes
· 3 months ago
f0e754e
Merge pull request #737 from apache/update_main
by Lee Rhodes
· 3 months ago
04c673f
Remove unused inputs.
by Lee Rhodes
· 3 months ago
16a8a31
Update PR#737
by Lee Rhodes
· 3 months ago
f98acf0
suppress printing
by Lee Rhodes
· 3 months ago
730f0ce
Adds union of unions.
by Lee Rhodes
· 3 months ago
395c4ea
chore: Add a link to datasketches-rust to README.md (#736)
by tison
· 4 months ago
15354ff
fix: remove guard
by lani_karrot
· 4 months ago
be4646f
fix: init with Inf
by lani_karrot
· 4 months ago
d67731a
fix: init with NaN
by proost
· 4 months ago
8535219
test: remove c++ compat test cases
by lani_karrot
· 5 months ago
6a514db
test: add cases from C++ deserialize
by lani_karrot
· 5 months ago
e532b7f
fix: respect negative values on deserialization in REQ sketch
by lani_karrot
· 5 months ago
db0cf79
Merge pull request #732 from apache/update_main
by Lee Rhodes
· 5 months ago
9255b50
Merge pull request #733 from proost/fix-inconsistency-in-sorted-view
by Hyeonho Kim
· 5 months ago
69e1b77
fix: raise exception in generic
by proost
· 5 months ago
7b229f3
fix: raise exception in floats
by proost
· 5 months ago
7eff3a8
fix: raise exception when empty in longs
by proost
· 5 months ago
9284cc6
fix: raise excepton when empty in double
by proost
· 5 months ago
3281f76
Update pom
by Lee Rhodes
· 6 months ago
Next »