Fixes - Fixes kwargs passed along to pyarrow/fastparquet engines in `read_df_parquet` and `read_ddf_parquet` - Updates `write_df_parquet` and `write_ddf_parquet` to handle `fastparquet` engine
2.3.0
Changes - `read_df_parquet` and `read_ddf_parquet` now take optional `engine` argument to allow to use `pyarrow` or `fastparquet` engines for reading parquet files.
2.2.0
Changes - Updates `slackclient` dependency to `2.0.1` and handles migration of api to v2 (https://github.com/slackapi/python-slackclient/wiki/Migrating-to-2.x)
2.1.1
Changes - Updates requirements for `pandas`, `numpy`, `dask`, and `pyarrow`
PRs: 8, 9, 10, 11
2.1.0
Changes - Updates requirements for pandas, numpy, scikit-learn, and pyarrow