All Versions
39
Latest Version
Avg Release Cycle
139 days
Latest Release
860 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.7.0 Changes
- simplification for spacesaver. before buckets were kept in an option str...: https://github.com/twitter/algebird/pull/308
- Dynamic Summer, may use heuristics to decide not to keep a tuple in a buffer for aggregation.: https://github.com/twitter/algebird/pull/314
- โก๏ธ Was a missing call to the update if we had flushed. Now we just do it as...: https://github.com/twitter/algebird/pull/324
- โฌ๏ธ Bump to 2.10.4 in travis: https://github.com/twitter/algebird/pull/323
- ๐ Feature/auto formatter ran: https://github.com/twitter/algebird/pull/321
- Little commit fixing up some spacing per our norms:: https://github.com/twitter/algebird/pull/319
- provider methods for java: https://github.com/twitter/algebird/pull/317
- Serializable adaptive matrix: https://github.com/twitter/algebird/pull/318
- Clean up comments: https://github.com/twitter/algebird/pull/315
- ๐ make distribution immutable now that it contains mutable counters: https://github.com/twitter/algebird/pull/313
- a monoid that keeps track of the monoid usage: https://github.com/twitter/algebird/pull/311
-
v0.6.0 Changes
- ๐ make constructors for SpaceSaver subclasses public so that deserializers..: https://github.com/twitter/algebird/pull/289
- โก๏ธ Restoring optimized SketchMapMonoid#sumOption: https://github.com/twitter/algebird/pull/293
- ๐ Newer caliper hll benchmark: https://github.com/twitter/algebird/pull/297
- hll optimization: https://github.com/twitter/algebird/pull/299
- โก๏ธ Optimize the storage backend used in sketch map: https://github.com/twitter/algebird/pull/301
- migrate async summers from Summingbird: https://github.com/twitter/algebird/pull/296
- โ add sumOption to EventuallySemiGroup: https://github.com/twitter/algebird/pull/306
- Heavyhitters no longer attempts lazy storage in SketchMap: https://github.com/twitter/algebird/pull/305
- ๐ Async Maps performance improvements: https://github.com/twitter/algebird/pull/302
- ๐ Make the AsyncListSum be immutable again: https://github.com/twitter/algebird/pull/309
-
v0.5.0 Changes
- โ Remove handling that doesn't seem needed/wanted for longs: https://github.com/twitter/algebird/pull/287
- โ Add average() for DecayedValue: https://github.com/twitter/algebird/pull/286
- ๐ SketchMapParams can support being constructed with both width/depth and eps/delta: https://github.com/twitter/algebird/pull/285
- ๐ undo the undo of the interval fixes: https://github.com/twitter/algebird/pull/283
- ๐ Fix priority queue bug found by scalacheck: https://github.com/twitter/algebird/pull/280
- โ Adds type parameters to Intersection for more precision: https://github.com/twitter/algebird/pull/279
- ๐ Make resolver consistent with scalding: https://github.com/twitter/algebird/pull/276
- โ remove Math use in test: https://github.com/twitter/algebird/pull/275
- โ Remove extends function from algebird: https://github.com/twitter/algebird/pull/274
- โ remove unnecessary implicit requirement: https://github.com/twitter/algebird/pull/272
- ๐ Fix SketchMapMonoid zero: https://github.com/twitter/algebird/pull/269
- ๐ Make SketchMapMonoid params public: https://github.com/twitter/algebird/pull/265
- โ Add Predecessible and methods to Interval: https://github.com/twitter/algebird/pull/262
- Implement StreamSummary data structure for finding frequent/top-k items: https://github.com/twitter/algebird/pull/259
-
v0.4.0 Changes
- ๐ Make SketchMap1 the only SketchMap implementation: https://github.com/twitter/algebird/pull/256
- ๐ Use semigroup in StateWithError: https://github.com/twitter/algebird/pull/255
- Don't iterate through everything in unit monoid: https://github.com/twitter/algebird/pull/253
- Factor as much logic as possible into SketchmapMonoid1: https://github.com/twitter/algebird/pull/251
- Moving Trampoline flatMap implementation into trait: https://github.com/twitter/algebird/pull/249
- โ Integrate Caliper: https://github.com/twitter/algebird/pull/248
- โ Adds append method to MonoidAggregator and RingAggregator: https://github.com/twitter/algebird/pull/246
- ๐ Make the map monoid more performant for mutable maps: https://github.com/twitter/algebird/pull/245
- ๐ Make BFHash take on non negative values only: https://github.com/twitter/algebird/pull/243
- ๐ Fixed DecayedValue: https://github.com/twitter/algebird/pull/238
- โก๏ธ Updated scaladoc to 0.3.0: https://github.com/twitter/algebird/pull/237
- โ Add Incrementable and tests: https://github.com/twitter/algebird/pull/234
- โก๏ธ Updates sbt runner: https://github.com/twitter/algebird/pull/232
- โฌ๏ธ Upgrade sbt, specs, add a build.properties, and bump travis's target: https://github.com/twitter/algebird/pull/231
-
v0.3.1 Changes
- ๐ Make a field transient in BloomFilter serialization: https://github.com/twitter/algebird/pull/209
- โ Add the TunnelMonoid to Util (like async function monoid): https://github.com/twitter/algebird/pull/213
- ๐ Make DecayedValueMonoid a class: https://github.com/twitter/algebird/pull/223
- ๐ SketchMap performance improvements: https://github.com/twitter/algebird/pull/227
- โ Add the Option group: https://github.com/twitter/algebird/pull/230
- โ Add Successible Typeclass: https://github.com/twitter/algebird/pull/234
- ๐ sumOption support on generated tuple Semigroups: https://github.com/twitter/algebird/pull/242
-
v0.3.0 Changes
- โก๏ธ Optimize lots of the Monoids/Semigroups when summing many items: see Semigroup.sumOption https://github.com/twitter/algebird/pull/206
- โ Add many Aggregators for more convenient aggregation: https://github.com/twitter/algebird/pull/194
- Aggregators compose: https://github.com/twitter/algebird/pull/188
- โ Added scala.collection.Map (not just immutable.Map) algebras: https://github.com/twitter/algebird/pull/199
- โ Added Boolean monoids (Or and And): https://github.com/twitter/algebird/pull/198
-
v0.2.0 Changes
- โ Adds algebird-bijection module: https://github.com/twitter/algebird/pull/181
- ๐ Build cleanups: https://github.com/twitter/algebird/pull/180
- ๐ MapAlgebra.sparseEquiv: https://github.com/twitter/algebird/pull/182
- โ Remove isNonZero from Semigroup, add to Monoid: https://github.com/twitter/algebird/pull/183
- โ add MapAlgebra.mergeLookup: https://github.com/twitter/algebird/pull/185
-
v0.1.13 Changes
- โ Adds QTree monoid for range queries
-
v0.1.12 Changes
- โ Adds hashing trick monoid for dimensionality reduction
-
v0.1.10 Changes
- ๐ Fix compiler flag issue