1. 834f0c4 Merge pull request #47 from apache/muslinux-wheels by Jon Malkin · 7 weeks ago main
  2. 858b1a0 remove commented line by Jon Malkin · 7 weeks ago
  3. 20ca42a stop removing cmake to clean up script by Jon · 8 weeks ago
  4. a20c423 keep arch options in pyproject.toml, only move before-build env option by Jon · 8 weeks ago
  5. 43a13b6 move option back to workflow file by Jon · 8 weeks ago
  6. f9b005f try to remove unneeded yum command from musllinux by Jon · 8 weeks ago
  7. 4a45c05 properly spell musllinux by Jon · 8 weeks ago
  8. 5f55e61 remove 32-bit wheel builds, add muslinux by Jon · 8 weeks ago
  9. 20e723e Merge pull request #44 from apache/numpy-fix by Jon Malkin · 9 weeks ago
  10. 1cafe73 Use numpy's import_array1(0) to avoid return type weirdness with muslinux as part of issue #43 by Jon · 9 weeks ago
  11. 36cee9b Merge pull request #42 from apache/theta_compressed by Jon Malkin · 4 months ago
  12. 9dc7e7c Allow compression for theta sketches by Jon Malkin · 4 months ago
  13. a8734e4 Merge pull request #40 from jmalkin/workflow-fix by Jon Malkin · 4 months ago
  14. 225a5e7 Bump qemu version, tidy up naming by Jon Malkin · 4 months ago
  15. fde69b2 use PYTHON_VERSION variable consistently by Jon Malkin · 4 months ago
  16. 62df5b3 unique artifact names and merge into one at the end by Jon Malkin · 4 months ago
  17. cc97df3 bump versions for source artifact by Jon Malkin · 4 months ago
  18. 31a3153 don't try to name aritfact by Jon Malkin · 4 months ago
  19. baa0ab5 version bump dependencies for other workflows by Jon Malkin · 4 months ago
  20. d44c96f Fix to generate proper Apple Silicon wheels, bump versions to mitigate GH warnings by Jon Malkin · 4 months ago
  21. f27b4c6 Merge pull request #35 from apache/main-version-bump by Jon Malkin · 4 months ago
  22. 5cdd61f Merge pull request #38 from apache/release_fixes by Jon Malkin · 4 months ago
  23. 237f52a Mega-commit for cherry-picking ease. Fix joint C++/python object handling, ensure __str__ takes no parameters, test to_string methods by Jon Malkin · 4 months ago
  24. 512a6c2 Merge pull request #37 from jmalkin/build_wheels by c-dickens · 4 months ago
  25. 2eb9175 add missing minor verison on error message by Jon · 4 months ago
  26. c72ef7e minor cleanup by Jon · 4 months ago
  27. 544244b once more -- possibly avoid dueling env variable settings by Jon · 4 months ago
  28. 597e245 another try by Jon · 4 months ago
  29. cf9138b another try by Jon · 4 months ago
  30. 777740b pass mac build env variable through to container by Jon · 4 months ago
  31. 93e5884 test syntax change by Jon · 4 months ago
  32. eaa4b16 Slightly different syntax to specify mac build target, try to properly specify cibuildwheel version by Jon · 4 months ago
  33. fc636f8 Move most cibuildwheels options into pyproject.toml and simplify build_wheels workflow. Try to clean up versioning a bit by Jon · 4 months ago
  34. 60e650b Update version.cfg.in by Jon Malkin · 4 months ago
  35. 8c93edf Merge pull request #34 from apache/gitignore by Jon Malkin · 4 months ago
  36. 763bdd3 Bump version to 5.0 line (unrelated to gitignore, sorry) by Jon Malkin · 5 months ago
  37. 18b0e4b add missing .gitignore by Jon Malkin · 5 months ago
  38. 2787a9d Merge pull request #33 from apache/update-cibuildwheel by c-dickens · 5 months ago
  39. f83ba84 Update build_wheels.yml by Jon Malkin · 5 months ago
  40. 35032cd Merge pull request #32 from apache/cleanup by Jon Malkin · 5 months ago
  41. d052c98 Bump copyright year by Jon Malkin · 5 months ago
  42. 23964a3 remove unused pybind11Path.cmd used by windows since no longer using pybind11 by Jon Malkin · 5 months ago
  43. 332ca80 Merge pull request #31 from apache/sidebar-v2 by Jon Malkin · 5 months ago
  44. 38422ed another typo by Jon Malkin · 5 months ago
  45. 6b757b2 fix typo by Jon Malkin · 5 months ago
  46. 53ff9e9 Provided a more useful blurb in each family index page by Jon Malkin · 5 months ago
  47. 17d3103 Merge expanded docs from main into sidebar branch, add subdirs for any missing groups by Jon Malkin · 5 months ago
  48. 0e87d56 Moved the sketches into independent subdirectories by Charlie Dickens · 5 months ago
  49. 253de6a Merge pull request #29 from apache/expand_docs by Jon Malkin · 5 months ago
  50. 7e77363 Remove use of C++ template paramter in FI description by Jon Malkin · 5 months ago
  51. bf5ef81 Double backticks on hll, fix type on frequent items by Jon Malkin · 5 months ago
  52. 5bffb0b Merge pull request #30 from apache/pin-cpp-5.0.2 by Jon Malkin · 5 months ago
  53. 6cf5c53 Pin cpp 5.0.2 release by Jon · 5 months ago
  54. db90841 Add notes about which classes require a serde and which use python built-in object methods by Jon Malkin · 5 months ago
  55. 6c501d5 add ks test to docs, add support for items sketches in ks test by Jon Malkin · 5 months ago
  56. edcd1c4 add most helper classes by Jon Malkin · 5 months ago
  57. 661ed34 Add static/non-statics for most classes, add extra description for serdes by Jon Malkin · 5 months ago
  58. a83ebbc Merge pull request #28 from apache/docs-update by Jon Malkin · 5 months ago
  59. e10511a Merge pull request #27 from jmalkin/use_properties by Jon Malkin · 5 months ago
  60. 7aa4701 Updated readme to remove problems section by Charlie Dickens · 5 months ago
  61. ca33b7c Added class level docstrings by Charlie Dickens · 5 months ago
  62. 9b76c29 fix vector of kll test by Jon Malkin · 5 months ago
  63. 7e75550 Add docstring to all init methods by Jon Malkin · 5 months ago
  64. 2868fba no get_n after collapse by Jon Malkin · 5 months ago
  65. 1b1a024 use properties for basic sketch info values, use __copy__ instead of copy constructor syntax, remove a few unnecessary ctors by Jon Malkin · 5 months ago
  66. cc34801 Initial documentation update by Charlie Dickens · 5 months ago
  67. 86fbdee Merge pull request #24 from apache/nanobind by Jon Malkin · 5 months ago
  68. c1cb554 Merge pull request #23 from jmalkin/main by Jon Malkin · 5 months ago
  69. 0fa736f Merge pull request #3 from jmalkin/nb-50x-branch by Jon Malkin · 5 months ago
  70. 2da47e8 Update CMakeLists.txt by Jon Malkin · 5 months ago
  71. 2374142 Update CMakeLists.txt by Jon Malkin · 5 months ago
  72. 9b69239 Merge branch 'main' of github.com:jmalkin/datasketches-python by Jon Malkin · 5 months ago
  73. dc06f58 Merge pull request #1 from jmalkin/numpy_hack by Jon Malkin · 6 months ago
  74. 04185aa Add EBPPS to readme (unrelated to nanobind) by Jon · 6 months ago
  75. a61fcd8 Update docs to remove nanobind references by Jon · 6 months ago
  76. 79cfd33 Use numpy API directly for density sketch by Jon Malkin · 6 months ago
  77. 8af703a resolve changes from multi-box development by Jon Malkin · 6 months ago
  78. f9f16a9 Finish nanobind changes, still need to formalize a bit more testing by Jon Malkin · 6 months ago
  79. 96a91ed WIP: 2d update fails so likely an issue in update() but data movement now works as expected by Jon Malkin · 6 months ago
  80. 359fd21 Merge pull request #18 from apache/lib-comparison by c-dickens · 6 months ago
  81. 727bb63 WIP: incorrectly handling ndarrays, but compiles which finally allows for testing by Jon · 6 months ago
  82. 2f7393d WIP: partial conversion of vector_of_kll by Jon Malkin · 6 months ago
  83. 198a686 Merge pull request #19 from apache/enable-issues by Jon Malkin · 6 months ago
  84. ecb222b Update .asf.yaml by Jon Malkin · 6 months ago
  85. 7bc8ba6 WIP: vector of kll -- does not yet compile by Jon · 6 months ago
  86. 2ca592c test iterator for quantiles of items for classic and req by Jon · 6 months ago
  87. 73e86b2 finish changes for core sketches, add keep_alive to iterators by Jon · 6 months ago
  88. aec4127 Still WIP: Move to nanobind. Currently depending on private c++ library branch with a few compatibility fixes by Jon Malkin · 6 months ago
  89. a54333d Added hll space comparison by Charlie Dickens · 6 months ago lib-comparison
  90. ea9ee02 Merge branch 'main' of github.com:jmalkin/datasketches-python into nanobind by Jon Malkin · 6 months ago
  91. 46a4a9c Remove default kernel for density sketch and eliminate extra python wrapper by Jon Malkin · 6 months ago
  92. 2de7420 Merge pull request #17 from apache/lib-comparison by c-dickens · 6 months ago
  93. 04f74e4 Fixed typo by Charlie Dickens · 6 months ago
  94. 2ea49fd Simplified profile and adjusted measurement technique by Charlie Dickens · 6 months ago
  95. 362c643 Remove TupleWrapper.py since no longer needed by Jon Malkin · 6 months ago
  96. f02614a Still WIP: add tuple and theta by Jon Malkin · 6 months ago
  97. 2fd463d WIP: move to nanobind by Jon · 6 months ago
  98. 8073cac Added update time profile by Charlie Dickens · 6 months ago
  99. 52d4310 Added update time comparison by Charlie Dickens · 6 months ago
  100. ee66070 Merge pull request #15 from apache/lib-comparison by c-dickens · 6 months ago