What's Changed
Highlights
SQL Reactivity! ⚡🛢 This release adds reactivity across SQL cells. When you run a cell that creates a table or view, or attaches a schema, cells that refer to the table, view, or schema are marked as stale. When you delete a cell, any in-memory tables/views are dropped and schemas are detached, and SQL cells referring to them are invalidated.
All changes
- fix: admonition to display contents vertically by @mscolnick in #2150
- feat: add anthropic support by @mscolnick in #2147
- marimo.app_meta.theme and custom themers to auto switch plotting themes based on the display theme by @metaboulie in #2126
- fix #2139: disable heading detection for carousel, accordion and tabs by @metaboulie in #2154
- fix: islands render_html() head needs marimo tags by @akshayka in #2156
- improvement: open the tutorials from the homepage by @mscolnick in #2157
- improvement: parse sql CREATE table names by @mscolnick @akshayka in #2031
- fix: mo.ui.dataframe don't infer data types, use backend data types by @mscolnick in #2155
- fix: fix browser freezing when rendering large dataframes by @mscolnick in #2159
- 0.8.5 by @akshayka in #2160
Full Changelog: 0.8.4...0.8.5