This is an automated email from the ASF dual-hosted git repository.
placave pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-go.git
from f576915 Merge pull request #97 from
proost/refactor-move-familyid-to-internal
add 195dbfb feat: add set operations for ArrayOfNumbers Sketch
add 473dc5b docs: update work status
add 0527b09 refactor: add whitespace
new e1cb959 Merge pull request #95 from
proost/feat-set-operations-for-arrayofnumbers-sketch
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 2 +-
.../a_not_b.go => tuple/arrayofnumbers_a_not_b.go | 99 +--
tuple/arrayofnumbers_a_not_b_test.go | 923 +++++++++++++++++++++
...ersection.go => arrayofnumbers_intersection.go} | 80 +-
...test.go => arrayofnumbers_intersection_test.go} | 381 ++++-----
tuple/{union.go => arrayofnumbers_union.go} | 94 +--
...{union_test.go => arrayofnumbers_union_test.go} | 434 +++++-----
7 files changed, 1455 insertions(+), 558 deletions(-)
copy theta/a_not_b.go => tuple/arrayofnumbers_a_not_b.go (51%)
create mode 100644 tuple/arrayofnumbers_a_not_b_test.go
copy tuple/{intersection.go => arrayofnumbers_intersection.go} (68%)
copy tuple/{intersection_test.go => arrayofnumbers_intersection_test.go} (57%)
copy tuple/{union.go => arrayofnumbers_union.go} (64%)
copy tuple/{union_test.go => arrayofnumbers_union_test.go} (51%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]