Sourced from marimo's releases.
0.8.5
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 marimo-team/marimo#2150- feat: add anthropic support by
@​mscolnick
in marimo-team/marimo#2147- marimo.app_meta.theme and custom themers to auto switch plotting themes based on the display theme by
@​metaboulie
in marimo-team/marimo#2126- fix #2139: disable heading detection for carousel, accordion and tabs by
@​metaboulie
in marimo-team/marimo#2154- fix: islands render_html() head needs marimo tags by
@​akshayka
in marimo-team/marimo#2156- improvement: open the tutorials from the homepage by
@​mscolnick
in marimo-team/marimo#2157- improvement: parse sql CREATE table names by
@​mscolnick
@​akshayka
in marimo-team/marimo#2031- fix: mo.ui.dataframe don't infer data types, use backend data types by
@​mscolnick
in marimo-team/marimo#2155- fix: fix browser freezing when rendering large dataframes by
@​mscolnick
in marimo-team/marimo#2159- 0.8.5 by
@​akshayka
in marimo-team/marimo#2160Full Changelog: https://github.com/marimo-team/marimo/compare/0.8.4...0.8.5
7a165ae
0.8.5 (#2160)1b454af
fix: rendering large dataframes (#2159)0c4ed5c
fix: mo.ui.dataframe don't infer data types, use backend data types (#2155)7b9a76b
improvement: parse sql CREATE table names (#2031)05bf873
improvement: open the totutorials from the homepage (#2157)44300d4
fix: islands render_html() head needs marimo tags (#2156)88be8cc
fix #2139:
disable heading detection for carousel, accordion and tabs (#2154)da7b2a7
marimo.app_meta.theme and custom themers to auto switch plotting themes
based...8560fee
feat: add anthropic support (#2147)4590466
fix: admonition to display contents vertically (#2150)