0.9.12
版本发布时间: 2024-10-23 00:28:31
marimo-team/marimo最新发布版本:0.9.13(2024-10-24 01:20:24)
Highlights
-
mo.Thread:
mo.Thread
has the same API asthreading.Thread
, butmo.Thread
s are able to communicate with the marimo frontend, whereasthreading.Thread
can’t.
What's Changed
- feat: mo.Thread by @akshayka in https://github.com/marimo-team/marimo/pull/2671
- docs: outputs by @akshayka in https://github.com/marimo-team/marimo/pull/2673
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/marimo-team/marimo/pull/2681
- improvement: use light-dark() css function for easier overrides by @mscolnick in https://github.com/marimo-team/marimo/pull/2680
- fix: prevent module reload in wasm by @mscolnick in https://github.com/marimo-team/marimo/pull/2683
- improvement: improve loading states while islands are initializing by @mscolnick in https://github.com/marimo-team/marimo/pull/2682
- example: add flask example by @mscolnick in https://github.com/marimo-team/marimo/pull/2686
- example: add complete fastapi example by @mscolnick in https://github.com/marimo-team/marimo/pull/2685
- example: fasthtml by @mscolnick in https://github.com/marimo-team/marimo/pull/2688
Full Changelog: https://github.com/marimo-team/marimo/compare/0.9.11...0.9.12