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_RUNNERenv var frompytonativedaft.context.set_runner_native()instead ofdaft.context.set_runner_py()Python API
daft.Seriesdaft.litordaft.Expressionmethods is no longer supported.daft.sql.SQLCatalogdaft.sql(...)to add DataFrames to the query:These functions in
daft.catalogwere deprecated in v0.4 and have now been removed.daft.catalog.read_table- usedaft.read_tableinsteaddaft.catalog.register_table- usedaft.attach_tableinsteaddaft.catalog.register_python_catalog- usedaft.attach_cataloginsteaddaft.catalog.unregister_catalog- usedaft.detach_cataloginsteadThese functions in
daft.io.catalogare deprecated and marked for removal in v0.6. Please use our unified catalog API instead.daft.io.catalog.DataCatalogdaft.io.catalog.DataCatalogTableWhat'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.
All reactions