2022-03-30 |
Lee Rhodes | Fixed issues from latest comments.
|
commit | commitdiff | tree |
2022-03-30 |
Lee Rhodes | Fix issues reported in PR Review, branch "Direct kll...
|
commit | commitdiff | tree |
2022-03-29 |
Lee Rhodes | Enabled the ability to grow into a larger configured...
|
commit | commitdiff | tree |
2022-03-27 |
Lee Rhodes | Improved the KllHelper class to make it useful internally...
|
commit | commitdiff | tree |
2022-03-27 |
Lee Rhodes | Fixed a small issue with getSerializedSizeBytes().
|
commit | commitdiff | tree |
2022-03-26 |
Lee Rhodes | Remove multiple empty lines
|
commit | commitdiff | tree |
2022-03-26 |
Lee Rhodes | Merge branch 'DirectKllDouble' of git@github.com:apache...
|
commit | commitdiff | tree |
2022-03-26 |
Lee Rhodes | Fixed the LGTM issues detected on the last push.
|
commit | commitdiff | tree |
2022-03-26 |
Lee Rhodes | Fixed the LGTM issues detected on the last push.
|
commit | commitdiff | tree |
2022-03-26 |
Lee Rhodes | Iteration 11, ready for review.
|
commit | commitdiff | tree |
2022-03-25 |
Lee Rhodes | Interim 11. Almost done. KllDirectDoublesSketch working...
|
commit | commitdiff | tree |
2022-03-17 |
Lee Rhodes | Interim 10
|
commit | commitdiff | tree |
2022-03-09 |
Lee Rhodes | Interim 9
|
commit | commitdiff | tree |
2022-03-07 |
Lee Rhodes | Interim 8
|
commit | commitdiff | tree |
2022-03-05 |
Lee Rhodes | Interim 7 Fixes a bug introduced in Interim 6
|
commit | commitdiff | tree |
2022-03-05 |
Lee Rhodes | Interim 6
|
commit | commitdiff | tree |
2022-03-05 |
Lee Rhodes | Interim 5
|
commit | commitdiff | tree |
2022-03-04 |
Lee Rhodes | interim 4
|
commit | commitdiff | tree |
2022-03-04 |
Lee Rhodes | Interim 3
|
commit | commitdiff | tree |
2022-03-03 |
Lee Rhodes | Interim 2
|
commit | commitdiff | tree |
2022-03-01 |
Lee Rhodes | Interim 1
|
commit | commitdiff | tree |
2022-02-21 |
Lee Rhodes | Minor changes in code documentation as a result of...
|
commit | commitdiff | tree |
2022-02-20 |
Lee Rhodes | More minor refactoring.
|
commit | commitdiff | tree |
2022-02-20 |
Lee Rhodes | More refactoring and polishing:
|
commit | commitdiff | tree |
2022-02-19 |
Lee Rhodes | Refactor KllDoublesSketch and KllFloatsSketch to extend...
|
commit | commitdiff | tree |
2022-02-18 |
Lee Rhodes | Initial interim commit
|
commit | commitdiff | tree |
2022-02-16 |
Lee Rhodes | It turns out that the MurmurHash3v2Test.java file was...
|
commit | commitdiff | tree |
2022-02-16 |
Lee Rhodes | Oops, forgot to comment out a print method.
|
commit | commitdiff | tree |
2022-02-16 |
Lee Rhodes | Add two methods to Union:
|
commit | commitdiff | tree |
2022-02-15 |
Lee Rhodes | Update unit tests for KllDoubles and KllFloats
|
commit | commitdiff | tree |
2022-02-09 |
Lee Rhodes | Fix typos: ≥ should have been ≥, etc.
|
commit | commitdiff | tree |
2022-02-09 |
Lee Rhodes | Removed print statement in test. Fixed issue found...
|
commit | commitdiff | tree |
2022-02-09 |
Lee Rhodes | Create common KllHelper to contain common methods between...
|
commit | commitdiff | tree |
2022-02-07 |
Lee Rhodes | Updated SketchesCheckstyle.xml.
|
commit | commitdiff | tree |
2022-02-04 |
Lee Rhodes | This is the second phase of the creation of the KllDoublesSk...
|
commit | commitdiff | tree |
2022-02-04 |
Lee Rhodes | This first commit prepares the current float-based...
|
commit | commitdiff | tree |
2022-02-02 |
Lee Rhodes | Changed AoDIntersection check of matching numValues...
|
commit | commitdiff | tree |
2022-01-29 |
Lee Rhodes | fix spelling, improved comments, etc.
|
commit | commitdiff | tree |
2022-01-28 |
Lee Rhodes | Merge branch 'master' into CommonQuantilesCalculator
|
commit | commitdiff | tree |
2022-01-26 |
Lee Rhodes | Update comments and code structure.
|
commit | commitdiff | tree |
2022-01-25 |
Lee Rhodes | update toString to reveal more info.
|
commit | commitdiff | tree |
2022-01-25 |
Lee Rhodes | Spelling and make easier to read.
|
commit | commitdiff | tree |
2022-01-21 |
Lee Rhodes | Update pom with correct coordinates for git-commit...
|
commit | commitdiff | tree |
2022-01-18 |
Lee Rhodes | Minor pom changes
|
commit | commitdiff | tree |
2022-01-16 |
Lee Rhodes | Release Process: Change pom version to 3.2.0-SNAPSHOT
|
commit | commitdiff | tree |
2022-01-16 |
Lee Rhodes | Create Release Branch 3.1.X
|
commit | commitdiff | tree |
2022-01-16 |
Lee Rhodes | Remove Print statement
|
commit | commitdiff | tree |
2022-01-12 |
Lee Rhodes | Removed test and method isMarkValid() as requested.
|
commit | commitdiff | tree |
2022-01-12 |
Lee Rhodes | Fixed Typo.
|
commit | commitdiff | tree |
2022-01-11 |
Lee Rhodes | Fixes problems found when running latest version of...
|
commit | commitdiff | tree |
2022-01-08 |
Lee Rhodes | Responding to Review Comment.
|
commit | commitdiff | tree |
2022-01-07 |
Lee Rhodes | In executing Clover in prep for release I found some...
|
commit | commitdiff | tree |
2022-01-06 |
Lee Rhodes | Correct typo: extra </p>.
|
commit | commitdiff | tree |
2022-01-05 |
Lee Rhodes | Changed seed to expectedSeed where applicable
|
commit | commitdiff | tree |
2022-01-04 |
Lee Rhodes | Added tests for the Sketches.wrap() and Sketches.wrapCompact...
|
commit | commitdiff | tree |
2022-01-03 |
Lee Rhodes | Minor corrections and a few code comment changes.
|
commit | commitdiff | tree |
2021-12-24 |
Lee Rhodes | Changed problematic test to a cluster test to avoid...
|
commit | commitdiff | tree |
2021-12-24 |
Lee Rhodes | Removed comment.
|
commit | commitdiff | tree |
2021-12-24 |
Lee Rhodes | Add more tests
|
commit | commitdiff | tree |
2021-12-24 |
Lee Rhodes | This adds tests, see SketchTest2.
|
commit | commitdiff | tree |
2021-12-23 |
Lee Rhodes | Merge branch 'master' into Add_HeapifyWrapCompactSketch
|
commit | commitdiff | tree |
2021-12-23 |
Lee Rhodes | Delete .mvn folder from master
|
commit | commitdiff | tree |
2021-12-23 |
Lee Rhodes | Remove edit from pom.
|
commit | commitdiff | tree |
2021-12-23 |
Lee Rhodes | Fix older LGTM warning.
|
commit | commitdiff | tree |
2021-12-23 |
Lee Rhodes | Remove .mvn/jvm.config
|
commit | commitdiff | tree |
2021-12-23 |
Lee Rhodes | Merge branch 'master' into Add_HeapifyWrapCompactSketch
|
commit | commitdiff | tree |
2021-12-23 |
Lee Rhodes | Adding collaborators to .asf.config
|
commit | commitdiff | tree |
2021-12-22 |
Lee Rhodes | Code additions requested by Will.
|
commit | commitdiff | tree |
2021-12-20 |
Lee Rhodes | Added assert to satisfy the LGTM warning,
|
commit | commitdiff | tree |
2021-12-17 |
Lee Rhodes | Hopefully the final fixes and code cleanup.
|
commit | commitdiff | tree |
2021-12-16 |
Lee Rhodes | Interim changes, all harmless at this point:
|
commit | commitdiff | tree |
2021-12-13 |
Lee Rhodes | Interim changes toward AoD set operations compatibility
|
commit | commitdiff | tree |
2021-12-08 |
Lee Rhodes | Added union tests to theta and tuple.
|
commit | commitdiff | tree |
2021-12-04 |
Lee Rhodes | Finished updating Corner case tests against of Union...
|
commit | commitdiff | tree |
2021-12-03 |
Lee Rhodes | Updated SetOperationCornerCases for Unions and cleaned...
|
commit | commitdiff | tree |
2021-12-03 |
Lee Rhodes | Did not mean to update this in this branch.
|
commit | commitdiff | tree |
2021-12-03 |
Lee Rhodes | More fixes related to parameter leakage
|
commit | commitdiff | tree |
2021-11-15 |
Lee Rhodes | minor Javadoc changes.
|
commit | commitdiff | tree |
2021-11-09 |
Lee Rhodes | Update pom
|
commit | commitdiff | tree |
2021-11-09 |
Lee Rhodes | disabled printing
|
commit | commitdiff | tree |
2021-11-08 |
Lee Rhodes | Merge branch 'master' into parameterLeakage
|
commit | commitdiff | tree |
2021-11-08 |
Lee Rhodes | Add one test
|
commit | commitdiff | tree |
2021-11-03 |
Lee Rhodes | Changes as a result of 2nd reviews.
|
commit | commitdiff | tree |
2021-11-01 |
Lee Rhodes | Fixes relative to review comments.
|
commit | commitdiff | tree |
2021-11-01 |
Lee Rhodes | Renaming of enum constants to be consistent with website...
|
commit | commitdiff | tree |
2021-10-31 |
Lee Rhodes | Javadoc update
|
commit | commitdiff | tree |
2021-10-31 |
Lee Rhodes | Update
|
commit | commitdiff | tree |
2021-10-29 |
Lee Rhodes | Fix testng.annotations.Test missing -- can't have ...
|
commit | commitdiff | tree |
2021-10-29 |
Lee Rhodes | Rewrote the Tuple AnotB logic.
|
commit | commitdiff | tree |
2021-10-23 |
Lee Rhodes | Merge branch 'master' into FixMikhailsBug
|
commit | commitdiff | tree |
2021-10-23 |
Lee Rhodes | Merge branch 'FixMinorCheckstyleIssues' into tupleUpdatableD...
|
commit | commitdiff | tree |
2021-10-23 |
Lee Rhodes | Cleanup Imports mostly
|
commit | commitdiff | tree |
2021-10-23 |
Lee Rhodes | Deprecate all occurrences of serializing or deserializing...
|
commit | commitdiff | tree |
2021-10-21 |
Lee Rhodes | Added tests for the tuple intersections(Tuple, Theta...
|
commit | commitdiff | tree |
2021-10-21 |
Lee Rhodes | Update changes in FixMikhailsBug
|
commit | commitdiff | tree |
2021-10-21 |
Lee Rhodes | Fixes as a result of PR Review (mostly).
|
commit | commitdiff | tree |
2021-10-19 |
Lee Rhodes | Add license.
|
commit | commitdiff | tree |
2021-10-19 |
Lee Rhodes | Add Mikhail's bug as specific test.
|
commit | commitdiff | tree |
2021-10-18 |
Lee Rhodes | This fixes Mikhail's Bug: datasketches-java Issue ...
|
commit | commitdiff | tree |
2021-10-13 |
Lee Rhodes | Fix Mikhail's Bug # 2
|
commit | commitdiff | tree |
next |