1. 43c80e5 This update adds checks for empty sketch for the appropriate get* methods. by Lee Rhodes · 3 years, 6 months ago
  2. a49f9fb Fixes issues discovered by David C. by Lee Rhodes · 3 years, 6 months ago
  3. 803727e minor changes to FloatBuffer & Test. by Lee Rhodes · 3 years, 7 months ago
  4. e136c8c Merge branch 'master' into RelativeErrorQuantiles by Lee Rhodes · 3 years, 7 months ago
  5. 73e54ae Fix website homepage link by Lee Rhodes · 3 years, 7 months ago
  6. 7d26676 Merge branch 'RelativeErrorQuantiles' of git@github.com:apache/incubator-datasketches-java.git into RelativeErrorQuantiles by Lee Rhodes · 3 years, 7 months ago
  7. 2365ce3 Added Generic InequalitySearch and Test by Lee Rhodes · 3 years, 7 months ago
  8. 80f2941 Merge pull request #336 from apache/req_sketch_to_string by Alexander Saydakov · 3 years, 7 months ago
  9. 77e9d46 spelling fixes by AlexanderSaydakov · 3 years, 7 months ago
  10. 29ce061 added K to summary by AlexanderSaydakov · 3 years, 7 months ago
  11. e3bc88f Javadoc updates by Lee Rhodes · 3 years, 7 months ago
  12. 23a133c Bug fix. by Lee Rhodes · 3 years, 7 months ago
  13. b9f57e6 Added CompactorReturn to ReqCompactor.compact(..) method; by Lee Rhodes · 3 years, 7 months ago
  14. 7921e41 Add CompactorReturn. by Lee Rhodes · 3 years, 7 months ago
  15. 899e5a0 Make heapify() public. by Lee Rhodes · 3 years, 7 months ago
  16. 905e214 Updates to BinarySearch, FloatBuffer, Req*, and datasketches.Util. by Lee Rhodes · 3 years, 7 months ago
  17. 6592857 added assert checks in toByteArray() methods. by Lee Rhodes · 3 years, 7 months ago
  18. 5f8bce1 Added serialization, deserialization by Lee Rhodes · 3 years, 7 months ago
  19. cd96c2b Merge branch 'RelativeErrorQuantiles' of by Lee Rhodes · 3 years, 7 months ago
  20. 29fbd26 Interim. by Lee Rhodes · 3 years, 7 months ago
  21. b4c7fc3 Merge pull request #335 from apache/req_fix_typos by Lee Rhodes · 3 years, 7 months ago
  22. eb7fa1d fixed typos by AlexanderSaydakov · 3 years, 7 months ago
  23. 5703321 Merge branch 'master' into RelativeErrorQuantiles by Lee Rhodes · 3 years, 7 months ago
  24. 14ba6a9 Consolidated the binary search and test into its own class. by Lee Rhodes · 3 years, 7 months ago
  25. dc4aa8e Interim changes by Lee Rhodes · 3 years, 7 months ago
  26. a873759 Merge pull request #333 from apache/jaccard_similarity_changes by Alexander Saydakov · 3 years, 7 months ago
  27. a527e14 Fix LGTM warning by Lee Rhodes · 3 years, 7 months ago
  28. 2066a26 Added unit tests. by Lee Rhodes · 3 years, 7 months ago
  29. bb76d80 Code cleanup, organizing methods. by Lee Rhodes · 3 years, 7 months ago
  30. 77a3773 Minor changes to coordinate with characterization scripts better. by Lee Rhodes · 3 years, 7 months ago
  31. 57dd6c4 Adding getSerializationBytes() to API. by Lee Rhodes · 3 years, 8 months ago
  32. a297b61 Fix comment in FloatBuffer, minor corrections in tests. by Lee Rhodes · 3 years, 8 months ago
  33. ce0795a Interim stable point. All unit tests pass. by Lee Rhodes · 3 years, 8 months ago
  34. 6be785e terminology, efficiency, restored test by AlexanderSaydakov · 3 years, 8 months ago
  35. 6dd98ba Added builder, added compatibility mode with other quantile sketches. by Lee Rhodes · 3 years, 8 months ago
  36. 101dde2 Fix javadoc error caught by lgtm. by Lee Rhodes · 3 years, 8 months ago
  37. 14dfb52 Interim Stable point. Original binary search has been replaced with a by Lee Rhodes · 3 years, 8 months ago
  38. 28501b9 Minor fixes to UB, LB. This is still not right. by Lee Rhodes · 3 years, 8 months ago
  39. ac26618 Fixed bug in reset() by Lee Rhodes · 3 years, 8 months ago
  40. a04e29f Corrected error in ensureEnoughSections(). by Lee Rhodes · 3 years, 8 months ago
  41. 9c675d4 Corrections based on Pavel's feedback: by Lee Rhodes · 3 years, 8 months ago
  42. d7891b7 Added reset method for characterization testing. by Lee Rhodes · 3 years, 8 months ago
  43. c0c87ea Reversed changes to min, max in KLL. My Mistake. by Lee Rhodes · 3 years, 8 months ago
  44. 9d527bd Added missing license to FloatBuffer. Corrected improper "<" in javadoc by Lee Rhodes · 3 years, 8 months ago
  45. 05feca3 Added unit tests by Lee Rhodes · 3 years, 8 months ago
  46. bb2d2d9 Added Javadocs, fixed how debugLevel works in the ReqSketchTest class. by Lee Rhodes · 3 years, 8 months ago
  47. fe8e4ff Move all the purely test code into the test tree. by Lee Rhodes · 3 years, 8 months ago
  48. 43baa2b Corrections in UB,LB calculations to accommodate normalized ranks by Lee Rhodes · 3 years, 8 months ago
  49. d07b41c Added get UB, LB and a priori get RSE from Pavel. But these do not have by Lee Rhodes · 3 years, 8 months ago
  50. 5f051ba Added unit tests. by Lee Rhodes · 3 years, 8 months ago
  51. c694f26 Update REQ by Lee Rhodes · 3 years, 8 months ago
  52. 5dc0f29 More fixes for a stable point. by Lee Rhodes · 3 years, 8 months ago
  53. 53e3558 Starting to add High-Rank Accuracy by Lee Rhodes · 3 years, 8 months ago
  54. c6453aa updates to REQ by Lee Rhodes · 3 years, 8 months ago
  55. c6e333a Added binary search algo to improve getRank() and getQuantile() searches. by Lee Rhodes · 3 years, 8 months ago
  56. dc7f9ba Added getQuantile(), getQuantiles(), getRank() plus other fill-in methods. by Lee Rhodes · 3 years, 8 months ago
  57. bd6f03f Merge pull request #331 from davecromberge/binomialbounds-doc-fix by David Cromberge · 3 years, 8 months ago
  58. e7c6537 Restore prior documentation for error bounds by David Cromberge · 3 years, 8 months ago
  59. 51aff76 Implemented Strategy 2. by Lee Rhodes · 3 years, 8 months ago
  60. 2092f25 Initial implementation of RelativeErrorQuantiles Sketch by Lee Rhodes · 3 years, 9 months ago
  61. fdaf1cf Correct minor java doc typos by David Cromberge · 3 years, 9 months ago
  62. 9799978 Merge branch 'master' into KllRelativeError by Lee Rhodes · 3 years, 9 months ago
  63. 42feebc interim by Lee Rhodes · 3 years, 9 months ago
  64. c403ee5 Interim by Lee Rhodes · 3 years, 9 months ago
  65. 4167017 Interim by Lee Rhodes · 3 years, 9 months ago
  66. e81333f Merge pull request #330 from apache/UpdateKLL by Lee Rhodes · 3 years, 9 months ago
  67. 09cab7b Moving methods around to make them easier to find. by Lee Rhodes · 3 years, 9 months ago
  68. 81a5810 Merge branch 'master' into UpdateKLL by Lee Rhodes · 3 years, 9 months ago
  69. a8eaf9e Some minor bug fixes and rearrange KllFloatsSketch methods. by Lee Rhodes · 3 years, 9 months ago
  70. 5874474 Merge pull request #329 from apache/UpdateUtil by Lee Rhodes · 3 years, 9 months ago
  71. 46ad0a9 another typo. by Lee Rhodes · 3 years, 9 months ago
  72. 6dfbfe1 Fix typo by Lee Rhodes · 3 years, 9 months ago
  73. b893572 Apply Util changes to KLL by Lee Rhodes · 3 years, 9 months ago
  74. 6a935ba Rename "simpleIntLog2" to "simpleLog2OfLong" plus javadoc changes. by Lee Rhodes · 3 years, 9 months ago
  75. 8b230f3 Merge pull request #327 from apache/Refactor_Intersection by Lee Rhodes · 3 years, 9 months ago
  76. d0b85d2 Remove redundant subclass method by Lee Rhodes · 3 years, 10 months ago
  77. 3be239f Changed travis.yml back to openjdk8 by Lee Rhodes · 3 years, 10 months ago
  78. 410a1c5 Refactoring of Theta Intersection. by Lee Rhodes · 3 years, 10 months ago
  79. 7e35246 Interim by Lee Rhodes · 3 years, 10 months ago
  80. d735da7 Merge pull request #324 from apache/Refactor_Theta_Tuple by Lee Rhodes · 3 years, 10 months ago
  81. dfd3f08 Fixed all issues with PR #324. by Lee Rhodes · 3 years, 10 months ago
  82. 00fd703 Fix test so that recovered ResizeFactor is detected correctly. by Lee Rhodes · 3 years, 10 months ago
  83. 46451a2 Fixes relevant to last PR #324 review. by Lee Rhodes · 3 years, 10 months ago
  84. d87b9e1 Fixed several issues related to the PR feedback as well as 3 bugs: by Lee Rhodes · 3 years, 10 months ago
  85. 6b64482 Fix Travis bug (hopefully) by Lee Rhodes · 3 years, 10 months ago
  86. 3df81f6 change to oracleJDK8 to fix travis bug by Lee Rhodes · 3 years, 10 months ago
  87. 88c23df Debug why travis fails but it does not fail locally. by Lee Rhodes · 3 years, 10 months ago
  88. 9ee4403d Changes as a result of initial review of PR #324 by Lee Rhodes · 3 years, 10 months ago
  89. 026eb3e Interim. by Lee Rhodes · 3 years, 10 months ago
  90. 644ab85 Add unit tests by Lee Rhodes · 3 years, 10 months ago
  91. e3f4ad2 Close to final set of changes. by Lee Rhodes · 3 years, 10 months ago
  92. 65897ed Allow for future extension of Theta. by Lee Rhodes · 3 years, 10 months ago
  93. 46746a8 Merge branch 'master' into Refactor_Theta_Tuple by Lee Rhodes · 3 years, 10 months ago
  94. eead07c Merge pull request #323 from apache/SmallCleanup by Lee Rhodes · 3 years, 10 months ago
  95. a22af6a Add assert to test. by Lee Rhodes · 3 years, 10 months ago
  96. fd4c995 Small changes needed in master before the next set of PRs. by Lee Rhodes · 3 years, 10 months ago
  97. 8736b03 Interm: Completed major rewrite of Concurrent Theta Sketch unit tests by Lee Rhodes · 3 years, 10 months ago
  98. 50f49bf Deprecated getCurrentBytes(boolean). Replaced by getCompactBytes() and by Lee Rhodes · 3 years, 10 months ago
  99. 184623e Interim with errors by Lee Rhodes · 3 years, 10 months ago
  100. f4317e5 Consolidated all compacting operations into CompactOperations. by Lee Rhodes · 3 years, 10 months ago