What's Changed
Highlights
🥧 pyecharts support: You can now use pyecharts in marimo!
🛠️ marimo run
reliability: This release fixes an issue some users saw when running marimo apps in production.
📦 Package manager improvements: marimo's package installer now lets you choose a package version.
🏠 XDG-compliant configuration. marimo's local configuration is now XDG compliant. Thanks @pakelley for the contribution!
All changes
- fix: hide floating outline if less than 2 items by @mscolnick in #2375
- feat: xdg config file by @pakelley in #2367
- feat: pyecharts support by @mscolnick in #2383
- fix: sql parsing and polars date summaries by @mscolnick in #2382
- docs: symlink docs by @mscolnick in #2386
- improvement: allow .style() to take kwargs, add tests by @mscolnick in #2380
- fix: disable pdf export while editing by @mscolnick in #2387
- feat: support installing packages at particular versions in the UI by @mscolnick in #2385
- Refactor communication between server/kernels to use queues in run mode by @akshayka in #2379
- 0.8.19 by @akshayka in #2391
New Contributors
Full Changelog: 0.8.18...0.8.19