Skip to content

Releases: marimo-team/marimo

0.1.27

12 Oct 23:16
Compare
Choose a tag to compare

What's Changed

  • Fixes to altair_chart related to csv transformer by @akshayka in #206

Full Changelog: 0.1.26...0.1.27

0.1.26

12 Oct 18:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.25...0.1.26

0.1.25

12 Oct 17:00
Compare
Choose a tag to compare

What's Changed

New features

Bug fixes and other improvements

  • parse docstrings as markdown in autocomplete by @akshayka in #199
  • typing issue in python 3.8 by @akshayka in #201
  • show table selection count, support select all by @mscolnick in #198
  • improvement: Custom altair data_transformer, load 1 million points by @mscolnick in #200
  • improvement: auto-encoding pandas/numpy, mo.ui.table takes in Dataframe by @mscolnick in #197
  • Prevent cells from overlapping notebook controls by @akshayka in #203

Full Changelog: 0.1.24...0.1.25

0.1.24

10 Oct 06:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.23...0.1.24

0.1.23

10 Oct 06:19
9cc61bf
Compare
Choose a tag to compare

What's Changed

  • fix: hide stopped/errored cell outputs in grid by @mscolnick in #191
  • improvement: support full-width input UI elements by @mscolnick in #190

Full Changelog: 0.1.22...0.1.23

0.1.22

06 Oct 20:36
91b1aad
Compare
Choose a tag to compare

What's Changed

This change includes one new feature, and many behind-the-scenes infrastructural improvements.

New features

Full Changelog: 0.1.21...0.1.22

0.1.21

03 Oct 15:59
6a79df7
Compare
Choose a tag to compare

What's Changed

New features

Bug fixes

Full Changelog: 0.1.19...0.1.21

0.1.20

30 Sep 01:21
Compare
Choose a tag to compare

What's Changed

This change includes a bug fix for mo.image, and closes a potential memory leak in the frontend.

  • fix: unmount react component when web-component unmounts by @mscolnick in #163
  • fix: width should be in px for mo.image by @akshayka in #166

Full Changelog: 0.1.19...0.1.20

0.1.19

28 Sep 04:47
cfe3bb5
Compare
Choose a tag to compare

What's Changed

New features

Use mo.mpl.interactive() to output interactive figures:

image

Full Changelog: 0.1.18...0.1.19

0.1.18

26 Sep 00:17
5cace84
Compare
Choose a tag to compare

What's Changed

This change adds a new user-wide configuration setting that lets you disable auto-run on startup. It also includes bug fixes.

Features

Bug Fixes

Full Changelog: 0.1.17...0.1.18