projects
/
datasketches-cpp.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
datasketches-cpp.git
2022-04-06
Jon Malkin
add python wrapper (w/o merging as that's not implement...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-05
Jon Malkin
ensure k is power of 2 to match java
commit
|
commitdiff
|
tree
|
snapshot
2022-04-05
Jon Malkin
Read correct sketch from java for testing
commit
|
commitdiff
|
tree
|
snapshot
2022-04-05
Jon Malkin
Add more tests ported from kll test suite (all except...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-05
Jon Malkin
remove unnecessary move, sort BB as side-effect on...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-05
Jon Malkin
minor cleanup
commit
|
commitdiff
|
tree
|
snapshot
2022-04-05
Jon Malkin
(de)serializatio fixes and compatibility with java...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-26
Jon Malkin
more warning fixes
commit
|
commitdiff
|
tree
|
snapshot
2022-03-26
Jon Malkin
updates to reduce warnings
commit
|
commitdiff
|
tree
|
snapshot
2022-03-25
Jon Malkin
naming consistency for serde template parameter
commit
|
commitdiff
|
tree
|
snapshot
2022-03-24
Jon Malkin
remove extraneous serde template parameter
commit
|
commitdiff
|
tree
|
snapshot
2022-03-24
Jon Malkin
move serde from class onto only methods needing it
commit
|
commitdiff
|
tree
|
snapshot
2022-03-24
Jon Malkin
deserialize void*
commit
|
commitdiff
|
tree
|
snapshot
2022-03-23
Jon Malkin
checkpoint: streaming deserialization
commit
|
commitdiff
|
tree
|
snapshot
2022-02-18
Jon Malkin
add serialization (self-consistent, not fully tested)
commit
|
commitdiff
|
tree
|
snapshot
2022-01-20
Jon Malkin
use common quantiles calculator between req and classic...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-15
Jon Malkin
fix backwards logic on a comparator, simplify to reduce...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Jon Malkin
add missing header, fix comparator usage
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Jon Malkin
include chrono in the right place
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Jon Malkin
use the same random_bit implementation across all quant...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-05
Jon Malkin
WIP initial commit of classic quantiles. incomplete...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-01
Alexander Saydakov
Merge pull request #249 from will-lauer/wrapped_theta_u...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-01
Jon Malkin
Merge pull request #248 from will-lauer/install
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Will Lauer
Restructuring theta so that wrapped compact has standar...
249/head
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Will Lauer
Updating documentation and fixing definition of exporte...
248/head
commit
|
commitdiff
|
tree
|
snapshot
2021-10-28
Alexander Saydakov
Merge pull request #245 from will-lauer/install
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Alexander Saydakov
Merge pull request #247 from apache/tuple_serial_ver3
commit
|
commitdiff
|
tree
|
snapshot
2021-10-25
Will Lauer
Adding instructions for including DataSketches as depen...
245/head
commit
|
commitdiff
|
tree
|
snapshot
2021-10-21
AlexanderSaydakov
tuple serial version 3 for compatibility with Java
247/head
commit
|
commitdiff
|
tree
|
snapshot
2021-10-19
Alexander Saydakov
Merge pull request #246 from apache/fix_allocation_in_t...
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Will Lauer
A little more cmake cleanup and a readme update.
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Will Lauer
Including missing files in python distribution
commit
|
commitdiff
|
tree
|
snapshot
2021-10-13
AlexanderSaydakov
fixed conversion
246/head
commit
|
commitdiff
|
tree
|
snapshot
2021-10-13
AlexanderSaydakov
use default allocator for temporary ostringstream
commit
|
commitdiff
|
tree
|
snapshot
2021-10-11
Will Lauer
Adding missing files from install
commit
|
commitdiff
|
tree
|
snapshot
2021-10-11
Will Lauer
Fixing exports and dependencies to build correct instal...
commit
|
commitdiff
|
tree
|
snapshot
2021-10-09
Will Lauer
Installing needed common files
commit
|
commitdiff
|
tree
|
snapshot
2021-10-07
Alexander Saydakov
Merge pull request #244 from apache/fix_cpc_union_alloc...
commit
|
commitdiff
|
tree
|
snapshot
2021-10-06
AlexanderSaydakov
use provided allocator instance
244/head
commit
|
commitdiff
|
tree
|
snapshot
2021-09-30
Jon Malkin
Merge pull request #242 from apache/py_fixes
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Jon Malkin
return unreleased python verison to 3.3.0.dev0
242/head
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Jon Malkin
Pull in changes to python files and license from 3...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Alexander Saydakov
Merge pull request #241 from apache/fix_hll_to_string
commit
|
commitdiff
|
tree
|
snapshot
2021-09-27
AlexanderSaydakov
fixed printing uint8_t values
241/head
commit
|
commitdiff
|
tree
|
snapshot
2021-09-23
Jon Malkin
Merge pull request #240 from apache/py_readme_cleanup
3.2.x
3.2.0
3.2.0-rc2
commit
|
commitdiff
|
tree
|
snapshot
2021-09-23
Jon Malkin
Merge branch '3.2.x' into py_readme_cleanup
240/head
commit
|
commitdiff
|
tree
|
snapshot
2021-09-23
Jon Malkin
clean up project metadata and dependencies for python
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Jon Malkin
use logo with trademark icons, no need to caveat maybe...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Jon Malkin
clean up long and short descriptions for python package
commit
|
commitdiff
|
tree
|
snapshot
2021-09-21
Jon Malkin
Release process: bumps setup.py version to 3.3.0.dev0
commit
|
commitdiff
|
tree
|
snapshot
2021-09-21
Jon Malkin
to v3.2.0 in setup.py
3.2.0-RC1
commit
|
commitdiff
|
tree
|
snapshot
2021-09-21
Jon Malkin
Merge pull request #239 from apache/py_readme
commit
|
commitdiff
|
tree
|
snapshot
2021-09-21
Jon Malkin
Add sentence-ending comma
239/head
commit
|
commitdiff
|
tree
|
snapshot
2021-09-21
Jon Malkin
specify where to run the install command
commit
|
commitdiff
|
tree
|
snapshot
2021-09-21
Jon Malkin
update python readme, remove unused .gitmodules
commit
|
commitdiff
|
tree
|
snapshot
2021-09-20
Alexander Saydakov
Merge pull request #237 from apache/issue_236
commit
|
commitdiff
|
tree
|
snapshot
2021-09-17
AlexanderSaydakov
correct description
237/head
commit
|
commitdiff
|
tree
|
snapshot
2021-09-17
AlexanderSaydakov
fix issue #236
commit
|
commitdiff
|
tree
|
snapshot
2021-09-07
Jon Malkin
Merge pull request #235 from apache/add_sdist_build
commit
|
commitdiff
|
tree
|
snapshot
2021-09-07
Jon Malkin
Merge pull request #234 from apache/pybind_build_dependency
235/head
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Jon Malkin
add missing - and specify global pybind11 dependency
234/head
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Jon Malkin
Changes to support wheels on Windows
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Jon Malkin
Merge branch 'pybind_build_dependency' of github.com...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-30
Jon Malkin
fix python compile issues on ubuntu+gcc10 docker by...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-30
Jon Malkin
turn pybind11 into python build dependency, removing...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-26
Jon Malkin
add wheel to sdist build since the log complains about...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-26
Jon Malkin
grab dependencies in sdist build
commit
|
commitdiff
|
tree
|
snapshot
2021-08-26
Jon Malkin
add sdist build to workflow
commit
|
commitdiff
|
tree
|
snapshot
2021-08-26
Jon Malkin
Merge pull request #233 from apache/pypi_prep
commit
|
commitdiff
|
tree
|
snapshot
2021-08-25
Jon Malkin
try slightly different structure
233/head
commit
|
commitdiff
|
tree
|
snapshot
2021-08-25
Jon Malkin
run wheel creation when creating a release or when...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-25
Jon Malkin
add missing quotes
commit
|
commitdiff
|
tree
|
snapshot
2021-08-25
Jon Malkin
skip win32 builds
commit
|
commitdiff
|
tree
|
snapshot
2021-08-25
Jon Malkin
use IDE to get formatting right
commit
|
commitdiff
|
tree
|
snapshot
2021-08-25
Jon Malkin
follow cibuildwheel docs for building python wheels...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-21
Alexander Saydakov
Merge pull request #229 from fivepapertigers/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2021-07-21
Jacob
Fix typo in python/README.md
229/head
commit
|
commitdiff
|
tree
|
snapshot
2021-07-14
AlexanderSaydakov
added 2021
commit
|
commitdiff
|
tree
|
snapshot
2021-07-09
Alexander Saydakov
Merge pull request #228 from apache/fix_forwarding_iter...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-08
AlexanderSaydakov
no move if const_iterator
228/head
commit
|
commitdiff
|
tree
|
snapshot
2021-07-01
Jon Malkin
Merge pull request #226 from apache/py_tolerance
commit
|
commitdiff
|
tree
|
snapshot
2021-07-01
Jon Malkin
reduce tolerance of python tests to avoid sporadic...
226/head
commit
|
commitdiff
|
tree
|
snapshot
2021-07-01
AlexanderSaydakov
updated version to 3.2.0.dev0
commit
|
commitdiff
|
tree
|
snapshot
2021-07-01
AlexanderSaydakov
version 3.1.0
3.1.0-rc1
commit
|
commitdiff
|
tree
|
snapshot
2021-07-01
Alexander Saydakov
Merge pull request #225 from apache/python_wrapper_warnings
commit
|
commitdiff
|
tree
|
snapshot
2021-07-01
AlexanderSaydakov
avoid warnings
225/head
commit
|
commitdiff
|
tree
|
snapshot
2021-06-30
Alexander Saydakov
Merge pull request #223 from apache/wrapped_compact_theta
commit
|
commitdiff
|
tree
|
snapshot
2021-06-30
AlexanderSaydakov
seed mismatch test
223/head
commit
|
commitdiff
|
tree
|
snapshot
2021-06-30
AlexanderSaydakov
removed experimental code
commit
|
commitdiff
|
tree
|
snapshot
2021-06-30
AlexanderSaydakov
configurable dump disabled by default
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
AlexanderSaydakov
wrapped compact theta sketch
commit
|
commitdiff
|
tree
|
snapshot
2021-06-22
Alexander Saydakov
Merge pull request #222 from apache/cpc_max_serialized_size
commit
|
commitdiff
|
tree
|
snapshot
2021-06-21
AlexanderSaydakov
meaningful constants
222/head
commit
|
commitdiff
|
tree
|
snapshot
2021-06-16
AlexanderSaydakov
for consistency
commit
|
commitdiff
|
tree
|
snapshot
2021-06-16
AlexanderSaydakov
moved array of constants out of class
commit
|
commitdiff
|
tree
|
snapshot
2021-06-16
AlexanderSaydakov
CPC max serialized size bytes
commit
|
commitdiff
|
tree
|
snapshot
2021-06-15
Alexander Saydakov
Merge pull request #220 from apache/nop_policy
commit
|
commitdiff
|
tree
|
snapshot
2021-06-15
Alexander Saydakov
Merge pull request #221 from apache/kll_max_serialized_size
commit
|
commitdiff
|
tree
|
snapshot
2021-06-09
AlexanderSaydakov
max serialized size
221/head
commit
|
commitdiff
|
tree
|
snapshot
2021-06-07
AlexanderSaydakov
changed policy to return void
220/head
commit
|
commitdiff
|
tree
|
snapshot
next