All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Fix deprecation of
pandas.np
, h/t @simon-smart88. (#9) - Fix deprecation of
DataFrameGroupBy.apply operated on the grouping columns
.
- Change minimum
pandas
version to2.0
.
- Fix incompatibility with pandas 0.20.1
- MANIFEST.in
- Support for Python 2.7
- Support for non-pandas input
- Full test coverage
Initial release