What's Changed
Highlights
📊 Table column previews! Tables created with mo.ui.table()
now include summaries for each column, including chart previews and summary statistics:
Missing items are highlighted in orange, categorical quantities are shown with bar charts, and numerical quantities are shown with histograms.
Expect more quality-of-life improvements to tables and dataframes in the near future!
🔍 Filterable variables panel. You can now filter variables by cell name in the variables panel.
All changes
- fix: force auto_instantiate in read mode for wasm by @mscolnick in #1555
- fix: replace nbsp with space by @akshayka in #1551
- feat: mo.ui.table() column chart previews by @mscolnick in #1553
- improvement: filter variable by cell name by @mscolnick in #1556
- improvement: add .apply_selection() to mo.ui.altair_chart for layered/stacked charts by @mscolnick in #1557
- fix: refuse to create dropdown, multiselect with >1k options by @akshayka in #1560
- 0.6.15 by @akshayka in #1561
Full Changelog: 0.6.14...0.6.15