donkirkby / zero-play

Teach a computer to play any game.
https://donkirkby.github.io/zero-play/
MIT License
10 stars 1 forks source link

Bump matplotlib from 3.4.2 to 3.4.3 #69

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps matplotlib from 3.4.2 to 3.4.3.

Release notes

Sourced from matplotlib's releases.

REL: v3.4.3

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

This release contains several critical bug-fixes:

  • Clarify deprecation of Axes.figbox
  • Disable MultiCursor widget on Axes subplots which it is not tracking
  • Don't simplify path in LineCollection.get_segments
  • Fix DPI in subfigures, affecting tick spacing, and scatter marker size
  • Fix broken EPS output when using Type 42 STIX fonts
  • Fix change in tick behaviour when calling Axes.clear
  • Fix class docstrings for Norms created from Scales
  • Fix compatibility with NumPy 1.21.0
  • Fix crash on broken TrueType fonts
  • Fix incorrect hits from Path.intersects_path
  • Fix leak if affine_transform is passed invalid vertices
  • Fix legends of stackplot with edgecolors='face'
  • Fix plot directive when building in parallel
  • Fix supxlabel and supylabel behaviour in constrained layout
  • Fix tests with latest Inkscape and Ghostscript
  • Improve DateFormatter styling for month names when usetex=True
  • Re-disable autoscaling after interactive zoom
  • Work around bug in Pillow 8.3.0
Commits
  • 919145f REL: v3.4.3
  • b6f40b2 Merge branch 'v3.4.2-doc' into v3.4.x
  • b8068c3 DOC: Update GitHub stats for 3.4.3.
  • c946d3c Merge pull request #20830 from meeseeksmachine/auto-backport-of-pr-20826-on-v...
  • 4b5ea5a Backport PR #20826: Fix clear of Axes that are shared.
  • da6b1fe Merge pull request #20823 from meeseeksmachine/auto-backport-of-pr-20817-on-v...
  • 7cf7368 Backport PR #20817: Make test_change_epoch more robust.
  • 7d5754e Merge pull request #20820 from meeseeksmachine/auto-backport-of-pr-20771-on-v...
  • 83b0190 no draw_no_output
  • 00acdbb Update lib/matplotlib/tests/test_figure.py
  • 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)
codecov-commenter commented 3 years ago

Codecov Report

Merging #69 (883dcda) into master (70bb2d8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #69   +/-   ##
=======================================
  Coverage   54.75%   54.75%           
=======================================
  Files          41       41           
  Lines        2816     2816           
=======================================
  Hits         1542     1542           
  Misses       1274     1274           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 70bb2d8...883dcda. Read the comment docs.