What's Changed
Highlights
Dataframe completions in DuckDB SQL. DuckDB SQL cells will now autocomplete your dataframes:
Native LazyFrame support. Polars LazyFrames are now rendered lazily by default, preventing potentially expensive computations on render. Tables can also be made lazy (given a Polars LazyFrame) with mo.ui.table.lazy(lazyframe)
.
All changes
- mep/8: Setup cell protections by @dmadisetti in #4382
- Added rendering script for static HTML exports to docs by @apoorvkh in #4441
- fix: bug in pytest scope determination by @dmadisetti in #4442
- fix: add completions from local dfs by @Light2Dark in #4444
- improvement: skip meta schemas for sql datasource discovery by @Light2Dark in #4443
- improvement: better support for polars LazyFrame, mo.ui.table.lazy(df) by @mscolnick in #4439
- fix: marimo new permission error (Windows) by @akshayka in #4447
- fix: marimo new handle long prompts by @akshayka in #4449
New Contributors
Full Changelog: 0.12.6...0.12.7