Skip to content

Commit a604a8b

Browse files
committed
Github Stats v3.10.7
1 parent 9a5e3e4 commit a604a8b

File tree

2 files changed

+105
-31
lines changed

2 files changed

+105
-31
lines changed

doc/users/github_stats.rst

Lines changed: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
.. _github-stats:
22

3-
GitHub statistics for 3.10.6 (Aug 29, 2025)
3+
GitHub statistics for 3.10.7 (Oct 08, 2025)
44
===========================================
55

6-
GitHub statistics for 2024/12/14 (tag: v3.10.0) - 2025/08/29
6+
GitHub statistics for 2024/12/14 (tag: v3.10.0) - 2025/10/08
77

88
These lists are automatically generated, and may be incomplete or contain duplicates.
99

10-
We closed 4 issues and merged 19 pull requests.
11-
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestone/103?closed=1>`__
10+
We closed 4 issues and merged 16 pull requests.
11+
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestone/105?closed=1>`__
1212

13-
The following 31 authors contributed 380 commits.
13+
The following 32 authors contributed 422 commits.
1414

15-
* Alan Burlot
15+
* Aasma Gupta
16+
* AASMA GUPTA
1617
* Antony Lee
1718
* Christine P. Chai
1819
* David Stansby
1920
* dependabot[bot]
20-
* Doron Behar
2121
* Elliott Sales de Andrade
2222
* G.D. McBain
2323
* Greg Lucas
@@ -41,39 +41,37 @@ The following 31 authors contributed 380 commits.
4141
* saikarna913
4242
* Scott Shambaugh
4343
* Thomas A Caswell
44+
* Tim Heap
4445
* Tim Hoffmann
4546
* Trygve Magnus Ræder
4647

4748
GitHub issues and pull requests:
4849

49-
Pull Requests (19):
50+
Pull Requests (16):
5051

51-
* :ghpull:`30487`: Backport PR #30484 on branch v3.10.x (FIX: be more cautious about checking widget size)
52-
* :ghpull:`30484`: FIX: be more cautious about checking widget size
53-
* :ghpull:`30481`: Backport PR #30394 on branch v3.10.x (ENH: Gracefully handle python-build-standalone ImportError with Tk)
54-
* :ghpull:`30477`: Backport PR #30476 on branch v3.10.x (ci: Remove cibuildwheel override for win_arm64/Py3.14)
55-
* :ghpull:`30394`: ENH: Gracefully handle python-build-standalone ImportError with Tk
56-
* :ghpull:`30476`: ci: Remove cibuildwheel override for win_arm64/Py3.14
57-
* :ghpull:`30461`: Backport PR #30451 on branch v3.10.x (doc: factor out quick install tab for reuse)
58-
* :ghpull:`30448`: Backport PR #30412 on branch v3.10.x ({Check,Radio}Buttons: Improve docs of label_props)
59-
* :ghpull:`30412`: {Check,Radio}Buttons: Improve docs of label_props
60-
* :ghpull:`30445`: Backport PR #30444 on branch v3.10.x (Small correction of a typo in the galleries: axis instead of axes)
61-
* :ghpull:`30444`: Small correction of a typo in the galleries: axis instead of axes
62-
* :ghpull:`30430`: Backport PR #30426 on branch v3.10.x (Fix a race condition in TexManager.make_dvi.)
63-
* :ghpull:`30434`: Backport PR #30426: Fix a race condition in TexManager.make_dvi & make_png.
64-
* :ghpull:`30431`: Use pathlib in texmanager.
65-
* :ghpull:`30428`: Backport PR #30399 on branch v3.10.x (Qt: Fix HiDPI handling on X11/Windows)
66-
* :ghpull:`30426`: Fix a race condition in TexManager.make_dvi.
67-
* :ghpull:`30399`: Qt: Fix HiDPI handling on X11/Windows
68-
* :ghpull:`30415`: Backport PR #30414 on branch v3.10.x (DOC: update Cartopy url)
69-
* :ghpull:`30414`: DOC: update Cartopy url
52+
* :ghpull:`30628`: Backport PR #30626 on branch v3.10.x (MNT: Fix new F401 unused imports warnings)
53+
* :ghpull:`30626`: MNT: Fix new F401 unused imports warnings
54+
* :ghpull:`30589`: Backport PR #29745: Use PEP8 style method and function names from
55+
* :ghpull:`30614`: Backport PR #30612 on branch v3.10.x (MNT: update black pin)
56+
* :ghpull:`30612`: MNT: update black pin
57+
* :ghpull:`30572`: Backport PR #30571 on branch v3.10.x (CI: remove macos13)
58+
* :ghpull:`30571`: CI: remove macos13
59+
* :ghpull:`30570`: Backport PR #30558 on branch v3.10.x (Fix stubtest with mypy 18)
60+
* :ghpull:`30558`: Fix stubtest with mypy 18
61+
* :ghpull:`30540`: Backport PR #30539 on branch v3.10.x (Fix scale_unit/scale_units typo in quiver docs)
62+
* :ghpull:`30539`: Fix scale_unit/scale_units typo in quiver docs
63+
* :ghpull:`30518`: Backport PR #30497 on branch v3.10.x (TST: Use a temporary directory for test_save_figure_return)
64+
* :ghpull:`30497`: TST: Use a temporary directory for test_save_figure_return
65+
* :ghpull:`30506`: Backport PR #30490 on branch v3.10.x (Fix SVG rendering error in def update_background)
66+
* :ghpull:`30490`: Fix SVG rendering error in def update_background
67+
* :ghpull:`30494`: Backport PR #30492 on branch v3.10.x (DOC: pytz link should be from PyPI)
7068

