Marimo

Latest version: v0.9.20

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

Scan your dependencies

Page 1 of 36

0.9.20

What's Changed
* docs: faq update for package repro by akshayka in https://github.com/marimo-team/marimo/pull/2870
* fix: render dates in table using local tz by mscolnick in https://github.com/marimo-team/marimo/pull/2872


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.9.19...0.9.20

0.9.19

What's Changed
* perf: use pyodide lockfiles by mscolnick in https://github.com/marimo-team/marimo/pull/2858
* chore: add packaging to pyproject.toml top-level by mscolnick in https://github.com/marimo-team/marimo/pull/2859
* fix: sql formatting and remove extensions from catalog references by mscolnick in https://github.com/marimo-team/marimo/pull/2862
* Fix doc typo by boisgera in https://github.com/marimo-team/marimo/pull/2861
* feat: add mathjax lib using useScript by Light2Dark in https://github.com/marimo-team/marimo/pull/2839
* improvement: redesign disconnected state by mscolnick in https://github.com/marimo-team/marimo/pull/2865
* docs: add support for model providers with usage examples by Haleshot in https://github.com/marimo-team/marimo/pull/2866
* chore: add recommended deps by mscolnick in https://github.com/marimo-team/marimo/pull/2867
* fix: QOL improvements when deploying with docker by mscolnick in https://github.com/marimo-team/marimo/pull/2864
* fix: sql case with function by mscolnick in https://github.com/marimo-team/marimo/pull/2869

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

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.9.18...0.9.19

0.9.18

⭐ Highlights

* ⌨️ Keyboard shortcuts for buttons: `mo.ui.button(keyboard_shortcut="Cmd-l")`
* 📊 HoloViews support
* 📦 New API: `mo.app_meta().mode` to determine if running as `"edit", "run", "script"`

What's Changed
* feat(image): add caption support to mo.image by metaboulie in https://github.com/marimo-team/marimo/pull/2817
* feat: add keyboard shortcut to buttons by Light2Dark in https://github.com/marimo-team/marimo/pull/2819
* improvement: allow taking control of an existing session if in edit mode by mscolnick in https://github.com/marimo-team/marimo/pull/2810
* docs: replace index.md with readme by akshayka in https://github.com/marimo-team/marimo/pull/2830
* AI Completion: Send api-key header for OpenAI endpoints by cmarqu in https://github.com/marimo-team/marimo/pull/2832
* docs: light-theme sidebar color by akshayka in https://github.com/marimo-team/marimo/pull/2831
* docs: update docs to show app view is in bottom right by Light2Dark in https://github.com/marimo-team/marimo/pull/2834
* Ensure binary messages are serialized to base64 in Panel Comm layer by philippjfr in https://github.com/marimo-team/marimo/pull/2835
* feat(runtime): add mode property to AppMeta by metaboulie in https://github.com/marimo-team/marimo/pull/2829
* fix: open-api schema drift by mscolnick in https://github.com/marimo-team/marimo/pull/2836
* docs: update calendar links to include full URLs by Haleshot in https://github.com/marimo-team/marimo/pull/2840
* docs: improve AppMeta documentation by metaboulie in https://github.com/marimo-team/marimo/pull/2838
* docs: add docs for specifying python version while using --sandbox by mscolnick in https://github.com/marimo-team/marimo/pull/2837
* improvement: prefer _repr_ methods on list/dicts/tuple by mscolnick in https://github.com/marimo-team/marimo/pull/2842
* improvement: add download to File Explorer by mscolnick in https://github.com/marimo-team/marimo/pull/2843
* chore(deps): update google-github-actions/upload-cloud-storage action to v2 by renovate in https://github.com/marimo-team/marimo/pull/2847
* docs: app.embed() usage by akshayka in https://github.com/marimo-team/marimo/pull/2849
* improvement: Extract and lift inline script metadata in `marimo convert` by manzt in https://github.com/marimo-team/marimo/pull/2850
* tests: snapshot ipynb convert tests, add juv test by mscolnick in https://github.com/marimo-team/marimo/pull/2851
* improvement: better leafmap formatters by mscolnick in https://github.com/marimo-team/marimo/pull/2852
* fix: devtools package resolution by mscolnick in https://github.com/marimo-team/marimo/pull/2854
* fix: package installation for conflicting names, fix for names with brackets by mscolnick in https://github.com/marimo-team/marimo/pull/2855
* Fix: expose port via os to allow mpl to work in docker by maxtheman in https://github.com/marimo-team/marimo/pull/2853

