Skip to content
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

pip prod(deps): bump marimo from 0.9.34 to 0.10.0 #3634

Merged
merged 8 commits into from
Jan 2, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2024

Bumps marimo from 0.9.34 to 0.10.0.

Release notes

Sourced from marimo's releases.

0.10.0

⭐ Highlights

πŸš€ Major Features

  • New marimo export html-wasm command that give you an html file and assets in order to run WebAssembly notebooks without the playground. You can even host these on GitHub Pages!
  • Added support for Azure OpenAI with AI Assistant
  • Auto-export to .ipynb while working on your notebook

🎨 UI/UX Improvements

  • Enhanced markdown support with task lists, tabs, critic markup, emoji, and magic links
  • Network URL now shown when running with host=0.0.0.0

⚑ Performance & Fixes

  • Fixed case sensitivity issues dataframe searches
  • Fixed datetime in Altair charts
  • Respect Python version from inline-scripts (PEP 723) when running with --sandbox

πŸ›‘ Breaking change: Nameless cells in the marimo Python file are now generated as _ (instead of __) to fix mypy linting errors

What's Changed

New Contributors

Full Changelog: marimo-team/marimo@0.9.34...0.10.0

Commits
  • d321e0a release: 0.10.0
  • 6af7f91 improvement: errors should stay internal in marimo run and logged to console ...
  • de0b3f3 feat: markdown caption support, tabs, critic, emoji, magic links (#3152)
  • 298b386 tests: revert cli debug (#3153)
  • 8defa6d feat: add task list support to markdown (#3151)
  • a75baf6 fix: preserve table selection on accordion toggle (#3148)
  • f7ab973 test: maybe fix windows cli tests (#3146)
  • 2367332 fix: make name change backwards compat in the ui (#3147)
  • 0e99bed cli debug
  • f845fc8 feat: add auto-export as ipynb feature (#3138)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 13, 2024
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.9.34 to 0.10.0.
- [Release notes](https://github.com/marimo-team/marimo/releases)
- [Commits](marimo-team/marimo@0.9.34...0.10.0)

---
updated-dependencies:
- dependency-name: marimo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/marimo-0.10.0 branch from 40cb6c7 to 2fb1dc4 Compare December 13, 2024 11:01
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

A newer version of marimo exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 91.30%. Comparing base (f965202) to head (13a38aa).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3634      +/-   ##
==========================================
- Coverage   91.30%   91.30%   -0.01%     
==========================================
  Files         466      466              
  Lines       58372    58375       +3     
  Branches     5625     5626       +1     
==========================================
  Hits        53297    53297              
- Misses       3627     3630       +3     
  Partials     1448     1448              

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@superlopuh superlopuh merged commit f06d74e into main Jan 2, 2025
16 checks passed
@superlopuh superlopuh deleted the dependabot/pip/marimo-0.10.0 branch January 2, 2025 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants