Algebird v0.9.0 Release Notes

    • Replace mapValues with one single map to avoid serialization in frameworks like Spark. #344
    • โž• Add Fold trait for composable incremental processing (for develop) #350
    • โž• Add a GC friendly LRU cache to improve SummingCache #341
    • BloomFilter should warn or raise on unrealistic input. #355
    • GH-345: Parameterize CMS to CMS[K] and decouple counting/querying from heavy hitters #354
    • โž• Add Array Monoid & Group. #356
    • ๐Ÿ‘Œ Improvements to Aggregator #359
    • ๐Ÿ‘Œ Improve require setup for depth/delta and associated test spec #361
    • โฌ†๏ธ Bump from 2.11.2 to 2.11.4 #365
    • ๐Ÿšš Move to sbt 0.13.5 #364
    • Correct wrong comment in estimation function #372
    • โž• Add increments to all Summers #373
    • โœ‚ removed duplicate semigroup #375
    • GH-381: Fix serialization errors when using new CMS implementation in Storm #382
    • ๐Ÿ›  Fix snoble's name #384
    • Lift methods for Aggregator and MonoidAggregator #380
    • applyCumulative method on Aggregator #386
    • โž• Add Aggregator.zip #389
    • โœ… GH-388: Fix CMS test issue caused by roundtripping depth->delta->depth #395
    • GH-392: Improve hashing of BigInt #394
    • โž• add averageFrom to DecayedValue #391
    • Freshen up Applicative instances a bit #387
    • โœ… less noise on DecayedValue tests #405
    • Preparer #400
    • โฌ†๏ธ Upgrade bijection to 0.7.2 #406