Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 19:33
· 175 commits to main since this release
64755ba

What’s Changed

🐜 Bug Fixes

  • Update with_properties to enable changing existing properties on ColumnSchema @oliverholworthy (#157)
  • Patch is_list_dtype/list_val_dtype to work with Numpy ndarrays @karlhigley (#153)
  • Fix dtype inference from pandas list column @rjzamora (#154)

🚀 Features

  • necessary changes to allow graph execution in dataloader @jperez999 (#152)

📄 Documentation

🔧 Maintenance

  • Rework executor transform methods to accept a Graph @karlhigley (#158)
  • Update with_properties to enable changing existing properties on ColumnSchema @oliverholworthy (#157)
  • Serialize/Deserialize ColumnSchema consistently when the domain name matches the feature name @oliverholworthy (#155)