7169
Issues (4):
7270

73-
* :ghissue:`29618`: [Bug]: FigureCanvasQT is seemingly prematurely freed under certain conditions
74-
* :ghissue:`30390`: [ENH]: Gracefully handle python-build-standalone ImportError
75-
* :ghissue:`30420`: [ENH]: Support parallel plotting
76-
* :ghissue:`30386`: BUG: Qt hi-dpi regression on windows and X11 with mpl 3.10.5
71+
* :ghissue:`30611`: [MNT]: black version
72+
* :ghissue:`30551`: [Bug]: Mypy stubtest failure on disjoint_base
73+
* :ghissue:`30493`: [Bug]: test_save_figure_return seems flaky
74+
* :ghissue:`30485`: [Bug]: figures with SpanSelector(..., useblit=True) can't be saved to SVG or PDF
7775

7876

7977
Previous GitHub statistics
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
.. _github-stats-3_10_6:
2+
3+
GitHub statistics for 3.10.6 (Aug 29, 2025)
4+
===========================================
5+
6+
GitHub statistics for 2024/12/14 (tag: v3.10.0) - 2025/08/29
7+
8+
These lists are automatically generated, and may be incomplete or contain duplicates.
9+
10+
We closed 4 issues and merged 19 pull requests.
11+
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestone/103?closed=1>`__
12+
13+
The following 31 authors contributed 380 commits.
14+
15+
* Alan Burlot
16+
* Antony Lee
17+
* Christine P. Chai
18+
* David Stansby
19+
* dependabot[bot]
20+
* Doron Behar
21+
* Elliott Sales de Andrade
22+
* G.D. McBain
23+
* Greg Lucas
24+
* hannah
25+
* hu-xiaonan
26+
* Ian Thomas
27+
* Inês Cachola
28+
* Jody Klymak
29+
* Jouni K. Seppänen
30+
* Khushi_29
31+
* Kyle Sunden
32+
* Lumberbot (aka Jack)
33+
* N R Navaneet
34+
* Nathan G. Wiseman
35+
* Oscar Gustafsson
36+
* Praful Gulani
37+
* Qian Zhang
38+
* Raphael Erik Hviding
39+
* Roman
40+
* Ruth Comer
41+
* saikarna913
42+
* Scott Shambaugh
43+
* Thomas A Caswell
44+
* Tim Hoffmann
45+
* Trygve Magnus Ræder
46+
47+
GitHub issues and pull requests:
48+
49+
Pull Requests (19):
50+
51+
* :ghpull:`30487`: Backport PR #30484 on branch v3.10.x (FIX: be more cautious about checking widget size)
52+
* :ghpull:`30484`: FIX: be more cautious about checking widget size
53+
* :ghpull:`30481`: Backport PR #30394 on branch v3.10.x (ENH: Gracefully handle python-build-standalone ImportError with Tk)
54+
* :ghpull:`30477`: Backport PR #30476 on branch v3.10.x (ci: Remove cibuildwheel override for win_arm64/Py3.14)
55+
* :ghpull:`30394`: ENH: Gracefully handle python-build-standalone ImportError with Tk
56+
* :ghpull:`30476`: ci: Remove cibuildwheel override for win_arm64/Py3.14
57+
* :ghpull:`30461`: Backport PR #30451 on branch v3.10.x (doc: factor out quick install tab for reuse)
58+
* :ghpull:`30448`: Backport PR #30412 on branch v3.10.x ({Check,Radio}Buttons: Improve docs of label_props)
59+
* :ghpull:`30412`: {Check,Radio}Buttons: Improve docs of label_props
60+
* :ghpull:`30445`: Backport PR #30444 on branch v3.10.x (Small correction of a typo in the galleries: axis instead of axes)
61+
* :ghpull:`30444`: Small correction of a typo in the galleries: axis instead of axes
62+
* :ghpull:`30430`: Backport PR #30426 on branch v3.10.x (Fix a race condition in TexManager.make_dvi.)
63+
* :ghpull:`30434`: Backport PR #30426: Fix a race condition in TexManager.make_dvi & make_png.
64+
* :ghpull:`30431`: Use pathlib in texmanager.
65+
* :ghpull:`30428`: Backport PR #30399 on branch v3.10.x (Qt: Fix HiDPI handling on X11/Windows)
66+
* :ghpull:`30426`: Fix a race condition in TexManager.make_dvi.
67+
* :ghpull:`30399`: Qt: Fix HiDPI handling on X11/Windows
68+
* :ghpull:`30415`: Backport PR #30414 on branch v3.10.x (DOC: update Cartopy url)
69+
* :ghpull:`30414`: DOC: update Cartopy url
70+
71+
Issues (4):
72+
73+
* :ghissue:`29618`: [Bug]: FigureCanvasQT is seemingly prematurely freed under certain conditions
74+
* :ghissue:`30390`: [ENH]: Gracefully handle python-build-standalone ImportError
75+
* :ghissue:`30420`: [ENH]: Support parallel plotting
76+
* :ghissue:`30386`: BUG: Qt hi-dpi regression on windows and X11 with mpl 3.10.5

0 commit comments

Comments
 (0)