v0.6.0 #5138
colin-ho
announced in
Announcements
v0.6.0
#5138
Replies: 3 comments 1 reply
|
Tell me what you are doing |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What's Changed 🚀
v0.6.0 marks the official release of our new ray-based distributed engine, Flotilla! If you are already using the ray runner, you do not need to change anything. Setting the
DAFT_RUNNER=rayenvironment variable, or within your python program viadaft.context.set_runner_ray(), will use Flotilla by default.All operations except cross join, sort merge join, and pivot are currently supported. We will be working on adding support for them soon! If you need to use the legacy ray runner, please set
daft.set_execution_config(use_legacy_ray_runner=True)💥 Breaking Changes
SQLCatalogwas deprecated in v0.5 and is now removed, in favor of thebindingskwargs.Before:
After:
✨ Features
🐛 Bug Fixes
🚀 Performance
♻️ Refactor
📖 Documentation
👷 CI
unit-testsrequired check @colin-ho (ci: Always run theunit-testsrequired check #5119)🔧 Maintenance
⏪ Reverts
Full Changelog: v0.5.22...v0.5.23
This discussion was created from the release v0.6.0.
All reactions