Skip to content

Commit 1900640

Browse files
authored
Merge pull request matplotlib#29299 from QuLogic/merge-v39x
Merge v3.9.x into v3.10.x
2 parents 7b1ecce + 815389c commit 1900640

File tree

6 files changed

+71
-12
lines changed

6 files changed

+71
-12
lines changed

doc/_static/zenodo_cache/14436121.svg

+35
Loading

doc/project/citing.rst

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ By version
3232
.. START OF AUTOGENERATED
3333
3434
35+
v3.9.4
36+
.. image:: ../_static/zenodo_cache/14436121.svg
37+
:target: https://doi.org/10.5281/zenodo.14436121
3538
v3.9.3
3639
.. image:: ../_static/zenodo_cache/14249941.svg
3740
:target: https://doi.org/10.5281/zenodo.14249941

doc/users/prev_whats_new/github_stats_3.9.3.rst

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _github-stats:
1+
.. _github-stats-3-9-3:
22

33
GitHub statistics for 3.9.3 (Nov 30, 2024)
44
==========================================
@@ -106,14 +106,3 @@ Issues (6):
106106
* :ghissue:`28386`: [Bug]: Minor issue - Drawing an axline sets slopes less than 1E-8 to 0
107107
* :ghissue:`28817`: [Bug]: ``~/.config/matplotlib`` is never used because ``~/.config`` is a symlink
108108
* :ghissue:`28716`: Size hint method in Qt backend should be named ``minimumSizeHint``, not ``minumumSizeHint``
109-
110-
111-
Previous GitHub statistics
112-
--------------------------
113-
114-
.. toctree::
115-
:maxdepth: 1
116-
:glob:
117-
:reversed:
118-
119-
prev_whats_new/github_stats_*
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
.. _github-stats-3-9-4:
2+
3+
GitHub statistics for 3.9.4 (Dec 13, 2024)
4+
==========================================
5+
6+
GitHub statistics for 2024/11/30 (tag: v3.9.3) - 2024/12/13
7+
8+
These lists are automatically generated, and may be incomplete or contain duplicates.
9+
10+
We closed 2 issues and merged 3 pull requests.
11+
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestone/100?closed=1>`__
12+
13+
The following 3 authors contributed 15 commits.
14+
15+
* Elliott Sales de Andrade
16+
* Scott Shambaugh
17+
* Victor Liu
18+
19+
GitHub issues and pull requests:
20+
21+
Pull Requests (3):
22+
23+
* :ghpull:`29297`: Backport PR #29295 on branch v3.9.x (BLD: Pin meson-python to <0.17.0)
24+
* :ghpull:`29295`: BLD: Pin meson-python to <0.17.0
25+
* :ghpull:`29175`: addressing issue #29156, converted ps to array before slicing
26+
27+
Issues (2):
28+
29+
* :ghissue:`29229`: [Bug]: Icons do not work with GTK
30+
* :ghissue:`29156`: [Bug]: Poly3DCollection initialization cannot properly handle parameter verts when it is a list of nested tuples and shade is False

doc/users/release_notes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Version 3.9
2222
../api/prev_api_changes/api_changes_3.9.2.rst
2323
../api/prev_api_changes/api_changes_3.9.1.rst
2424
../api/prev_api_changes/api_changes_3.9.0.rst
25+
prev_whats_new/github_stats_3.9.4.rst
2526
prev_whats_new/github_stats_3.9.3.rst
2627
prev_whats_new/github_stats_3.9.2.rst
2728
prev_whats_new/github_stats_3.9.1.rst

tools/cache_zenodo_svg.py

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def _get_xdg_cache_dir():
6363

6464
if __name__ == "__main__":
6565
data = {
66+
"v3.9.4": "14436121",
6667
"v3.9.3": "14249941",
6768
"v3.9.2": "13308876",
6869
"v3.9.1": "12652732",

0 commit comments

Comments
 (0)