For assistance migrating from 1.x to 2.x please consult the
[migration guide][migration-1x].
Added
* Add support for the `dimensions`, `fill`, `integrate`, `kpss`,
`rateofchange` methods
Removed
* `map` method support has been removed
* It didn't work properly to begin with, and will require some finagling
to get right given our approach to building SignalFlow statements
Fixes
* `top` and `bottom` method signatures have been fixed to use `count`, `by`,
and `percentage` arguments
* The following functions have been updated to raise an error if both
`by` and `over` are defined in the same method call:
* `count`, `max`, `mean`, `mean_plus_stddev`, `median`, `min`,
`percentile`, `random`, `size`, `stddev`, `sum`, `variance`
* `delta` has been updated to no longer accept any method arguments
* `ewma` has been updated to support the `over` key