v0.0.4
v0.0.4 October 21, 2020
- Enhancements
- Add optional
include
parameter forDataTable.describe()
to filter results (#228) - Add
make_index
parameter toDataTable.__init__
to enable optional creation of a new index column (#238) - Add support for setting ranking order on columns with Ordinal logical type (#240)
- Add
list_semantic_tags
function and CLI to get dataframe of woodwork semantic_tags (#244) - Add support for numeric time index on DataTable (#267)
- Add pop method to DataTable (#289)
- Add entry point to setup.py to run CLI commands (#285)
- Add optional
- Fixes
- Allow numeric datetime time indices (#282)
- Changes
- Documentation Changes
- Add guide for
dt.describe
anddt.get_mutual_information
(#245) - Update README.md with documentation link (#261)
- Add footer to doc pages with Alteryx Open Source (#258)
- Add types and tags one-sentence definitions to Understanding Types and Tags guide (#271)
- Add issue and pull request templates (#280, #284)
- Add guide for
- Testing Changes
Thanks to the following people for contributing to this release:
@ctduffy, @gsheni, @tamargrey, @thehomebrewnerd