v0.5.0 #4462
kevinzwang
announced in
Announcements
v0.5.0
#4462
Replies: 0 comments
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.
-
General
DAFT_RUNNER
env var frompy
tonative
daft.context.set_runner_native()
instead ofdaft.context.set_runner_py()
Python API
daft.Series
daft.lit
ordaft.Expression
methods is no longer supported.daft.sql.SQLCatalog
daft.sql(...)
to add DataFrames to the query:These functions in
daft.catalog
were deprecated in v0.4 and have now been removed.daft.catalog.read_table
- usedaft.read_table
insteaddaft.catalog.register_table
- usedaft.attach_table
insteaddaft.catalog.register_python_catalog
- usedaft.attach_catalog
insteaddaft.catalog.unregister_catalog
- usedaft.detach_catalog
insteadThese functions in
daft.io.catalog
are deprecated and marked for removal in v0.6. Please use our unified catalog API instead.daft.io.catalog.DataCatalog
daft.io.catalog.DataCatalogTable
What's Changed 🚀
✨ Features
🐛 Bug Fixes
♻️ Refactor
👷 CI
🔧 Maintenance
Full Changelog: v0.4.18...v0.5.0
This discussion was created from the release v0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions