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.7.1 to 3.7.2 #2167

Merged
merged 1 commit into from
Jul 7, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2023

Bumps matplotlib from 3.7.1 to 3.7.2.

Release notes

Sourced from matplotlib's releases.

REL: v3.7.2

This is the second bugfix release of the 3.7.x series.

This release contains several bug-fixes and adjustments:

  • Avoid modifying input masks in pcolor/pcolormesh
  • Fix 3D set_aspect error cases
  • Fix IPython's %pylab mode detection
  • Fix Figure.get_constrained_layout_pads()
  • Fix Legend.set_draggable() with update="bbox"
  • Fix TransformedBbox.{,full_}contains
  • Fix clipping of bar_label text
  • Fix colorbar size when saving with explicit bbox_inches
  • Fix errors when an input is entirely NaN
  • Fix leaks of exception tracebacks and LayoutGrid objects
  • Fix non-interpolated imshow in PDF export
  • Fix palettized image optimization in PDF export
  • Fix pgf tests with TeXLive 2022
  • Fix removal of Axes that contain widgets that are grabbing the mouse
  • Fix removal of draggable artists
  • Fix subslice optimization for long, fully nan lines
  • Fix tight layout if Figure has an existing layout manager
  • Fix window extent of AnnotationBbox before first draw
  • Fix wspace and hspace in subfigures
  • Improve Qt compatibility
  • Improve compatibility with Python 3.12
  • Prevent under the hood downcasting of values in xcorr
  • Remove some NumPy function overrides from pylab
  • Remove warning with symlog scales on mouseover
Commits
  • d5210e4 REL: v3.7.2
  • 2dd68ef Merge branch 'v3.7.1-doc' into v3.7.x
  • 1c891e8 DOC: Update GitHub stats for 3.7.2
  • ab837f6 Merge pull request #26260 from meeseeksmachine/auto-backport-of-pr-25960-on-v...
  • ed29435 Backport PR #25960: FIX: wspace and hspace in subfigures without layout engine
  • fef623b Merge pull request #26239 from meeseeksmachine/auto-backport-of-pr-26237-on-v...
  • c5566a6 Merge pull request #26238 from meeseeksmachine/auto-backport-of-pr-26237-on-v...
  • d78d08b Backport PR #26237: Update FancyBboxPatch docstring
  • 481f99a Backport PR #26237: Update FancyBboxPatch docstring
  • 4e086d3 Merge pull request #26234 from meeseeksmachine/auto-backport-of-pr-26232-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)

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.1...v3.7.2)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Dependencies Maintenance General maintenance of the repo (libraries, cicd, etc) labels Jul 7, 2023
@codecov
Copy link

codecov bot commented Jul 7, 2023

Codecov Report

Merging #2167 (4444370) into main (997e288) will increase coverage by 6.29%.
The diff coverage is 97.33%.

@@            Coverage Diff             @@
##             main    #2167      +/-   ##
==========================================
+ Coverage   80.82%   87.12%   +6.29%     
==========================================
  Files          44       45       +1     
  Lines        7489     7992     +503     
==========================================
+ Hits         6053     6963     +910     
+ Misses       1436     1029     -407     

@germa89 germa89 enabled auto-merge (squash) July 7, 2023 07:40
@germa89 germa89 merged commit 90b49dd into main Jul 7, 2023
24 checks passed
@germa89 germa89 deleted the dependabot/pip/matplotlib-3.7.2 branch July 7, 2023 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Maintenance General maintenance of the repo (libraries, cicd, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant