Skip to content

Commit

Permalink
Bump matplotlib from 3.9.3 to 3.10.0 (#24)
Browse files Browse the repository at this point in the history
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.3
to 3.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/matplotlib/matplotlib/releases">matplotlib's
releases</a>.</em></p>
<blockquote>
<h2>REL: v3.10.0</h2>
<p>Highlights of this release include:</p>
<pre><code>- Preliminary support for free-threaded CPython 3.13
- Standard getters/setters for axis inversion state
- New more-accessible color cycle
- Dark-mode diverging colormaps
- Exception handling control
- InsetIndicator artist
- FillBetweenPolyCollection
- Fill between 3D lines
- Data in 3D plots can now be dynamically clipped to the axes view
limits
- Rotating 3d plots with the mouse
- Increased Figure limits with Agg renderer
- Subfigures no longer provisional
- Subfigures are now added in row-major order
</code></pre>
<h2>Matplotlib v3.10.0rc1</h2>
<p>This is the first release candidate for Matplotlib 3.10.0</p>
<h2>REL: 3.9.4</h2>
<p>This is the fourth bugfix release of the 3.9.x series.</p>
<p>This release contains two bug-fixes:</p>
<ul>
<li>Fix toolbar icons in GTK backend</li>
<li>Fix <code>Poly3DCollection</code> initialization with list of
lists</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/8d64f03a1f501ba0019279bf2f8db3930d1fe33f"><code>8d64f03</code></a>
REL: v3.10.0 release</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/d9dfee852191caaf0b12d14c9a387edebc5ef8e6"><code>d9dfee8</code></a>
[doc] Fix dead links</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/87a603f17843eabfb4b24016adb016481a1e7f5c"><code>87a603f</code></a>
Update release notes for 3.10.0</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/cdecf97555a269c19dc9487860eb7c3ad900861b"><code>cdecf97</code></a>
Update github stats for 3.10</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/b8d19bdc9020e2321ceeeacbed4ea86bdb16193e"><code>b8d19bd</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/29306">#29306</a>
from meeseeksmachine/auto-backport-of-pr-29242-on-v...</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/a42d0eda5649da865361e88ad18776909f981e9d"><code>a42d0ed</code></a>
Backport PR <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/29242">#29242</a>:
DOC: Add kwdoc list to scatter() docstring</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/190064044a989e57cf76381f283972d7af7400ca"><code>1900640</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/29299">#29299</a>
from QuLogic/merge-v39x</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/815389c35d03a87409684f07d3df7c29fb76283d"><code>815389c</code></a>
Merge branch 'v3.9.x' into v3.10.x</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/73873c072a610a16703980d803be11e144e29e24"><code>73873c0</code></a>
DOC: Create release notes for 3.9.4</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/9d17a2bd1013d1f4446c321f3d866206d7972b31"><code>9d17a2b</code></a>
DOC: Add Zenodo DOI for 3.9.4</li>
<li>Additional commits viewable in <a
href="https://github.com/matplotlib/matplotlib/compare/v3.9.3...v3.10.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=matplotlib&package-manager=pip&previous-version=3.9.3&new-version=3.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>
  • Loading branch information
Mausy5043 authored Dec 20, 2024
2 parents c6eecdb + d2e3f15 commit 441a539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.0.0" # rolling release has no version
description = "monitoring electricity management devices"
dependencies = [
"gracefulkiller==0.4.7",
"matplotlib==3.9.3",
"matplotlib==3.10.0",
"mausy5043-common==1.8.2",
"numpy==2.2.0",
"pandas==2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# when changing this file also consider `pyproject.toml` and `environment.yml`

gracefulkiller==0.4.7
matplotlib==3.9.3
matplotlib==3.10.0
mausy5043-common==1.8.2
numpy==2.2.0
pandas==2.2.3
Expand Down

0 comments on commit 441a539

Please sign in to comment.