Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Updates the requirements on plotnine to permit the latest version.

Release notes

Sourced from plotnine's releases.

v0.15.1

What's Changed

New Contributors

Full Changelog: has2k1/plotnine@v0.15.0...v0.15.1

Changelog

Sourced from plotnine's changelog.

v0.15.1

(2025-09-30)

New

  • Added which was conspicuously missing!

  • Added , making it possible to output/show plot composition objects when they are not the last object in a cell.

Enhancements

  • In a jupyter environment, the output when the plot is the last in a cell is now rendered without side effects. ({{< pr 969 >}})

  • When using the knitr engine in a Quarto document, you no longer need to class plot.show() to get output if the plot is the last object in the cell. ({{< issue 970 >}})

Bug Fixes

  • Fixed labels set with the labs call so that they are only ever overwritten by a call to labs or setting the name of a scale. Previously, if a global mapping was added after labs, it over-wrote the previously set labels.

    ggplot(mtcars) + labs(x="x title", y="y title") + geom_point() + aes("wt", "mpg")

    The labels will be "x title" and "y title".

  • Fixed bug with plot compositions where if a plot_spacer is the last plot in the composition, one could not change the figure size or dpi of the composition. ({{< issue 960 >}})

v0.15.0

(2025-06-15)

API Changes

  • Themeables axis_ticks_pad, axis_ticks_pad_minor, axis_ticks_pad_major, axis_ticks_pad_minor_x, axis_ticks_pad_minor_y, axis_ticks_pad_major_x and axis_ticks_pad_major_y have been deprecated. Use the margin parameter of with axis_text, axis_text_x or axis_text_y to control the spacing between the axis text and the ticks.

... (truncated)

Commits
  • b747488 Prepare changelog for release
  • 40cb6f1 CI: Disable linting, formating & typechecking
  • 377ee83 TYP: Remove unnecessary type ignore
  • 2fc174d ENH: Improve getting output with quarto and the knitr engine
  • 2f0fb8a Remove _utils.ipython.get_display_function
  • 1a4a058 Prefer _repr_mimebundle_ for notebook display
  • d88928b Add plot field to contest template
  • c40c043 discussions: plotnine contest 2025 form
  • 08088a0 DOC: Add references to the mizani color palettes
  • 7125fd1 Skip geom_dotplot test
  • Additional commits viewable in compare view

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)

Updates the requirements on [plotnine](https://github.com/has2k1/plotnine) to permit the latest version.
- [Release notes](https://github.com/has2k1/plotnine/releases)
- [Changelog](https://github.com/has2k1/plotnine/blob/v0.15.1/doc/changelog.qmd)
- [Commits](has2k1/plotnine@v0.13.0...v0.15.1)

---
updated-dependencies:
- dependency-name: plotnine
  dependency-version: 0.15.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 3, 2025
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant