Skip to content

Releases: marimo-team/marimo

0.6.17

08 Jun 00:57
d2bfe70
Compare
Choose a tag to compare

What's Changed

Highlights

⌨ Customizable hotkeys! You can now customize keyboard shortcuts via the notebook settings!

👨‍💻 Faster, more reliable code completion. This release makes code completion faster and more comprehensive.

📂 File browser improvements. You can now select folders in mo.ui.file_browser.

All changes

Full Changelog: 0.6.16...0.6.17

0.6.16

06 Jun 16:37
5b7ca50
Compare
Choose a tag to compare

What's Changed

Includes a bug fix for ui.table on Firefox.

Full Changelog: 0.6.15...0.6.16

0.6.15

05 Jun 22:30
c95e8ef
Compare
Choose a tag to compare

What's Changed

Highlights

📊 Table column previews! Tables created with mo.ui.table() now include summaries for each column, including chart previews and summary statistics:

image

Missing items are highlighted in orange, categorical quantities are shown with bar charts, and numerical quantities are shown with histograms.

Expect more quality-of-life improvements to tables and dataframes in the near future!

🔍 Filterable variables panel. You can now filter variables by cell name in the variables panel.

All changes

Full Changelog: 0.6.14...0.6.15

0.6.14

04 Jun 16:36
62d042b
Compare
Choose a tag to compare

What's Changed

Highlights

Ibis support. This release adds support for ibis and the dataframe protocol in mo.ui.table and other components.

All changes

New Contributors

Full Changelog: 0.6.13...0.6.14

0.6.13

29 May 23:32
bea83a5
Compare
Choose a tag to compare

What's Changed

Highlights

Datasets explorer panel! 🔭 marimo now ships with a datasets panel that intelligently discovers datasets (right now pandas, polars, pyarrow). and will show its shape and schema. From here you can explore its columns and get quick charts based on them - which you can add directly to your notebook.

image

All changes

Full Changelog: 0.6.12...0.6.13

0.6.12

29 May 16:54
f12bc50
Compare
Choose a tag to compare

What's Changed

Highlights

Go-to-definition. Ctrl/Cmd+Click on a variable name to go to its definition!

Run button. Use mo.ui.run_button() to create a button that triggers computation -- its value is set to True on click, and reset to False after running.

View config. At the command-line, type marimo config show to view marimo's configuration.

All changes

Full Changelog: 0.6.11...0.6.12

0.6.11

28 May 17:06
f39c6ba
Compare
Choose a tag to compare

What's Changed

New Contributors

Thanks @vrtnis for making your first code contribution!

Full Changelog: 0.6.10...0.6.11

0.6.10

28 May 17:04
a7837b1
Compare
Choose a tag to compare

What's Changed

Revert Pyodide upgrade.

Full Changelog: 0.6.9...0.6.10

0.6.9

27 May 22:18
e661752
Compare
Choose a tag to compare

What's Changed

This release upgrades Pyodide to 0.26.0. It also includes improvements to the editor UI.

Full Changelog: 0.6.8...0.6.9

0.6.8

26 May 06:35
e8d0d68
Compare
Choose a tag to compare

What's Changed

This release temporarily disables Cmd+Click go-to-definition due to a regression (#1462), and fixes an editor UI bug.

Full Changelog: 0.6.7...0.6.8