Skip to content

v0.3.1

Compare
Choose a tag to compare
@thehomebrewnerd thehomebrewnerd released this 12 May 19:10
· 542 commits to main since this release
0c21225

v0.3.1 May 12, 2021

  • Enhancements
    • Add deep parameter to Woodwork Accessor and Schema equality checks (#889)
    • Add support for reading from parquet files to woodwork.read_file (#909)
  • Changes
    • Remove command line functions for list logical and semantic tags (#891)
    • Keep index and time index tags for single column when selecting from a table (#888)
    • Update accessors to store weak reference to data (#894)
  • Documentation Changes
    • Update nbsphinx version to fix docs build issue (#911, #913)
  • Testing Changes
    • Use Minimum Dependency Generator GitHub Action and remove tools folder (#897)
    • Move all latest and minimum dependencies into 1 folder (#912)

Breaking Changes

  • The command line functions python -m woodwork list-logical-types and python -m woodwork list-semantic-tags
    no longer exist. Please call the underlying Python functions ww.list_logical_types() and
    ww.list_semantic_tags().

Thanks to the following people for contributing to this release: @gsheni, @jeff-hernandez, @tamargrey, @thehomebrewnerd