Bump matplotlib from 3.8.3 to 3.8.4
Bumps matplotlib from 3.8.3 to 3.8.4.
Release notes
Sourced from matplotlib's releases.
REL: v3.8.4
This is the fourth micro release of the 3.8 series.
Highlights of the 3.8.4 release include:
- Enable building against numpy 2.0; released wheels are built against numpy 2
- macosx: Clean up single-shot timers correctly
- Add a draw during show for macos backend
- Fix color sequence data for Set2 and Set3
- gtk: Ensure pending draws are done before GTK draw
- Update "Created with" url in hand.svg
- Avoid modifying user input to Axes.bar
- fix quiver3d incorrect arrow colors
Commits
8fb842cREL: v3.8.4149521eRelease prep v3.8.439e91a4Merge branch 'v3.8.3-doc' into v3.8.xe5dd407Github stats for v3.8.4dbb4e04Merge pull request #28015 from meeseeksmachine/auto-backport-of-pr-27955-on-v...e0a38c6Merge pull request #27993 from ksunden/np_2_builddea6de9Backport PR #27955: Add a draw during show for macos backend0ec1774Unpin numpy 2 for install, build against numpy rc for isolated builds8f1698fMerge pull request #28001 from meeseeksmachine/auto-backport-of-pr-28000-on-v...79ee5afBackport PR #28000: Fix color sequence data for Set2 and Set3- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.00%. Comparing base (
8a5e46a) to head (93fc264).
Additional details and impacted files
@@ Coverage Diff @@
## master #360 +/- ##
=======================================
Coverage 68.00% 68.00%
=======================================
Files 48 48
Lines 7066 7066
Branches 1605 1605
=======================================
Hits 4805 4805
- Misses 1687 1688 +1
+ Partials 574 573 -1
| Flag | Coverage Δ | |
|---|---|---|
| 3.10 | 68.16% <ø> (ø) |
|
| 3.11 | 68.16% <ø> (ø) |
|
| 3.12 | 68.16% <ø> (ø) |
|
| 3.9 | 67.96% <ø> (ø) |
|
| ubuntu-latest | 67.94% <ø> (ø) |
|
| windows-latest | 67.94% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dependabot recreate