What's Changed
This change includes some important bug fixes. It also includes two new transforms to mo.ui.dataframe
, our interactive dataframe editor: shuffle and sample. These transforms are particularly useful in machine learning and quantitative science workflows.
- fix: more accurate elapsed time calculation by @mscolnick in #361
- Add a unit test for cell runner's output by @akshayka in #362
- fix: flush empty outputs by @akshayka in #364
- feat: Add new data frame transformations for shuffl and sample by @mscolnick in #363
- feat: Add version update check and print in 'marimo edit' by @mscolnick in #360
- Initialize mimetypes by @akshayka in #368
- Server Token by @akshayka in #367
Full Changelog: 0.1.52...0.1.53