github marimo-team/marimo 0.6.20

latest releases: 0.16.0, 0.15.5, 0.15.4...
15 months ago

What's Changed

Highlights

🔢 No-code Polars transformations! Polars is now supported in mo.ui.dataframe: transform Polars dataframes without writing code!

🔍 Searchable tables! We now have global search over dataframes and other tabular data, built into mo.ui.table!

🔔 Notebook run notifications. At marimo, the small details are important to us: your notebook favicon will now change based on whether your notebook is running or idle. We also have opt-in browser notifications on your notebook status -- so you can navigate away to another tab, and marimo will tell you when your notebook is done running (and if it errored).

Experimental strict execution. Reproducibility is important to us; we now have an experimental "strict" runtime that tries hard to prevent mutations and other non-deterministic behavior. Enable it with

[experimental]
execution_type = "strict"

in ~/.marimo.toml.

Bug fixes and improvements.

All changes

Full Changelog: 0.6.19...0.6.20

Don't miss a new marimo release

NewReleases is sending notifications on new releases.