0.2.4
What's Changed
Highlights!
- 📊 Use
mo.ui.data_explorer()
to automatically visualize dataframes, for exploratory data analysis - 📑 Create controllable and reactive tabbed views using
mo.ui.tabs()
-- the value of the element is the heading of the selected tab. - Bug fixes and other improvements.
- mo.ui.data_explorer by @mscolnick in #581
- improvement: add hstack and vstack to arrays and dictionaries by @mscolnick in #762
- fix: patched
find_spec
should be a bound method by @akshayka in #764 - feat: mo.ui.tabs, deprecate mo.tabs by @mscolnick in #759
- fix: mpl interactive with large plot sizes by @mscolnick in #767
- test: test quitting the server by @akshayka in #711
- internal: make config non-global, ensapsulate more logic by @mscolnick in #768
- 0.2.4 by @akshayka in #770
Full Changelog: 0.2.3...0.2.4