Algebird v0.10.0 Release Notes

    • ๐Ÿ”Š HyperLogLogSeries #295
    • ๐Ÿšš CMS: add contramap to convert CMS[K] to CMS[L], add support for String and Bytes, remove Ordering context bound for K #399
    • EventuallyAggregator and variants #407
    • โž• Add MultiAggregator.apply #408
    • Return a MonoidAggregator from MultiAggregator when possible #409
    • โž• Add SummingWithHitsCache class to also track key hits. #410
    • โž• Add MapAggregator to compose tuples of (key, agg) pairs #411
    • ๐Ÿ›  fix README.md. 2.9.3 no longer published #412
    • โž• Add Coveralls Badge to the README #413
    • โž• Add some combinators on MonoidAggregator #417
    • โž• Added function to safely downsize a HyperLogLog sketch #418
    • AdaptiveCache #419
    • ๐Ÿ›  fix property tests #421
    • ๐Ÿ‘‰ Make Preparer extend Serializable #422
    • ๐Ÿ‘‰ Make MutableBackedMap Serializable. #424
    • ๐ŸŽ A couple of performance optimizations: HyperLogLog and BloomFilter #426
    • โž• Adds a presenting benchmark and optimizes it #427
    • ๐Ÿ›  Fixed broken links in README #428
    • Speed up QTree #433
    • Moments returns NaN when count is too low for higher order statistics #434
    • โž• Add HLL method to do error-based Aggregator #438
    • โฌ†๏ธ Bump bijection to 0.8.0 #441