Highlights ⭐
- 🐳 Added DeepSeek support and documentation for AI completions
- 🖥️ New
mo.ui.app_meta().request
API to access incoming request context (headers, query params, and user info) - 🐛 Various bug fixes to
mo.Thread
, Altair charts, and table formatting.
What's Changed
- fix: allow editable installs when devloping locally with sandbox by @mscolnick in #3568
- feat: add wasm watch and some docs on set up by @Light2Dark in #3572
- fix: support running in FIPS-enabled environments by @marcodlk in #3571
- chore: deflake tmpdir cleanup in tests by @akshayka in #3573
- docs: fix admonition rendering by @Haleshot in #3577
- chore(deps): update all storybook dependencies to ^8.5.1 by @renovate in #3582
- fix: lower timeout in version check by @mscolnick in #3585
- fix: handle timezone in samples by @mscolnick in #3584
- feat: add configurable width to mo.sidebar() (#3570) by @devin-ai-integration in #3591
- fix: support altair map selection when vconcat or hconcat by @mscolnick in #3590
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #3592
- fix: scope ag-grid styles to plugin to avoid style pollution by @mscolnick in #3601
- docs: add DeepSeek configuration to AI completion guide by @Haleshot in #3597
- Add DeepSeek chatbot example by @Haleshot in #3598
- fix: Simplify and resolve pandas snippet error by @Haleshot in #3605
- fix: persistent loader save path (+ feat: test tweaks / json loader for interpretability) by @dmadisetti in #3595
- example: nvidia nims endpoint by @mscolnick in #3608
- tidy: make tests stricter to better capture cache state invalidation by @dmadisetti in #3609
- fix: handle numeric formatting in table widgets by @devin-ai-integration in #3618
- fix: correct time formatting for minutes and seconds in cell status by @devin-ai-integration in #3621
- feat: add mo.ui.app_meta().request by @mscolnick in #3619
- fix: mo.Thread communication to output area by @akshayka in #3611
- fix: printing in mo.Threads by @akshayka in #3628
- added CLA notes to the CONTRIBUTING guide by @paddymul in #3633
New Contributors
Full Changelog: 0.10.17...0.10.18