⭐ Highlights
- 📝 Updated documentation - our documentation has been migrated to
mkdocs
. This aims to improve the navigation and layout of the API docs. This also has improved the hover tooltip and live docs inside marimo's editor. - 📊 Table improvements - Added stats/chart-only modes for column summaries in tables; format
pandas
andpolars
Series using our fancy data-frame viewer with (sorting, filtering, paginating); improvedformat_mapping
forNone
values (h/t @metaboulie!). - 🖥️ Shell completions - run
marimo shell-completion
for instructions how to install our CLI completions. - 🐛 Bug fixes - Bug fixes in HTML export.
What's Changed
- fix: apply format_mapping to None values in table formatting by @metaboulie in #3207
- improvement: support google style docs in our completion by @mscolnick in #3211
- docs: update UI plugin docstrings to Google Style format by @devin-ai-integration in #3206
- docs: v2 by @mscolnick in #3205
- fix: fallback to normal matplotlib when interactive is not supported by @mscolnick in #3212
- Nitpick: prefer --directory flag over cd by @koaning in #3215
- fix: formatting for proxied url by @dmadisetti in #3214
- docs fixes by @akshayka in #3213
- docs: add redirects by @mscolnick in #3216
- docs: google style docs by @mscolnick in #3217
- docs: update docstrings to Google Style format by @devin-ai-integration in #3218
- docs: update docstrings to Google Style format by @devin-ai-integration in #3219
- docs: small fixes by @akshayka in #3222
- docs: fix wasm embeds by @akshayka in #3224
- fix: Vim keybindings taking precedence over text area keybindings by @mscolnick in #3220
- docs: update docstrings to Google Style format by @devin-ai-integration in #3221
- move faq by @akshayka in #3225
- docs: final google docs, add lint rules by @mscolnick in #3226
- docs: more styling and admonitions by @mscolnick in #3227
- docs: remove old files by @mscolnick in #3228
- docs: add CLI to the docs, reformat CLI so renders propperly by @mscolnick in #3229
- docs: commands in nav by @akshayka in #3231
- feat(table): add stats/chart-only modes for column summaries by @metaboulie in #3234
- feat(formatters): Add consistent Series formatting for pandas and polars by @metaboulie in #3232
- fix: mo.ui.table does not render in HTML export on Windows Chrome/Edge by @mscolnick in #3240
- cli: better support for bash completion by @mscolnick in #3230
- fix: skip gracefully when virtual file is not found by @mscolnick in #3241
Full Changelog: 0.10.5...0.10.6