Marimo

Latest version: v0.11.5

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 18 of 42

0.6.22

Not secure
What's Changed

Highlights

**🔢 🔎 Filter dataframes without writing code!** You can now filter columns in `mo.ui.table` without writing any code: just click on the column header to add a filter. Filters stack into logical ANDs, and can be used in conjunction with global search.

This feature supports Pandas and Polars dataframes.

<img width="824" alt="image" src="https://github.com/marimo-team/marimo/assets/1994308/68f0b30e-f2a6-467e-8c8c-cd97e920abcc">

All changes

* feat: column filters by mscolnick in https://github.com/marimo-team/marimo/pull/1652
* feat: kiosk consumers by mscolnick in https://github.com/marimo-team/marimo/pull/1639
* improve: Virtualize mo.ui.multiselect to handle large lists by wasimsandhu in https://github.com/marimo-team/marimo/pull/1654
* fix: robust websocket disconnect, nonblocking usage stats by akshayka in https://github.com/marimo-team/marimo/pull/1655
* decrease connection timeout for ws by akshayka in https://github.com/marimo-team/marimo/pull/1660
* 0.6.22 by akshayka in https://github.com/marimo-team/marimo/pull/1661


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.6.21...0.6.22

0.6.21

Not secure
What's Changed

Bug fixes and improvements.

* improvement: more memory stats by mscolnick in https://github.com/marimo-team/marimo/pull/1650
* improvement: --base-url support for marimo edit/new by mscolnick in https://github.com/marimo-team/marimo/pull/1651
* fix: mimetype encoding for tables by mscolnick in https://github.com/marimo-team/marimo/pull/1658
* fix: run all stale button by akshayka in https://github.com/marimo-team/marimo/pull/1657
* 0.6.21 by akshayka in https://github.com/marimo-team/marimo/pull/1659


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.6.20...0.6.21

0.6.20

Not secure
What's Changed

Highlights

