Hey everyone, I think we're about ready to do another c++ release. What we have so far: - Full custom allocator support everywhere - Add req sketch (also in python) - Move theta and tuple to share a common base - Added Jaccard similarity for theta/tuple sketches (also in python) - Finished removing a few supporting serialization methods from HLL union -- it couldn't be serialized before but I'd missed a few like querying the serialized size.
Being hyper-technical about it, removing those methods would require a major version bump under semantic versioning. Since they were only useful in support of functionality that was already removed, I'd propose sticking with the 2.x line. Unless there's some specific objection, I'd propose a new release with what we have. jon
