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

Bump matplotlib from 3.5.2 to 3.7.0 #286

Merged
merged 1 commit into from
Mar 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2023

Bumps matplotlib from 3.5.2 to 3.7.0.

Release notes

Sourced from matplotlib's releases.

REL: v3.7.0

Highlights of this release include:

  • Plotting and Annotation improvements
    • hatch parameter for pie
    • Polar plot errors drawn in polar coordinates
    • Additional format string options in ~matplotlib.axes.Axes.bar_label
    • ellipse boxstyle option for annotations
    • The extent of imshow can now be expressed with units
    • Reversed order of legend entries
    • pcolormesh accepts RGB(A) colors
    • View current appearance settings for ticks, tick labels, and gridlines
    • Style files can be imported from third-party packages
  • Improvements to 3D Plotting
    • 3D plot pan and zoom buttons
    • adjustable keyword argument for setting equal aspect ratios in 3D
    • Poly3DCollection supports shading
    • rcParam for 3D pane color
  • Figure and Axes Layout
    • colorbar now has a location keyword argument
    • Figure legends can be placed outside figures using constrained_layout
    • Per-subplot keyword arguments in subplot_mosaic
    • subplot_mosaic no longer provisional
  • Widget Improvements
    • Custom styling of button widgets
    • Blitting in Button widgets
  • Other Improvements
    • Source links can be shown or hidden for each Sphinx plot directive
    • Figure hooks
  • New & Improved Narrative Documentation
    • Brand new :doc:Animations </tutorials/introductory/animation_tutorial> tutorial.
    • New grouped and stacked bar chart <../../gallery/index.html#lines_bars_and_markers>_ examples.
    • New section for new contributors and reorganized git instructions in the :ref:contributing guide<contributing>.
    • Restructured :doc:/tutorials/text/annotations tutorial.

REL: v3.7.0rc1

First release candidate for 3.7.0

REL: v3.6.3

This is the third bugfix release of the 3.6.x series.

This release contains several bug-fixes and adjustments:

  • Fix Artist removal from axes_grid1 Axes classes
  • Fix inset_locator in subfigures
  • Fix scatter on masked arrays with units
  • Fix colorbar ticks with log norm contours
  • Fix deprecation warnings in GTK4 backend
  • Fix using relative paths in HTMLWriter
  • Improve failure message from rcParams string validation for tuple inputs

... (truncated)

Commits
  • d6dd1b7 REL: v3.7.0
  • 14a221f Merge pull request #25194 from tacaswell/370_final
  • ddef536 DOC: update what's new date for final release date
  • 1b5c3fb Merge pull request #24781 from tacaswell/mnt/restore_doc_sha
  • 769865b DOC: Prepare release notes for 3.7.0
  • f78e8ec Backport PR #25196: Add deprecation for setting data with non sequence type i...
  • 172ede3 Merge pull request #25197 from meeseeksmachine/auto-backport-of-pr-25193-on-v...
  • 3e0e0b3 Backport PR #25193: Fix displacement of colorbar for eps with bbox_inches='ti...
  • fc775b1 Merge pull request #25188 from meeseeksmachine/auto-backport-of-pr-25085-on-v...
  • 12b1dc2 Merge pull request #25170 from meeseeksmachine/auto-backport-of-pr-25097-on-v...
  • 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 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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 22, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/matplotlib-3.7.0 branch from 95a909a to 815ab53 Compare February 24, 2023 11:02
@dependabot dependabot bot force-pushed the dependabot/pip/matplotlib-3.7.0 branch 2 times, most recently from 6d3dfa3 to 5f97fa6 Compare February 24, 2023 11:04
@dependabot dependabot bot force-pushed the dependabot/pip/matplotlib-3.7.0 branch from 5f97fa6 to bab8a07 Compare February 24, 2023 11:54
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.5.2 to 3.7.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.5.2...v3.7.0)

---
updated-dependencies:
- dependency-name: matplotlib
  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/matplotlib-3.7.0 branch from bab8a07 to ab22503 Compare March 2, 2023 08:45
@coveralls
Copy link

Pull Request Test Coverage Report for Build 4312138643

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 85.375%

Totals Coverage Status
Change from base Build 4312132948: 0.0%
Covered Lines: 432
Relevant Lines: 506

💛 - Coveralls

@tversteeg tversteeg merged commit 5887f87 into master Mar 2, 2023
@tversteeg tversteeg deleted the dependabot/pip/matplotlib-3.7.0 branch March 2, 2023 09:58
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.

None yet

2 participants