Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 914a6af

Browse files
committed
Merge tag 'v3.10.7' into merge_up_v3.10.7
REL: v3.10.7 This is the latest bugfix release in the 3.10.x series. The most important update in this release is that the minimum version of `pyparsing` has been updated to version 3.0.
2 parents 6e95994 + 4aeb773 commit 914a6af

File tree

2 files changed

+106
-32
lines changed

2 files changed

+106
-32
lines changed

doc/release/github_stats.rst

Lines changed: 30 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22

33
.. _github-stats:
44

5-
GitHub statistics for 3.10.6 (Aug 29, 2025)
5+
GitHub statistics for 3.10.7 (Oct 08, 2025)
66
===========================================
77

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

1010
These lists are automatically generated, and may be incomplete or contain duplicates.
1111

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

15-
The following 31 authors contributed 380 commits.
15+
The following 32 authors contributed 422 commits.
1616

17-
* Alan Burlot
17+
* Aasma Gupta
18+
* AASMA GUPTA
1819
* Antony Lee
1920
* Christine P. Chai
2021
* David Stansby
2122
* dependabot[bot]
22-
* Doron Behar
2323
* Elliott Sales de Andrade
2424
* G.D. McBain
2525
* Greg Lucas
@@ -43,39 +43,37 @@ The following 31 authors contributed 380 commits.
4343
* saikarna913
4444
* Scott Shambaugh
4545
* Thomas A Caswell
46+
* Tim Heap
4647
* Tim Hoffmann
4748
* Trygve Magnus Ræder
4849

4950
GitHub issues and pull requests:
5051

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

7371
Issues (4):
7472

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

8078

8179
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)