Highlights ⭐
-
Configurable SQL output type - you can now configure the output type for SQL cells.
native, lazy-polars, pandas, polars, auto
-
Reactive tests - By default, marimo detects and runs tests in your notebooks automatically. If the
pytest
library is installed, marimo will runpytest
on any cells that contain test functions (functions that start withtest_
) or test classes
(classes that start withTest
) on a per cell basis. This can be turned off through configuration,
What's Changed
- fix: skip test when sqlalchemy when not installed by @akshayka in #4451
- improvement: Configurable SQL output type by @mscolnick in #4437
- improvement: map vim :w to save notebook by @mscolnick in #4455
- fix: dont show sql keywords when completion
.column_name
by @mscolnick in #4453 - fix: remove extra save keymap in vim mode by @andyrift in #4462
- fix: s3 usage in mo.ui.file_browser() by @mscolnick in #4457
- fix: sanitize big-ints in table manager by @mscolnick in #4468
- feat: release pytest from experimental by @dmadisetti in #4467
New Contributors
Full Changelog: 0.12.7...0.12.8