Skip to content

v0.2.0

Compare
Choose a tag to compare
@MaxGhenis MaxGhenis released this 08 Sep 16:34
· 196 commits to master since this release
03519d0

This release includes non-backward-compatible changes.

New features

  • All functions having to do with weighting and inequality share the same API structure: function(df, col, w), where df is a DataFrame, col is a string representing the numeric column to aggregate, and w is a string representing the weight column.

Other changes

  • Various bug fixes
  • Documentation is now automatically generated via Jupyter Book and GitHub Actions
  • Code is formatted via black
  • Docstrings are now in sphinx style