Skip to content

Bump marimo from 0.13.14 to 0.14.17#99

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/marimo-0.14.17
Closed

Bump marimo from 0.13.14 to 0.14.17#99
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/marimo-0.14.17

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2025

Copy link
Copy Markdown
Contributor

Bumps marimo from 0.13.14 to 0.14.17.

Release notes

Sourced from marimo's releases.

0.14.17

This release introduces several conveniences for exploring and visualizing in-memory objects, along with bug fixes.

✨ Highlights

Inspect objects with mo.inspect()

This release adds a new mo.inspect() utility inspired by rich.inspect, providing a way to explore Python objects interactively within marimo notebooks (#5936).

obj = MyClass()
mo.inspect(obj)

Shows attributes, methods, and documentation in a structured format instead of unhelpful <object at 0x...> output.

Improved ibis integration

Ibis tables now render using marimo's native formatters (#5855), and there is now support for Ibis catalogs, enabling multi-database queries (#5978). Thanks to community member @​kyrre for both contributions!

Enhanced AI context

Better @ completions for variables, dataframes, and SQL tables within chat and AI cells (#5962).

Cross-cell variable deletion

You can now use del to delete variables from other cells to reclaim memory (#5966). Cells that delete a variable automatically depend on all cells that reference it. This should be considered an advanced feature but can be useful for memory-intensive workflows with large datasets or tensors.

🚨 Breaking changes

  • Sandbox mode now explicitly requires a notebook file (#5511)

    marimo edit --sandbox now raises a UsageError when run without specifying a notebook file. Previously, sandbox mode allowed editing multiple notebooks but they would share the same environment, breaking isolation and potentially poisoning the shared venv. Multi-notebook sandboxing may be supported in the future with better-defined behavior.

✨ Enhancements

... (truncated)

Commits

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)

Bumps [marimo](https://github.com/marimo-team/marimo) from 0.13.14 to 0.14.17.
- [Release notes](https://github.com/marimo-team/marimo/releases)
- [Commits](marimo-team/marimo@0.13.14...0.14.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 18, 2025
@coveralls

Copy link
Copy Markdown
Collaborator

Pull Request Test Coverage Report for Build 17028145673

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1648 unchanged lines in 14 files lost coverage.
  • Overall coverage increased (+7.3%) to 29.074%

Files with Coverage Reduction New Missed Lines %
benchmarking.py 8 0.0%
custom_ase.py 9 0.0%
utils/periodic_table.py 15 75.0%
friction.py 22 0.0%
utils/file_utils.py 23 55.74%
utils/file_crawler.py 24 0.0%
utils/math_utils.py 55 58.97%
trajectory.py 56 0.0%
parameters.py 69 64.0%
visualise.py 69 0.0%
Totals Coverage Status
Change from base Build 11842530602: 7.3%
Covered Lines: 1206
Relevant Lines: 4148

💛 - Coveralls

@dependabot @github

dependabot Bot commented on behalf of github Aug 25, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #100.

@dependabot dependabot Bot closed this Aug 25, 2025
@dependabot
dependabot Bot deleted the dependabot/uv/marimo-0.14.17 branch August 25, 2025 01:28
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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant