Marimo

Latest version: v0.9.20

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 24 of 36

0.1.79

Not secure
What's Changed

This change adds support for the `pdb` debugger.

* chore: decouple sessions from tornado by mscolnick in https://github.com/marimo-team/marimo/pull/597
* improve: mo.ui.text/text_area background by akshayka in https://github.com/marimo-team/marimo/pull/602
* fix: missing defs at runtime in app.run() by akshayka in https://github.com/marimo-team/marimo/pull/604
* fix: fix nullable max_rows, max_columns by mscolnick in https://github.com/marimo-team/marimo/pull/608
* feat: pdb by mscolnick akshayka in https://github.com/marimo-team/marimo/pull/586


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.78...0.1.79

0.1.78

Not secure
What's Changed

This release adds support for using `input()` and `stdin` for reading user input when editing a notebook, as well as a number of bug fixes and improvements.

* docs: add diagrams section by akshayka in https://github.com/marimo-team/marimo/pull/568
* fix(deps): update all non-major dependencies by renovate in https://github.com/marimo-team/marimo/pull/570
* chore(deps): update all storybook dependencies to ^7.6.8 by renovate in https://github.com/marimo-team/marimo/pull/569
* chore: skip playwright forks by mscolnick in https://github.com/marimo-team/marimo/pull/578
* fix: correctly handle command palette short (fixes on Linux) by mscolnick in https://github.com/marimo-team/marimo/pull/577
* Update plotting example to use vega_datasets module, replacing obsole altair.load_dataset() by ideoforms in https://github.com/marimo-team/marimo/pull/579
* fix: stopPropagation on Ctrl-B when a cell is not focused by mscolnick in https://github.com/marimo-team/marimo/pull/582
* improvement: add 'inline=bool' to mo.ui.radio by mscolnick in https://github.com/marimo-team/marimo/pull/584
* fix: Add support for recognizing Alt key in shortcuts by mscolnick in https://github.com/marimo-team/marimo/pull/589
* feat: support input() and stdin by akshayka in https://github.com/marimo-team/marimo/pull/587
* 0.1.78 by akshayka in https://github.com/marimo-team/marimo/pull/592

New Contributors
* ideoforms made their first contribution in https://github.com/marimo-team/marimo/pull/579

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.77...0.1.78

0.1.77

Not secure
What's Changed

This release includes a number of bug fixes and improvements, as well as a new feature: `mo.mermaid()`, which lets you render Mermaid diagrams. We also have a number of new contributors -- welcome pavelzw and bckmnn!

* Fix formatting in dataflow example by pavelzw in https://github.com/marimo-team/marimo/pull/549
* Update callout kinds by pavelzw in https://github.com/marimo-team/marimo/pull/551
* Use r-string to ignore escaping by pavelzw in https://github.com/marimo-team/marimo/pull/550
* improvement: make footer more visible by akshayka in https://github.com/marimo-team/marimo/pull/554
* improvement: add 'system' theme option by mscolnick in https://github.com/marimo-team/marimo/pull/556
* Fix JSON encodings - use utf-8 by akshayka in https://github.com/marimo-team/marimo/pull/557
* Add automatic typo checking by pavelzw in https://github.com/marimo-team/marimo/pull/559
* feat: support loading image from path by akshayka in https://github.com/marimo-team/marimo/pull/555
* Update description of cell movement in intro.py by bckmnn in https://github.com/marimo-team/marimo/pull/560
* Add typos as dev dependency, for local usage by akshayka in https://github.com/marimo-team/marimo/pull/561
* docs: editor features by akshayka in https://github.com/marimo-team/marimo/pull/563
* fix: fix native select background color on Linux, improve other dark more support by mscolnick in https://github.com/marimo-team/marimo/pull/565
* docs: Remove mo.pdf iframe to prevent autodownloads by akshayka in https://github.com/marimo-team/marimo/pull/567
* improvement: clip mo.ui.dataframe preview to 100 rows, add dropdown for pagination to find specific page by mscolnick in https://github.com/marimo-team/marimo/pull/566
* feat: mo.mermaid by mscolnick in https://github.com/marimo-team/marimo/pull/564

New Contributors
* pavelzw made their first contribution in https://github.com/marimo-team/marimo/pull/549
* bckmnn made their first contribution in https://github.com/marimo-team/marimo/pull/560

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.76...0.1.77

0.1.76

Not secure
What's Changed

* Update README.md: link to what problems does marimo solve by akshayka in https://github.com/marimo-team/marimo/pull/539
* fix: update undo delete cell icon by mscolnick in https://github.com/marimo-team/marimo/pull/538
* fix: switch to marimo.app for sharing by mscolnick in https://github.com/marimo-team/marimo/pull/543


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.75...0.1.76

0.1.75

Not secure
What's Changed

This change includes some quality of life improvements to the marimo editor.

* improvement: add "Download image" in right click menu by mscolnick in https://github.com/marimo-team/marimo/pull/536
* improvement: configurable editor font-size by mscolnick in https://github.com/marimo-team/marimo/pull/537


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.74...0.1.75

0.1.74

Not secure
What's Changed

This change adds support for using the arrow keys to navigate across cells. It also adds a new UI element, `mo.ui.code_editor()`, a text input with syntax highlighting.

Highlights

* improvement: Add ArrowUp/ArrowDown hotkey support for moving between cells by mscolnick in https://github.com/marimo-team/marimo/pull/533
* feat: mo.ui.code_editor by mscolnick in https://github.com/marimo-team/marimo/pull/531
* fix: don't make cells stale after formatting code by mscolnick in https://github.com/marimo-team/marimo/pull/535
* feat: configurable line length in format by akshayka in https://github.com/marimo-team/marimo/pull/528
* improvement: support running from https://marimo.io/static/ by mscolnick in https://github.com/marimo-team/marimo/pull/525
* example: Add duckdb and hugging face example by mscolnick in https://github.com/marimo-team/marimo/pull/529

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.73...0.1.74

Page 24 of 36

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.