What's Changed
Better support for anywidget, and a number of fixes/improvements.
- fix: use WebComponentEncoder for JSON serialization in pyodide by @mscolnick in #1676
- fix: ignore not implmented sync-cell-ids by @mscolnick in #1677
- fix: strict execution single cell reference error by @dmadisetti in #1686
- fix: the groupby code generated for pandas by @mscolnick in #1687
- fix: defensive fetch, handle failures by @mscolnick in #1685
- improvement: add .from_series to many mo.ui inputs by @mscolnick in #1678
- fix: loosen docutils lower bound by @akshayka in #1695
- improvement: proxy attributes for
mo.ui.anywidget
by @mscolnick in #1694 - fix: cleanup row headers logic, so its included in sorts by @mscolnick in #1691
- 0.6.24 by @akshayka in #1696
Full Changelog: 0.6.23...0.6.24