Skip to content

0.6.0

Compare
Choose a tag to compare
@max-sixty max-sixty released this 23 Oct 22:04
· 116 commits to main since this release
99a57cd
  • 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.