New Contributors
* cmarqu made their first contribution in https://github.com/marimo-team/marimo/pull/2832
* maxtheman made their first contribution in https://github.com/marimo-team/marimo/pull/2853

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.9.17...0.9.18

0.9.17

What's Changed
* docs: add integer-only example for number input by metaboulie in https://github.com/marimo-team/marimo/pull/2816
* chore: rename tailwind.config.js to .cjs by metaboulie in https://github.com/marimo-team/marimo/pull/2818
* fix: owner check in marmo-bot gh action by mscolnick in https://github.com/marimo-team/marimo/pull/2820
* example: attach to persistent duckdb db by akshayka in https://github.com/marimo-team/marimo/pull/2824
* fix: check isatty for sandboxing by mscolnick in https://github.com/marimo-team/marimo/pull/2826
* fix: handle some sql edge cases for catalogs by mscolnick in https://github.com/marimo-team/marimo/pull/2825
* fix: SQL cases for referencing catalog and schema in CREATE table statements by mscolnick in https://github.com/marimo-team/marimo/pull/2827
* fix: vim j/k keys by mscolnick in https://github.com/marimo-team/marimo/pull/2828


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.9.16...0.9.17

0.9.16

What's Changed
* chore(deps): update github artifact actions to v4 (major) by renovate in https://github.com/marimo-team/marimo/pull/2803
* fix: column summaries in wasm by mscolnick in https://github.com/marimo-team/marimo/pull/2802
* improvement: Add labs section in user settings, fix column width by mscolnick in https://github.com/marimo-team/marimo/pull/2805
* docs: add quotation marks for marimo[sql] commands by Light2Dark in https://github.com/marimo-team/marimo/pull/2807
* Include `Custom-AI-rules`; docs touchups by Haleshot in https://github.com/marimo-team/marimo/pull/2795
* chore(deps): update google-github-actions/auth action to v2 by renovate in https://github.com/marimo-team/marimo/pull/2809
* fix: allow table selection in full screen by mscolnick in https://github.com/marimo-team/marimo/pull/2806
* fix: drop index for data-explorer by mscolnick in https://github.com/marimo-team/marimo/pull/2808
* fix: fix regression of rendering pandas tables with custom index by mscolnick in https://github.com/marimo-team/marimo/pull/2813
* fix: handle empty or null dates in table by mscolnick in https://github.com/marimo-team/marimo/pull/2814

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

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.9.15...0.9.16

0.9.15

What's Changed

The release contains many improvements and fixes.

- Table download actions are now configurable: https://github.com/marimo-team/marimo/pull/2710
- Improvements to datetimes in tables: https://github.com/marimo-team/marimo/pull/2799
- Support for Panel: https://github.com/marimo-team/marimo/pull/2719
- Justification and wrapping in `mo.ui.table`: https://github.com/marimo-team/marimo/pull/2730

New Contributors 🎉

Thanks for the contributions!

* philippjfr made their first contribution in https://github.com/marimo-team/marimo/pull/2719
* ndrezn made their first contribution in https://github.com/marimo-team/marimo/pull/2741
* koaning made their first contribution in https://github.com/marimo-team/marimo/pull/2779

All changes

