0.10.6
版本发布时间: 2024-12-20 04:09:25
marimo-team/marimo最新发布版本:0.10.13(2025-01-15 01:20:02)
⭐ 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 https://github.com/marimo-team/marimo/pull/3207
- improvement: support google style docs in our completion by @mscolnick in https://github.com/marimo-team/marimo/pull/3211
- docs: update UI plugin docstrings to Google Style format by @devin-ai-integration in https://github.com/marimo-team/marimo/pull/3206
- docs: v2 by @mscolnick in https://github.com/marimo-team/marimo/pull/3205
- fix: fallback to normal matplotlib when interactive is not supported by @mscolnick in https://github.com/marimo-team/marimo/pull/3212
- Nitpick: prefer --directory flag over cd by @koaning in https://github.com/marimo-team/marimo/pull/3215
- fix: formatting for proxied url by @dmadisetti in https://github.com/marimo-team/marimo/pull/3214
- docs fixes by @akshayka in https://github.com/marimo-team/marimo/pull/3213
- docs: add redirects by @mscolnick in https://github.com/marimo-team/marimo/pull/3216
- docs: google style docs by @mscolnick in https://github.com/marimo-team/marimo/pull/3217
- docs: update docstrings to Google Style format by @devin-ai-integration in https://github.com/marimo-team/marimo/pull/3218
- docs: update docstrings to Google Style format by @devin-ai-integration in https://github.com/marimo-team/marimo/pull/3219
- docs: small fixes by @akshayka in https://github.com/marimo-team/marimo/pull/3222
- docs: fix wasm embeds by @akshayka in https://github.com/marimo-team/marimo/pull/3224
- fix: Vim keybindings taking precedence over text area keybindings by @mscolnick in https://github.com/marimo-team/marimo/pull/3220
- docs: update docstrings to Google Style format by @devin-ai-integration in https://github.com/marimo-team/marimo/pull/3221
- move faq by @akshayka in https://github.com/marimo-team/marimo/pull/3225
- docs: final google docs, add lint rules by @mscolnick in https://github.com/marimo-team/marimo/pull/3226
- docs: more styling and admonitions by @mscolnick in https://github.com/marimo-team/marimo/pull/3227
- docs: remove old files by @mscolnick in https://github.com/marimo-team/marimo/pull/3228
- docs: add CLI to the docs, reformat CLI so renders propperly by @mscolnick in https://github.com/marimo-team/marimo/pull/3229
- docs: commands in nav by @akshayka in https://github.com/marimo-team/marimo/pull/3231
- feat(table): add stats/chart-only modes for column summaries by @metaboulie in https://github.com/marimo-team/marimo/pull/3234
- feat(formatters): Add consistent Series formatting for pandas and polars by @metaboulie in https://github.com/marimo-team/marimo/pull/3232
- fix: mo.ui.table does not render in HTML export on Windows Chrome/Edge by @mscolnick in https://github.com/marimo-team/marimo/pull/3240
- cli: better support for bash completion by @mscolnick in https://github.com/marimo-team/marimo/pull/3230
- fix: skip gracefully when virtual file is not found by @mscolnick in https://github.com/marimo-team/marimo/pull/3241
Full Changelog: https://github.com/marimo-team/marimo/compare/0.10.5...0.10.6