Skip to content

Releases: wssbck/crossfilter-helpers

Added bower support

26 Mar 20:32
Compare
Choose a tag to compare
  • #16 Added bower.json file, registered the package with Bower

Reduction by spread

12 Mar 21:46
Compare
Choose a tag to compare
  • #12 Added reduction by spread
  • #12 Added tests for reduction by spread

Corrected reductions by minimum and maximum

24 Feb 19:44
Compare
Choose a tag to compare
  • Tests added for min() and max()
  • Fixes incorrect implementation of reduceRemove in min and max aggregations. Previously reduceRemove in these aggregations could not determine correct values since it had no access to a set of the remaining (not filtered out) elements of a group.

Improvements to reduction by product

24 Feb 19:36
Compare
Choose a tag to compare
  • Test suite for product()
  • Decimal.js used in product()

Improvements to reduction by (weighted) mean

24 Feb 19:37
Compare
Choose a tag to compare
  • Adds tests for reduction by (weighted) mean
  • Reduction by (weighted) mean performed using decimal.js

Improvements to reduction by sum

24 Feb 20:10
Compare
Choose a tag to compare
  • Tests for sum()
  • Decimal.js used in sum()

Improved tests for count()

24 Feb 20:12
Compare
Choose a tag to compare
1.0.2

Bump to 1.0.2

Improved tests for count()

24 Feb 20:12
Compare
Choose a tag to compare
1.0.1

Version bump to 1.0.1

First tests, unification

24 Feb 20:14
Compare
Choose a tag to compare
  • Unified return values for reductions
  • Updated Readme and wiki

Initial release

24 Feb 20:14
Compare
Choose a tag to compare