* improvement: make table download actions configurable by mscolnick in https://github.com/marimo-team/marimo/pull/2710
* docs: marimo.ui.dictionary by metaboulie in https://github.com/marimo-team/marimo/pull/2712
* improvement: support datetime and time as seperate value types by mscolnick in https://github.com/marimo-team/marimo/pull/2714
* chore: add pytest-timeout by mscolnick in https://github.com/marimo-team/marimo/pull/2715
* fix: remove any need for tornado in matplotlib.interactive by mscolnick in https://github.com/marimo-team/marimo/pull/2716
* improvement: more narwhals for table logic by mscolnick in https://github.com/marimo-team/marimo/pull/2711
* Add Panel support by philippjfr in https://github.com/marimo-team/marimo/pull/2719
* fix: linting in PanelPlugin by mscolnick in https://github.com/marimo-team/marimo/pull/2720
* fix: panel function parsing by mscolnick in https://github.com/marimo-team/marimo/pull/2722
* pref: add react-compiler by mscolnick in https://github.com/marimo-team/marimo/pull/2707
* chore: panel FE refactor by mscolnick in https://github.com/marimo-team/marimo/pull/2723
* chore: use narhwals to scalar by mscolnick in https://github.com/marimo-team/marimo/pull/2721
* fix: scratch pad active line highlight by mscolnick in https://github.com/marimo-team/marimo/pull/2725
* fix: codemirror regression with placeholder by mscolnick in https://github.com/marimo-team/marimo/pull/2727
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marimo-team/marimo/pull/2735
* improvement: Add text justification and wrapping option for `mo.ui.table` by metaboulie in https://github.com/marimo-team/marimo/pull/2730
* doc: add period to Plotly docstring by ndrezn in https://github.com/marimo-team/marimo/pull/2741
* doc: fix prior incorrect interpretation of marimo dict by metaboulie in https://github.com/marimo-team/marimo/pull/2731
* fix: bump narwhals to 1.12.0 by mscolnick in https://github.com/marimo-team/marimo/pull/2742
* improvement: add history to scratch pad, persist to localstorage by mscolnick in https://github.com/marimo-team/marimo/pull/2728
* Update README.md by akshayka in https://github.com/marimo-team/marimo/pull/2743
* example: add ibis example by mscolnick in https://github.com/marimo-team/marimo/pull/2744
* fix: mermaid responding to dark mode by mscolnick in https://github.com/marimo-team/marimo/pull/2747
* fix: add clipboard copy fallback for Safari by mscolnick in https://github.com/marimo-team/marimo/pull/2748
* simplify UI tutorial by akshayka in https://github.com/marimo-team/marimo/pull/2751
* chore: add naming convention lint by mscolnick in https://github.com/marimo-team/marimo/pull/2749
* example: add simplemind by mscolnick in https://github.com/marimo-team/marimo/pull/2752
* fix: don't reprompt docker when running in sandbox by akshayka in https://github.com/marimo-team/marimo/pull/2754
* fix: allow un-hiding code when temporarily shown, show delete button by mscolnick in https://github.com/marimo-team/marimo/pull/2755
* fix: table selection when being cleared by mscolnick in https://github.com/marimo-team/marimo/pull/2759
* fix: allow closing active selection in dep viewer, fix table memo by mscolnick in https://github.com/marimo-team/marimo/pull/2758
* chore(deps): update all storybook dependencies to ^8.4.0 by renovate in https://github.com/marimo-team/marimo/pull/2763
* docs: add community themes section to theming guide by metaboulie in https://github.com/marimo-team/marimo/pull/2764
* Add `Groq` for `mo.ui.chat` by Haleshot in https://github.com/marimo-team/marimo/pull/2757
* example: add recipe bot by mscolnick in https://github.com/marimo-team/marimo/pull/2768
* example: add generative ui example by mscolnick in https://github.com/marimo-team/marimo/pull/2769
* Add conda downloads badge by akshayka in https://github.com/marimo-team/marimo/pull/2770
* Create monotonic-splines.py by koaning in https://github.com/marimo-team/marimo/pull/2779
* fix: include index.html in marimo-base for html export by mscolnick in https://github.com/marimo-team/marimo/pull/2781
* fix: have clearer tips when developing on marimo by mscolnick in https://github.com/marimo-team/marimo/pull/2783
* fix: monotonic splines example by akshayka in https://github.com/marimo-team/marimo/pull/2784
* fix: table pagination for next page by mscolnick in https://github.com/marimo-team/marimo/pull/2790
* fix: table memoization edge case with React compiler by mscolnick in https://github.com/marimo-team/marimo/pull/2791
* improvement: prevent column headers from extra reloads by mscolnick in https://github.com/marimo-team/marimo/pull/2796
* fix: unwrap narwhals type from mo.ui.table() by mscolnick in https://github.com/marimo-team/marimo/pull/2794
* chore: update discord url by mscolnick in https://github.com/marimo-team/marimo/pull/2793
* examples: add huggingface examples by mscolnick in https://github.com/marimo-team/marimo/pull/2792
* improvement: only use 'parts' api in llms if necessary by mscolnick in https://github.com/marimo-team/marimo/pull/2797
* improvement: clearer dates and datetimes with utc by mscolnick in https://github.com/marimo-team/marimo/pull/2799
* Monkey-patch pygwalker.walk by akshayka in https://github.com/marimo-team/marimo/pull/2798
* Add pygwalker example by akshayka in https://github.com/marimo-team/marimo/pull/2800
* v0.9.15 by akshayka in https://github.com/marimo-team/marimo/pull/2801

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.9.14...0.9.15

Page 1 of 36

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.