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

[dep]: Update matplotlib requirement from ~=3.4.2 to ~=3.4.3 #103

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2021

Updates the requirements on matplotlib to permit the latest version.

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 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 requested a review from Quantalabs as a code owner August 16, 2021 01:29
@dependabot dependabot bot added dependabot Dependabot alerts low-priority 🔽 Will be worked on later unsupported ⛔ Currently unsupported feature labels Aug 16, 2021
@codecov
Copy link

codecov bot commented Aug 16, 2021

Codecov Report

Merging #103 (04eef89) into master (721c7e7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #103   +/-   ##
=======================================
  Coverage   86.81%   86.81%           
=======================================
  Files           9        9           
  Lines         440      440           
=======================================
  Hits          382      382           
  Misses         58       58           

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 721c7e7...04eef89. Read the comment docs.

@quantum9Innovation
Copy link
Member

quantum9Innovation commented Aug 17, 2021

Here's the breakdown of the big changes and stuff that's going to affect epispot:

  • Matplotlib is now compatible with NumPy 1.21
    • No dependency conflicts between NumPy and matplotlib in epispot
  • Font compatibility fixes
    • TrueType & STIX fonts are now properly working
  • Re-disable autoscaling after interactive zoom
  • Improve DateFormatter styling for month names when usetex=True

There are no breaking changes or any updates so far that need attention

@quantum9Innovation
Copy link
Member

quantum9Innovation commented Aug 17, 2021

Merging Strategies

  • All checks have passed; no breaking changes detected (as of yet)
    • This is a compatible release
  • Waiting on @Quantalabs for an approving review
  • Merging manually (as is customary for Dependabot PRs)

@quantum9Innovation
Copy link
Member

Schedule: @Quantalabs should be able to get a review in by 8/21.

@quantum9Innovation
Copy link
Member

@dependabot rebase

Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.4.2...v3.4.3)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/matplotlib-approx-eq-3.4.3 branch from 5ffd4ca to 04eef89 Compare August 21, 2021 21:33
@quantum9Innovation quantum9Innovation merged commit dc825eb into master Aug 21, 2021
@quantum9Innovation quantum9Innovation deleted the dependabot/pip/matplotlib-approx-eq-3.4.3 branch August 21, 2021 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot Dependabot alerts low-priority 🔽 Will be worked on later unsupported ⛔ Currently unsupported feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants