1. 7fbd0df update pom by Lee Rhodes · 10 days ago master
  2. 231d196 remove - didn't need to add these. by Lee Rhodes · 12 days ago
  3. f83c45d Add back src/main/resources, all the *.conf files. by Lee Rhodes · 12 days ago
  4. 09be293 fix pom by Lee Rhodes · 12 days ago
  5. 742ee26 Merge pull request #85 from apache/frankgrimes97-feature/maven-multi-module-per-java-version by Lee Rhodes · 13 days ago
  6. d611c61 Update python files by Lee Rhodes · 13 days ago
  7. b6a642b Merge branch 'feature/maven-multi-module-per-java-version' of github.com:frankgrimes97/datasketches-characterization into frankgrimes97-feature/maven-multi-module-per-java-version by Lee Rhodes · 13 days ago
  8. 1245bd7 Merge pull request #84 from apache/minor_cleanup by Lee Rhodes · 13 days ago
  9. 9228291 Merge branch 'master' into minor_cleanup by Lee Rhodes · 13 days ago
  10. 9f49595 minor cleanup by Lee Rhodes · 14 days ago
  11. 723db9a Merge pull request #83 from apache/dependabot/pip/src/notebooks/urllib3-2.5.0 by Lee Rhodes · 14 days ago
  12. 0f0bcac Merge pull request #82 from apache/dependabot/pip/src/notebooks/requests-2.32.4 by Lee Rhodes · 14 days ago
  13. 67d431d Merge pull request #81 from apache/dependabot/pip/src/notebooks/tornado-6.5.1 by Lee Rhodes · 14 days ago
  14. 5f17df2 Bump urllib3 from 2.2.2 to 2.5.0 in /src/notebooks by dependabot[bot] · 3 months ago
  15. ef9d3e0 Bump requests from 2.32.3 to 2.32.4 in /src/notebooks by dependabot[bot] · 3 months ago
  16. e4d1f93 Bump tornado from 6.4.2 to 6.5.1 in /src/notebooks by dependabot[bot] · 4 months ago
  17. 974512e Merge pull request #80 from apache/dependabot/pip/src/notebooks/setuptools-78.1.1 by Lee Rhodes · 4 months ago
  18. 24a135b Bump setuptools from 72.2.0 to 78.1.1 in /src/notebooks by dependabot[bot] · 4 months ago
  19. 3618b66 Merge pull request #79 from apache/dependabot/pip/src/notebooks/h11-0.16.0 by Lee Rhodes · 4 months ago
  20. 8dafa87 Bump h11 from 0.14.0 to 0.16.0 in /src/notebooks by dependabot[bot] · 5 months ago
  21. f726605 Merge pull request #78 from apache/dependabot/pip/src/notebooks/jinja2-3.1.6 by Lee Rhodes · 5 months ago
  22. bd0f046 Bump jinja2 from 3.1.5 to 3.1.6 in /src/notebooks by dependabot[bot] · 6 months ago
  23. d3a9e0e Remove unnecessary plugin version specifications by Frank Grimes · 6 months ago
  24. 94eb2dd Bump TestNG version to latest where applicable by Frank Grimes · 6 months ago
  25. e9fc679 Correct plugin version properties from Apache parent by Frank Grimes · 6 months ago
  26. 320008c Maven submodule per supported Java version by Frank Grimes · 6 months ago
  27. 5dcf4e6 Merge pull request #75 from frankgrimes97/feature/allow-building-with-java11 by Lee Rhodes · 7 months ago
  28. fe1d616 Allow building with Java 11 by Frank Grimes · 7 months ago
  29. d414c36 Merge pull request #74 from frankgrimes97/upkeep/fix-broken-build-and-upgrade-to-dataketches-java-6.2.0 by Alexander Saydakov · 7 months ago
  30. f2c9a3e Upgrade to datasketches-java-6.2.0 by Frank Grimes · 7 months ago
  31. c51d486 Exclude src/notebooks from RAT license checks by Frank Grimes · 8 months ago
  32. b775470 Add missing license header by Frank Grimes · 7 months ago
  33. 9919471 Minor JavaDoc fixes by Frank Grimes · 8 months ago
  34. 79565ab Ignore local NetBeans IDE config files by Frank Grimes · 8 months ago
  35. 17c1fcb Fix invalid POM file by Frank Grimes · 8 months ago
  36. 729a693 Refactoring & clean up. by Lee Rhodes · 7 months ago
  37. 43ca537 Merge branch 'master' of git@github.com:apache/datasketches-characterization.git by Lee Rhodes · 7 months ago
  38. ed31fdc Most of these changes remove references to the "Handle" hierarchy, which by Lee Rhodes · 7 months ago
  39. 7aff7fe Merge pull request #71 from apache/dependabot/pip/src/notebooks/tornado-6.4.2 by Lee Rhodes · 7 months ago
  40. ae74603 Merge pull request #72 from apache/dependabot/pip/src/notebooks/jinja2-3.1.5 by Lee Rhodes · 7 months ago
  41. 2b469cd Merge pull request #73 from apache/tdigest-cpp by Lee Rhodes · 7 months ago
  42. 266c847 missing file by AlexanderSaydakov · 8 months ago
  43. 6d19058 Bump jinja2 from 3.1.4 to 3.1.5 in /src/notebooks by dependabot[bot] · 8 months ago
  44. 6ee1942 Bump tornado from 6.4.1 to 6.4.2 in /src/notebooks by dependabot[bot] · 10 months ago
  45. fd79bf5 Merge pull request #70 from apache/tdigest-cpp by Alexander Saydakov · 11 months ago
  46. 6162dda true rank by AlexanderSaydakov · 11 months ago
  47. fbe5c8f standard deviation constants by AlexanderSaydakov · 11 months ago
  48. 11285b7 REQ error vs rank by AlexanderSaydakov · 11 months ago
  49. caf2cf3 tdigest characterization by AlexanderSaydakov · 11 months ago
  50. 97df9ad Merge pull request #67 from apache/dependabot/pip/src/notebooks/notebook-7.2.2 by Lee Rhodes · 1 year ago
  51. 9a5ad82 Merge pull request #68 from apache/dependabot/pip/src/notebooks/jupyterlab-4.2.5 by Lee Rhodes · 1 year ago
  52. 17d520f Bump jupyterlab from 4.2.4 to 4.2.5 in /src/notebooks by dependabot[bot] · 1 year ago
  53. a1848b1 Bump notebook from 7.2.1 to 7.2.2 in /src/notebooks by dependabot[bot] · 1 year ago
  54. 5196bde Merge pull request #66 from apache/add-python-plotting by c-dickens · 1 year, 1 month ago
  55. 058c211 Added space profile and analysis by c-dickens · 1 year, 1 month ago
  56. 90b15e6 Added accuracy vs num hashes profiles by c-dickens · 1 year, 1 month ago
  57. 47acb66 Added readme by c-dickens · 1 year, 1 month ago
  58. b160991 Added expansion profile by c-dickens · 1 year, 1 month ago
  59. 98bd688 Added the QF expansion profile by c-dickens · 1 year, 1 month ago
  60. 145301a Simplified experiment code and added trials by c-dickens · 1 year, 1 month ago
  61. a32d450 Corrected size -> space refactor by c-dickens · 1 year, 1 month ago
  62. 66a0068 Put renamed profiles into confs by c-dickens · 1 year, 1 month ago
  63. 4e39ffb Renamed space profiles for consistency by c-dickens · 1 year, 1 month ago
  64. 69f906e Added space profiles by c-dickens · 1 year, 1 month ago
  65. 87380c0 Added filter accuracy scripts by Charlie Dickens · 1 year, 3 months ago
  66. ff2096f Added quotient filter update times and renamed bloom profile by Charlie Dickens · 1 year, 3 months ago
  67. 5f6e5f7 Added initial filter update times script by Charlie Dickens · 1 year, 3 months ago
  68. d5238f5 Add ResourceFiles to src/main/java/org/apache/datasketches/characterization by Lee Rhodes · 1 year, 3 months ago
  69. 89dfe18 Merge branch 'master' of git@github.com:apache/datasketches-characterization.git by Lee Rhodes · 1 year, 3 months ago
  70. 40d512c Change to ds-java 6.0.0 by Lee Rhodes · 1 year, 3 months ago
  71. 11e6743 [Go] Add FrequencyLong speed profile by Pierre Lacave · 1 year, 4 months ago
  72. bb80721 Merge pull request #65 from apache/hll-serde-go by Pierre Lacave · 1 year, 4 months ago
  73. 3b9de54 [Go] Add HLL SerDe profile by Pierre Lacave · 1 year, 4 months ago
  74. d9d6706 Merge pull request #64 from apache/go-hll-merge-speed-profile by Pierre Lacave · 1 year, 4 months ago
  75. d9bf9be [Go] add no error assert in distinct count merge speed profile by Pierre Lacave · 1 year, 4 months ago
  76. 35ae9ca Add serde to merge speed job by Pierre Lacave · 1 year, 4 months ago
  77. cb87b12 [Go] Add go merge speed profile for HLL and cleanup by Pierre Lacave · 1 year, 4 months ago
  78. 3df8d9f Merge pull request #62 from apache/hll-bound-accuracy-go by Pierre Lacave · 1 year, 5 months ago
  79. 9fa4518 Merge pull request #63 from apache/rat-exclusion by Pierre Lacave · 1 year, 5 months ago
  80. 7824c81 Exclude Intellij folder by Pierre Lacave · 1 year, 5 months ago
  81. cba5b27 Exclude from pom instead by Pierre Lacave · 1 year, 5 months ago
  82. 5dcb994 Add Rat excludes for go.sum by Pierre Lacave · 1 year, 5 months ago
  83. 396b5b9 Update Readme.md by Lee Rhodes · 1 year, 5 months ago
  84. 562a2b5 Fix profile formatter and cleanup by Pierre Lacave · 1 year, 5 months ago
  85. 5b04138 Fix config and bound accuracy printer by Pierre Lacave · 1 year, 5 months ago
  86. b952ab7 Add HLL accuracy bounds and merge accuracy characterization profile by Pierre Lacave · 1 year, 5 months ago
  87. 5d2c8e6 Merge pull request #61 from apache/go-characterization by Pierre Lacave · 1 year, 5 months ago
  88. cf1134d Merge branch 'master' of git@github.com:apache/datasketches-characterization.git by Lee Rhodes · 1 year, 5 months ago
  89. dc695ed Added Kll vector characterization tests. by Lee Rhodes · 1 year, 5 months ago
  90. 52452dc [Go] set rmse in distinct count job by Pierre Lacave · 1 year, 6 months ago
  91. a076e4c remove binary of datasketches-characterization-go by Pierre Lacave · 1 year, 6 months ago
  92. 730a57f fix go program name by Pierre Lacave · 1 year, 6 months ago
  93. a156720 Remove left over code port by Pierre Lacave · 1 year, 6 months ago
  94. 40db86b license by Pierre Lacave · 1 year, 6 months ago
  95. fbfe02c [Go] Add first characterization job for Go by Pierre Lacave · 1 year, 6 months ago
  96. f1b1258 Merge pull request #60 from apache/tdigest-cpp by Alexander Saydakov · 1 year, 6 months ago
  97. 9de0971 [Go] go tidy go.sum by Pierre Lacave · 1 year, 6 months ago
  98. 568c64b [Go] Fix accuracy stats by Pierre Lacave · 1 year, 6 months ago
  99. de09987 [Go] Add test runner and use float64 KLL in accuracy stats by Pierre Lacave · 1 year, 6 months ago
  100. e7d8724 Rebase Go implemn from Java Job runners by Pierre Lacave · 1 year, 6 months ago