Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.14.10 source code.tar.gz | 2025-07-03 | 120.1 MB | |
0.14.10 source code.zip | 2025-07-03 | 121.6 MB | |
README.md | 2025-07-03 | 2.4 kB | |
Totals: 3 Items | 241.7 MB | 0 |
What's Changed
✨ Highlights
🧮 Dataframes get another upgrade in this release. You can now select table cells with your cursor or keyboard, copy your selection to clipboard, and click nested entries to get a rich view. (#5450)
https://github.com/user-attachments/assets/399e84c7-bb26-4f25-9680-f201b7259afa
🖱️ Right-click the create cell button to get a context menu that lets you create Python, SQL, or markdown cells. (#5489)
🐛 Bug fixes
- Fix infinite loop with query parameters (#5519)
- Reuse ports that are available but recently closed (#5515)
- Don't highlight keyword argument names as reactive references (#5500)
- Include all query params in WebSocket connection (#5507)
- Ensure cell action tooltip appears above sidebar panel (#5491)
- register UIElement on change if it is missing from the UIElementRegistry (#5474)
- Tracing panel - sort queued cells to bottom (#5458)
- Fix go-to-definition for function declarations (#5484)
📝 Other changes
- 0.14.10 (da5e4ec)
- Prevent noisy health calls in wasm situations (#5510)
- Minor typo fix in uv docs (#5508)
- Update dependency boto3 to >=1.38.46 (#5501)
- Update dependency clickhouse-connect to >=0.8.18 (#5502)
- [pre-commit.ci] pre-commit autoupdate (#5499)
- add lilypad (#5497)
- Make websocket-jsonrpc server bridge generic (#5427)
New Contributors
- @bmeyers made their first contribution in https://github.com/marimo-team/marimo/pull/5508
Full Changelog: https://github.com/marimo-team/marimo/compare/0.14.9...0.14.10