- Add `ffill` & `bfill`, at ~2.7x pandas' performance
- Add standard moving window functions — `move_corr`, `move_cov`, `move_std`, `move_sum`, `move_var`, in addition to the existing `move_mean`. These have 3.5-20x pandas' performance.
- New benchmarks using `pytest-benchmark`. This includes a script which makes a nice output which we've added to the readme. It currently only covers the `moving` and `moving_exp` functions.