**🔢 No-code Polars transformations!** Polars is now supported in [`mo.ui.dataframe`](https://docs.marimo.io/guides/dataframes.html#transforming-dataframes): transform Polars dataframes without writing code!

**🔍 Searchable tables!** We now have global search over dataframes and other tabular data, built into [`mo.ui.table`](https://docs.marimo.io/api/inputs/table.html)!

**🔔 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](https://github.com/marimo-team/marimo/pull/1580) that tries hard to prevent mutations and other non-deterministic behavior. Enable it with

toml
[experimental]
execution_type = "strict"


in `~/.marimo.toml`.

**Bug fixes and improvements.**

All changes


* fix: marimo home directory shouldn't be in sys.path by akshayka in https://github.com/marimo-team/marimo/pull/1618
* feat: polars support in `mo.ui.dataframe` transformations by mscolnick in https://github.com/marimo-team/marimo/pull/1612
* fix: Save cell execution times for session resume by wasimsandhu in https://github.com/marimo-team/marimo/pull/1619
* fix: Persist stale cells on session resume by wasimsandhu in https://github.com/marimo-team/marimo/pull/1625
* fix: Set stale status to false on cell transition to idle by wasimsandhu in https://github.com/marimo-team/marimo/pull/1626
* chore: cleanup singleton logic to cache on the window by mscolnick in https://github.com/marimo-team/marimo/pull/1627
* Strict Execution by dmadisetti in https://github.com/marimo-team/marimo/pull/1580
* improvement: add more types to the openapi schema by mscolnick in https://github.com/marimo-team/marimo/pull/1621
* vscode: theming for vscode, return code on save by mscolnick in https://github.com/marimo-team/marimo/pull/1628
* fix: plotly formatting error by mscolnick in https://github.com/marimo-team/marimo/pull/1633
* fix: uninstantiated logic by akshayka in https://github.com/marimo-team/marimo/pull/1632
* Update Documentation for mo.tabs to mo.ui.tabs to Remove Deprecation … by Haleshot in https://github.com/marimo-team/marimo/pull/1637
* chore: fix typo by ericjanto in https://github.com/marimo-team/marimo/pull/1638
* improvement: less scroll shift by akshayka in https://github.com/marimo-team/marimo/pull/1635
* feat: global table search by mscolnick in https://github.com/marimo-team/marimo/pull/1641
* fix: clear global search in the backend for dataframes by mscolnick in https://github.com/marimo-team/marimo/pull/1642
* fix: clear global search in the backend for dataframes by mscolnick in https://github.com/marimo-team/marimo/pull/1643
* feat: Feedback on notebook run completion by wasimsandhu in https://github.com/marimo-team/marimo/pull/1634
* fix: use basename for document title (1630) by ericjanto in https://github.com/marimo-team/marimo/pull/1647
* chore(deps): update dependency ws to v8.17.1 [security] by renovate in https://github.com/marimo-team/marimo/pull/1644
* 0.6.20 by akshayka in https://github.com/marimo-team/marimo/pull/1649


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.6.19...0.6.20

0.6.19

Not secure
What's Changed

Highlights

**➡️ Better conversion from Jupyter notebooks.** `marimo convert nb.ipynb > nb.py` now automatically fixes some common `MultipleDefinitionError`s, making the process of moving from Jupyter to marimo more seamless.

**🏡 Fixes for our home users.** A bug fix for our power users of the `marimo edit` homepage.

* improvement: autofix some multiple definition errors in marimo convert by akshayka in https://github.com/marimo-team/marimo/pull/1609
* fix: increase fd limit on the marimo server by akshayka in https://github.com/marimo-team/marimo/pull/1611
* 0.6.19 by akshayka in https://github.com/marimo-team/marimo/pull/1613


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.6.18...0.6.19

0.6.18

Not secure
What's Changed

Bug fixes and improvements:

* Typo fix by tlpinney in https://github.com/marimo-team/marimo/pull/1583
* improvement: use xpath when heading does not contain an ID by mscolnick in https://github.com/marimo-team/marimo/pull/1585
* fix: add show_column_summaries config to mo.ui.table by mscolnick in https://github.com/marimo-team/marimo/pull/1584
* improvement: make ibis and dataframe-like tables lazy evaluate by mscolnick in https://github.com/marimo-team/marimo/pull/1589
* fix: allow converting to markdown when empty by mscolnick in https://github.com/marimo-team/marimo/pull/1588
* chore: print exisitng sessions when one is not found by mscolnick in https://github.com/marimo-team/marimo/pull/1590
* Use weakref.finalize instead of __del__ in Html destruction by akshayka in https://github.com/marimo-team/marimo/pull/1591
* chore: add openapi spec generation and codegen typescript by mscolnick in https://github.com/marimo-team/marimo/pull/1594
* improvement: Server-side sorting for mo.ui.table by wasimsandhu in https://github.com/marimo-team/marimo/pull/1581
* disable codecov by akshayka in https://github.com/marimo-team/marimo/pull/1599
* fix: rpc serialization and gracefully handle errors by mscolnick in https://github.com/marimo-team/marimo/pull/1595
* chore: move frontend to generated api types and fetcher by mscolnick in https://github.com/marimo-team/marimo/pull/1596
* fix: altair rendering with baseUrl by mscolnick in https://github.com/marimo-team/marimo/pull/1601
* fix: false positive dataframe-like check by mscolnick in https://github.com/marimo-team/marimo/pull/1603
* fix: dataframe be sorting follow-ups by mscolnick in https://github.com/marimo-team/marimo/pull/1605
* fix: more defensive stylesheet copy by mscolnick in https://github.com/marimo-team/marimo/pull/1606
* improvement: better errors when mutated value or on_change by mscolnick in https://github.com/marimo-team/marimo/pull/1604
* 0.6.18 by akshayka in https://github.com/marimo-team/marimo/pull/1608

New Contributors
* tlpinney made their first contribution in https://github.com/marimo-team/marimo/pull/1583

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.6.17...0.6.18

0.6.17

Not secure
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

* improvement: fallback to jedi interpeter in completion by akshayka in https://github.com/marimo-team/marimo/pull/1559
* feat: customize hotkeys by mscolnick in https://github.com/marimo-team/marimo/pull/1564
* improve: Select folders and select all in File Browser by wasimsandhu in https://github.com/marimo-team/marimo/pull/1558
* improvement: mo.ui.file_browser UI polish by mscolnick in https://github.com/marimo-team/marimo/pull/1566
* user config: display.width by akshayka in https://github.com/marimo-team/marimo/pull/1567
* fix: `try` blocks delete context variable afterwards, but marimo still considers them refs or defs if used by dmadisetti in https://github.com/marimo-team/marimo/pull/1571
* fix: admonition casing by mscolnick in https://github.com/marimo-team/marimo/pull/1576
* default to showing code for pyodide notebooks by akshayka in https://github.com/marimo-team/marimo/pull/1574
* chore: tidy config form style by akshayka in https://github.com/marimo-team/marimo/pull/1578
* 0.6.17 by akshayka in https://github.com/marimo-team/marimo/pull/1579


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.6.16...0.6.17

Page 18 of 42

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.