Skip to content

v0.0.4

Compare
Choose a tag to compare
@gsheni gsheni released this 21 Oct 21:53
· 742 commits to main since this release
536cc6e

v0.0.4 October 21, 2020

  • Enhancements
    • Add optional include parameter for DataTable.describe() to filter results (#228)
    • Add make_index parameter to DataTable.__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)
  • Fixes
    • Allow numeric datetime time indices (#282)
  • Changes
    • Remove redundant methods DataTable.select_ltypes and DataTable.select_semantic_tags (#239)
    • Make results of get_mutual_information more clear by sorting and removing self calculation (#247)
    • Lower minimum scikit-learn version to 0.21.3 (#297)
  • Documentation Changes
    • Add guide for dt.describe and dt.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)
  • Testing Changes
    • Add automated process to check latest dependencies. (#268)
    • Add test for setting a time index with specified string logical type (#279)

Thanks to the following people for contributing to this release:
@ctduffy, @gsheni, @tamargrey, @thehomebrewnerd