-
Notifications
You must be signed in to change notification settings - Fork 8
fix(deps): update dependency marimo to >=0.19.7,<=0.19.7 #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/marimo-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+874
−771
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
985fca5 to
894565c
Compare
894565c to
114138a
Compare
114138a to
f49229e
Compare
f49229e to
5da45c3
Compare
5da45c3 to
7117739
Compare
7117739 to
61543f9
Compare
61543f9 to
0389899
Compare
0389899 to
d97a846
Compare
d97a846 to
9cd1148
Compare
9cd1148 to
f27c620
Compare
622dfcd to
4df25a9
Compare
4df25a9 to
a213a4d
Compare
a213a4d to
542c1c5
Compare
Contributor
Author
|
542c1c5 to
c2ca927
Compare
c2ca927 to
1f7617b
Compare
1f7617b to
8e3ff7d
Compare
e960d42 to
a309d22
Compare
3b7df6d to
47ab08d
Compare
47ab08d to
e3db3e1
Compare
e3db3e1 to
3740666
Compare
3740666 to
ec06d4e
Compare
ec06d4e to
7331067
Compare
7331067 to
3d42162
Compare
3d42162 to
bb2a0f3
Compare
84b22f5 to
d7f6515
Compare
d7f6515 to
65b3761
Compare
65b3761 to
1dc7e66
Compare
1dc7e66 to
91c3984
Compare
91c3984 to
025f0e9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=0.14.8,<=0.14.16→>=0.19.7,<=0.19.7>=0.14.8,<=0.14.16→>=0.19.7,<=0.19.7Release Notes
marimo-team/marimo (marimo)
v0.19.7Compare Source
⭐️ Highlights
PDF Export
marimo now supports exporting notebooks as PDFs, both from the CLI and directly from the notebook interface. Whether you're generating documentation, creating reports, or sharing your work, you can now produce professional-looking PDF outputs with full support for your notebook's visualizations and markdown content.
Export from the command line using the new marimo export pdf command, with options to control output format and include CLI arguments for parameterized notebooks. The PDF exporter runs your notebook, captures all outputs, and uses nbconvert's WebPDF exporter (powered by Chromium) for high-quality rendering. When running marimo as a notebook, you'll find a new "Export as PDF" option in the export menu.
Requirements: PDF export requires
nbformatandnbconvert[webpdf]to be installed.✨ Enhancements
🐛 Bug fixes
📚 Documentation
🔬 Preview features
📝 Other changes
fc88208)_marimo_row_idwhen clamping table columns (#8029) (#8035) (83f0901)watch_and_exportimplementations (#8000)6d3a6eb)Contributors
Thanks to all our community and contributors who made this release possible: @akshayka, @app/renovate, @dmadisetti, @faysou, @Light2Dark, @manzt, @mscolnick, @MukeshK17, @peter-gy, @sswatson-ap
New Contributors
Full Changelog: marimo-team/marimo@0.19.6...0.19.7
v0.19.6Compare Source
What's Changed
🐛 Bug fixes
📚 Documentation
📝 Other changes
62cd22c)Contributors
Thanks to all our community and contributors who made this release possible: @akshayka, @app/renovate, @manzt, @mscolnick
Full Changelog: marimo-team/marimo@0.19.5...TODO_CURRENT_VERSION
v0.19.4Compare Source
What's Changed
marimo._convertby @mscolnick in #7858Full Changelog: marimo-team/marimo@0.19.3...0.19.4
v0.19.2Compare Source
What's Changed
This PR fixes a bug that prevented deployed notebooks from accessing request context like user authentication data, cookies, headers, etc.
New Contributors
Full Changelog: marimo-team/marimo@0.19.1...0.19.2
v0.19.1Compare Source
What's Changed
This release includes a new API for formatting values in
mo.ui.dataframe, as well as small bug fixes.✨ Enhancements
🐛 Bug fixes
📚 Documentation
📝 Other changes
371f3c8)Contributors
Thanks to all our community and contributors who made this release possible: @akshayka, @dmadisetti, @hodlen, @Light2Dark, @manzt
Full Changelog: marimo-team/marimo@0.19.0...TODO_CURRENT_VERSION
v0.19.0Compare Source
This release introduces a refreshed UI with lighter cell styling and a new Developer Panel, along with reorganized sidebar panels and important bug fixes.
Highlights
Introducing the Developer Panel
marimo has many panels for configuring and inspecting notebooks, but mixing essential tools with advanced features can overwhelm new users. This release introduces a dedicated Developer Panel at the bottom of the editor (similar to VS Code's panel or browser DevTools) to house specialized tools like the terminal, logs, tracing, and scratchpad.
The sidebar now focuses on core panels that all users need, while power users can open the Developer Panel when they need deeper visibility into execution or want a scratchpad for experimentation. If you prefer a different arrangement, panels can be freely moved between the sidebar and Developer Panel—just drag them where you want.
Cmd/Ctrl + Jor via the footerConsolidated Sidebar Panels
To reduce clutter, several panels have been reorganized:
Cmd/Ctrl+Shift+I)✨ Enhancements
mo.carousel()(#7709)Ctrlas modifier key on macOS (#7608)mo.ui.dataframe(#7584)devinstall (#7372)!pipand give better error message (#7525)🐛 Bug fixes
Ctrl+Clickto select cell type on Windows/Linux (#7580)UIElement.formdocstring (#7578)📚 Documentation
📝 Other changes
mo.ui.altair_chart. (#7673)DirectedGraphinto smaller components (#7527)marimo editlocal static notebooks (#7474)--asset-urlas a fallback (#7453)Contributors
Thanks to all our community and contributors who made this release possible: @akshayka, @andrewsoonqn, @corleyma, @dmadisetti, @koaning, @Light2Dark, @m-rgba, @majiayu000, @manzt, @mscolnick, @nojaf, @prateek, @thliang01
And especially to our new contributors:
Full Changelog: marimo-team/marimo@0.18.4...0.19.0
v0.18.4Compare Source
What's Changed
Full Changelog: marimo-team/marimo@0.18.3...0.18.4
v0.18.3Compare Source
What's Changed
✨ Enhancements
🐛 Bug fixes
Contributors
Thanks to all our community and contributors who made this release possible: @dmadisetti, @Light2Dark, @mscolnick
Full Changelog: marimo-team/marimo@0.18.2...0.18.3
v0.18.2Compare Source
What's Changed
✨ Enhancements
🐛 Bug fixes
📚 Documentation
📝 Other changes
f2558fa)29a5ae2)Contributors
Thanks to all our community and contributors who made this release possible: @app/dependabot, @app/renovate, @cosmo-grant, @dmadisetti, @hodlen, @koaning, @Light2Dark, @mscolnick, @szst11
New Contributors
Full Changelog: marimo-team/marimo@0.18.1...0.18.2
v0.18.1Compare Source
What's Changed
✨ Enhancements
🐛 Bug fixes
📚 Documentation
📝 Other changes
f7513e3)3bc4d8d)Contributors
Thanks to all our community and contributors who made this release possible: @adamwdraper, @app/renovate, @cosmo-grant, @dmadisetti, @koaning, @Light2Dark, @manzt, @mscolnick, @patyork, @robd518
New Contributors
Full Changelog: marimo-team/marimo@0.18.0...0.18.1
v0.18.0Compare Source
What's Changed
🚨 Breaking changes
✨ Enhancements
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.