Skip to content

Releases: marimo-team/marimo

0.11.17

06 Mar 19:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.16...0.11.17

0.11.15

05 Mar 21:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.14...0.11.15

0.11.14

04 Mar 00:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.13...0.11.14

0.11.13

01 Mar 01:29
Compare
Choose a tag to compare

What's Changed

This change includes performance and usability fixes, as well as a new experimental feature —

🧪 experimental: autorun test functions with pytest: When this experimental flag is enabled, cells containing only functions starting with test will automatically be executed with pytest.

All changes

Full Changelog: 0.11.12...0.11.13

0.11.12

28 Feb 02:58
Compare
Choose a tag to compare

What's Changed

This change includes improved error messages, explaining why marimo places constraints on variables and "star" imports.

  • improve: error messages for import *, multiple definition by @akshayka in #3937

Full Changelog: 0.11.11...0.11.12

0.11.11

27 Feb 19:27
Compare
Choose a tag to compare

What's Changed

🧠 This release makes it possible to use thinking models (e.g., o3-mini) in the AI chat sidebar and elsewhere, and includes a couple other fixes and improvements.

Full Changelog: 0.11.10...0.11.11

0.11.10

26 Feb 16:56
Compare
Choose a tag to compare

⭐ Highlights

🤖 Chat sidebar is now GA.

image

📈 mo.ui.altair_chart now used Arrow instead of CSV for its over-the-wire format. This has tradeoffs: memory consumption is lower, parsing times are faster, but download time could be longer for remote servers. This also improves the type correctness by avoiding guessing the CSV types. Please reach out if you experience any regressions.

What's Changed

New Contributors

Full Changelog: 0.11.9...0.11.10

0.11.9

24 Feb 23:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.8...0.11.9

0.11.8

21 Feb 22:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.7...0.11.8

0.11.7

19 Feb 20:20
Compare
Choose a tag to compare

⭐ Highlights

🔄 Serialized outputs - when auto-instantiate is off, outputs are stored in __marimo__/session. When you restart you notebook, your outputs will be brought back without running any cells. Every cell is still considered stale, so whenever a cell is run, we run it's ancestors to bring them up-to-date.

💽 Refreshed data-sources panel - The datasources panel now includes an improved hierarchy (Engine > Database > Schema > Table > Columns), more performant loading, lazy-loading, and column metadata like types and primary keys. h/t @Light2Dark

image

What's Changed

Full Changelog: 0.11.6...0.11.7