Skip to content

v0.2.0

Compare
Choose a tag to compare
@chiraganand chiraganand released this 04 Jan 09:35
· 58 commits to main since this release
5e473d3

Changes in this release:

  1. Added Tables.rowcount method for TSFrames.
  2. A new API for join, including support for joining multiple TSFrames.
  3. New constructors for TSFrame which allow creation of empty TSFrames with specified column names and types.
  4. New convenience methods for frequency conversion (eg. to_period, to_yearly etc.).
  5. New API for rollapply; added support for rolling regressions and columnwise function application using the bycolumn keyword argument.
  6. Fixed broadcasting of multiplication.
  7. Added Base.iterate method for TSFrame and new equality functions for TSFrames.