Skip to content

v23.05.00

Compare
Choose a tag to compare
@github-actions github-actions released this 31 May 14:39
· 38 commits to main since this release
6fc7877

What’s Changed

⚠ Breaking Changes

  • Adjust the DaskExecutor API methods to take Datasets instead of ddfs @karlhigley (#299)

🐜 Bug Fixes

  • Add some additional mutually exclusive tags to the collisions list @karlhigley (#316)
  • Fix Pandas extension dtype mapping for newer versions of Pandas @karlhigley (#314)
  • Provide better string alias support for dtypes, allow external types to resolve to unknown, fix cuDF struct support @karlhigley (#313)
  • Make ColumnSelector.all a property instead of a manually set attribute @karlhigley (#296)

🚀 Features

📄 Documentation

🔧 Maintenance