Skip to content

0.6.20

Compare
Choose a tag to compare
@akshayka akshayka released this 19 Jun 17:59
· 1214 commits to main since this release
8ad22bd

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