Skip to content

Commit 73873c0

Browse files
committed
DOC: Create release notes for 3.9.4
1 parent 9d17a2b commit 73873c0

File tree

3 files changed

+123
-92
lines changed

3 files changed

+123
-92
lines changed

Diff for: doc/users/github_stats.rst

+14-92
Original file line numberDiff line numberDiff line change
@@ -1,111 +1,33 @@
11
.. _github-stats:
22

3-
GitHub statistics for 3.9.3 (Nov 30, 2024)
3+
GitHub statistics for 3.9.4 (Dec 13, 2024)
44
==========================================
55

6-
GitHub statistics for 2024/08/12 (tag: v3.9.2) - 2024/11/30
6+
GitHub statistics for 2024/11/30 (tag: v3.9.3) - 2024/12/13
77

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

10-
We closed 6 issues and merged 62 pull requests.
11-
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestone/95?closed=1>`__
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>`__
1212

13-
The following 18 authors contributed 90 commits.
13+
The following 3 authors contributed 15 commits.
1414

15-
* Andresporcruz
16-
* Antony Lee
17-
* Charlie LeWarne
18-
* dependabot[bot]
1915
* Elliott Sales de Andrade
20-
* Gavin S
21-
* Greg Lucas
22-
* hannah
23-
* Kyle Sunden
24-
* Kyra Cho
25-
* kyracho
26-
* Lumberbot (aka Jack)
27-
* Michael Hinton
28-
* Oscar Gustafsson
29-
* Ruth Comer
30-
* Thomas A Caswell
31-
* Tim Hoffmann
32-
* vittoboa
16+
* Scott Shambaugh
17+
* Victor Liu
3318

3419
GitHub issues and pull requests:
3520

36-
Pull Requests (62):
21+
Pull Requests (3):
3722

38-
* :ghpull:`29195`: Backport PR #29191 on branch v3.9.x (ci: Simplify 3.13t test setup)
39-
* :ghpull:`29191`: ci: Simplify 3.13t test setup
40-
* :ghpull:`29176`: Backport PR #29148 on branch v3.9.x (Don't fail on equal-but-differently-named cmaps in qt figureoptions.)
41-
* :ghpull:`29148`: Don't fail on equal-but-differently-named cmaps in qt figureoptions.
42-
* :ghpull:`29165`: Backport PR #29153 on branch v3.9.x (Bump codecov/codecov-action from 4 to 5 in the actions group)
43-
* :ghpull:`29153`: Bump codecov/codecov-action from 4 to 5 in the actions group
44-
* :ghpull:`29149`: Backport CI config updates to v3.9.x
45-
* :ghpull:`29121`: Backport PR #29120 on branch v3.9.x (DOC: Switch nested pie example from cmaps to color_sequences)
46-
* :ghpull:`29071`: Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the actions group
47-
* :ghpull:`29046`: Backport PR #28981 on branch v3.9.x (FIX: macos: Use standard NSApp run loop in our input hook)
48-
* :ghpull:`28981`: FIX: macos: Use standard NSApp run loop in our input hook
49-
* :ghpull:`29041`: Backport PR #29035 on branch v3.9.x (FIX: Don't set_wmclass on GTK3)
50-
* :ghpull:`29035`: FIX: Don't set_wmclass on GTK3
51-
* :ghpull:`29037`: Backport PR #29036 on branch v3.9.x (Don't pass redundant inline=True to example clabel() calls.)
52-
* :ghpull:`29032`: Backport PR #27569 on branch v3.9.x (DOC: initial tags for statistics section of gallery)
53-
* :ghpull:`29034`: Backport PR #29031 on branch v3.9.x (DOC: Fix copy-paste typo in ColorSequenceRegistry)
54-
* :ghpull:`29031`: DOC: Fix copy-paste typo in ColorSequenceRegistry
55-
* :ghpull:`29015`: Backport PR #29014 on branch v3.9.x (FIX: fake out setuptools scm in tox on ci)
56-
* :ghpull:`29014`: FIX: fake out setuptools scm in tox on ci
57-
* :ghpull:`29010`: Backport PR #29005 on branch v3.9.x (DOC: Update meson-python intersphinx link)
58-
* :ghpull:`29006`: Backport PR #28993 on branch v3.9.x (FIX: contourf hatches use multiple edgecolors)
59-
* :ghpull:`28993`: FIX: contourf hatches use multiple edgecolors
60-
* :ghpull:`28988`: Backport PR #28987 on branch v3.9.x (Fix: Do not use numeric tolerances for axline special cases)
61-
* :ghpull:`28947`: Backport PR #28925 on branch v3.9.x (TST: handle change in pytest.importorskip behavior)
62-
* :ghpull:`28989`: Backport PR #28972 on branch v3.9.x (Switch macOS 12 runner images to macOS 13)
63-
* :ghpull:`28972`: Switch macOS 12 runner images to macOS 13
64-
* :ghpull:`28987`: Fix: Do not use numeric tolerances for axline special cases
65-
* :ghpull:`28954`: Backport PR #28952 on branch v3.9.x (BLD: update trove metadata to support py3.13)
66-
* :ghpull:`28952`: BLD: update trove metadata to support py3.13
67-
* :ghpull:`28887`: Backport PR #28883 on branch v3.9.x (Only check X11 when running Tkinter tests)
68-
* :ghpull:`28926`: Backport PR #28689 on branch v3.9.x (ci: Enable testing on Python 3.13)
69-
* :ghpull:`28925`: TST: handle change in pytest.importorskip behavior
70-
* :ghpull:`28945`: Backport PR #28943 on branch v3.9.x (DOC: Clarify the returned line of axhline()/axvline())
71-
* :ghpull:`28939`: Backport PR #28900 on branch v3.9.x (DOC: Improve fancybox demo)
72-
* :ghpull:`28900`: DOC: Improve fancybox demo
73-
* :ghpull:`28902`: Backport PR #28881 on branch v3.9.x (Fix ``axline`` for slopes <= 1E-8. Closes #28386)
74-
* :ghpull:`28431`: Fix ``axline`` for slopes < 1E-8
75-
* :ghpull:`28881`: Fix ``axline`` for slopes <= 1E-8. Closes #28386
76-
* :ghpull:`28883`: Only check X11 when running Tkinter tests
77-
* :ghpull:`28859`: Backport PR #28858 on branch v3.9.x (Fix flaky labelcolor tests)
78-
* :ghpull:`28858`: Fix flaky labelcolor tests
79-
* :ghpull:`28839`: Backport PR #28836 on branch v3.9.x (MNT: Use __init__ parameters of font properties)
80-
* :ghpull:`28836`: MNT: Use __init__ parameters of font properties
81-
* :ghpull:`28828`: Backport PR #28818 on branch v3.9.x (Resolve configdir so that it's not a symlink when is_dir() is called)
82-
* :ghpull:`28818`: Resolve configdir so that it's not a symlink when is_dir() is called
83-
* :ghpull:`28811`: Backport PR #28810 on branch v3.9.x (Document how to obtain sans-serif usetex math.)
84-
* :ghpull:`28806`: Backport PR #28805 on branch v3.9.x (add brackets to satisfy the new sequence requirement)
85-
* :ghpull:`28802`: Backport PR #28798 on branch v3.9.x (DOC: Correctly list modules that have been internalized)
86-
* :ghpull:`28791`: Backport PR #28790 on branch v3.9.x (DOC: Fix duplicate Figure.set_dpi entry)
87-
* :ghpull:`28787`: Backport PR #28706 on branch v3.9.x (Add Returns info to to_jshtml docstring)
88-
* :ghpull:`28706`: Add Returns info to to_jshtml docstring
89-
* :ghpull:`28751`: Backport PR #28271 on branch v3.9.x (Fix draggable legend disappearing when picking while use_blit=True)
90-
* :ghpull:`28271`: Fix draggable legend disappearing when picking while use_blit=True
91-
* :ghpull:`28747`: Backport PR #28743 on branch v3.9.x (Minor fixes in ticker docs)
92-
* :ghpull:`28743`: Minor fixes in ticker docs
93-
* :ghpull:`28738`: Backport PR #28737 on branch v3.9.x (TST: Fix image comparison directory for test_striped_lines)
94-
* :ghpull:`28740`: Backport PR #28739 on branch v3.9.x (Tweak interactivity docs wording (and fix capitalization).)
95-
* :ghpull:`28737`: TST: Fix image comparison directory for test_striped_lines
96-
* :ghpull:`28733`: Backport PR #28732 on branch v3.9.x (Renames the minumumSizeHint method to minimumSizeHint)
97-
* :ghpull:`28732`: Renames the minumumSizeHint method to minimumSizeHint
98-
* :ghpull:`28689`: ci: Enable testing on Python 3.13
99-
* :ghpull:`28724`: Backport fixes from #28711
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
10026

101-
Issues (6):
27+
Issues (2):
10228

103-
* :ghissue:`28960`: [Bug]: High CPU utilization of the macosx backend
104-
* :ghissue:`28990`: [Bug]: no longer able to set multiple hatch colors
105-
* :ghissue:`28870`: [Bug]: axline doesn't work with some axes scales
106-
* :ghissue:`28386`: [Bug]: Minor issue - Drawing an axline sets slopes less than 1E-8 to 0
107-
* :ghissue:`28817`: [Bug]: ``~/.config/matplotlib`` is never used because ``~/.config`` is a symlink
108-
* :ghissue:`28716`: Size hint method in Qt backend should be named ``minimumSizeHint``, not ``minumumSizeHint``
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
10931

11032

11133
Previous GitHub statistics

Diff for: doc/users/prev_whats_new/github_stats_3.9.3.rst

+108
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
.. _github-stats-3-9-3:
2+
3+
GitHub statistics for 3.9.3 (Nov 30, 2024)
4+
==========================================
5+
6+
GitHub statistics for 2024/08/12 (tag: v3.9.2) - 2024/11/30
7+
8+
These lists are automatically generated, and may be incomplete or contain duplicates.
9+
10+
We closed 6 issues and merged 62 pull requests.
11+
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestone/95?closed=1>`__
12+
13+
The following 18 authors contributed 90 commits.
14+
15+
* Andresporcruz
16+
* Antony Lee
17+
* Charlie LeWarne
18+
* dependabot[bot]
19+
* Elliott Sales de Andrade
20+
* Gavin S
21+
* Greg Lucas
22+
* hannah
23+
* Kyle Sunden
24+
* Kyra Cho
25+
* kyracho
26+
* Lumberbot (aka Jack)
27+
* Michael Hinton
28+
* Oscar Gustafsson
29+
* Ruth Comer
30+
* Thomas A Caswell
31+
* Tim Hoffmann
32+
* vittoboa
33+
34+
GitHub issues and pull requests:
35+
36+
Pull Requests (62):
37+
38+
* :ghpull:`29195`: Backport PR #29191 on branch v3.9.x (ci: Simplify 3.13t test setup)
39+
* :ghpull:`29191`: ci: Simplify 3.13t test setup
40+
* :ghpull:`29176`: Backport PR #29148 on branch v3.9.x (Don't fail on equal-but-differently-named cmaps in qt figureoptions.)
41+
* :ghpull:`29148`: Don't fail on equal-but-differently-named cmaps in qt figureoptions.
42+
* :ghpull:`29165`: Backport PR #29153 on branch v3.9.x (Bump codecov/codecov-action from 4 to 5 in the actions group)
43+
* :ghpull:`29153`: Bump codecov/codecov-action from 4 to 5 in the actions group
44+
* :ghpull:`29149`: Backport CI config updates to v3.9.x
45+
* :ghpull:`29121`: Backport PR #29120 on branch v3.9.x (DOC: Switch nested pie example from cmaps to color_sequences)
46+
* :ghpull:`29071`: Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the actions group
47+
* :ghpull:`29046`: Backport PR #28981 on branch v3.9.x (FIX: macos: Use standard NSApp run loop in our input hook)
48+
* :ghpull:`28981`: FIX: macos: Use standard NSApp run loop in our input hook
49+
* :ghpull:`29041`: Backport PR #29035 on branch v3.9.x (FIX: Don't set_wmclass on GTK3)
50+
* :ghpull:`29035`: FIX: Don't set_wmclass on GTK3
51+
* :ghpull:`29037`: Backport PR #29036 on branch v3.9.x (Don't pass redundant inline=True to example clabel() calls.)
52+
* :ghpull:`29032`: Backport PR #27569 on branch v3.9.x (DOC: initial tags for statistics section of gallery)
53+
* :ghpull:`29034`: Backport PR #29031 on branch v3.9.x (DOC: Fix copy-paste typo in ColorSequenceRegistry)
54+
* :ghpull:`29031`: DOC: Fix copy-paste typo in ColorSequenceRegistry
55+
* :ghpull:`29015`: Backport PR #29014 on branch v3.9.x (FIX: fake out setuptools scm in tox on ci)
56+
* :ghpull:`29014`: FIX: fake out setuptools scm in tox on ci
57+
* :ghpull:`29010`: Backport PR #29005 on branch v3.9.x (DOC: Update meson-python intersphinx link)
58+
* :ghpull:`29006`: Backport PR #28993 on branch v3.9.x (FIX: contourf hatches use multiple edgecolors)
59+
* :ghpull:`28993`: FIX: contourf hatches use multiple edgecolors
60+
* :ghpull:`28988`: Backport PR #28987 on branch v3.9.x (Fix: Do not use numeric tolerances for axline special cases)
61+
* :ghpull:`28947`: Backport PR #28925 on branch v3.9.x (TST: handle change in pytest.importorskip behavior)
62+
* :ghpull:`28989`: Backport PR #28972 on branch v3.9.x (Switch macOS 12 runner images to macOS 13)
63+
* :ghpull:`28972`: Switch macOS 12 runner images to macOS 13
64+
* :ghpull:`28987`: Fix: Do not use numeric tolerances for axline special cases
65+
* :ghpull:`28954`: Backport PR #28952 on branch v3.9.x (BLD: update trove metadata to support py3.13)
66+
* :ghpull:`28952`: BLD: update trove metadata to support py3.13
67+
* :ghpull:`28887`: Backport PR #28883 on branch v3.9.x (Only check X11 when running Tkinter tests)
68+
* :ghpull:`28926`: Backport PR #28689 on branch v3.9.x (ci: Enable testing on Python 3.13)
69+
* :ghpull:`28925`: TST: handle change in pytest.importorskip behavior
70+
* :ghpull:`28945`: Backport PR #28943 on branch v3.9.x (DOC: Clarify the returned line of axhline()/axvline())
71+
* :ghpull:`28939`: Backport PR #28900 on branch v3.9.x (DOC: Improve fancybox demo)
72+
* :ghpull:`28900`: DOC: Improve fancybox demo
73+
* :ghpull:`28902`: Backport PR #28881 on branch v3.9.x (Fix ``axline`` for slopes <= 1E-8. Closes #28386)
74+
* :ghpull:`28431`: Fix ``axline`` for slopes < 1E-8
75+
* :ghpull:`28881`: Fix ``axline`` for slopes <= 1E-8. Closes #28386
76+
* :ghpull:`28883`: Only check X11 when running Tkinter tests
77+
* :ghpull:`28859`: Backport PR #28858 on branch v3.9.x (Fix flaky labelcolor tests)
78+
* :ghpull:`28858`: Fix flaky labelcolor tests
79+
* :ghpull:`28839`: Backport PR #28836 on branch v3.9.x (MNT: Use __init__ parameters of font properties)
80+
* :ghpull:`28836`: MNT: Use __init__ parameters of font properties
81+
* :ghpull:`28828`: Backport PR #28818 on branch v3.9.x (Resolve configdir so that it's not a symlink when is_dir() is called)
82+
* :ghpull:`28818`: Resolve configdir so that it's not a symlink when is_dir() is called
83+
* :ghpull:`28811`: Backport PR #28810 on branch v3.9.x (Document how to obtain sans-serif usetex math.)
84+
* :ghpull:`28806`: Backport PR #28805 on branch v3.9.x (add brackets to satisfy the new sequence requirement)
85+
* :ghpull:`28802`: Backport PR #28798 on branch v3.9.x (DOC: Correctly list modules that have been internalized)
86+
* :ghpull:`28791`: Backport PR #28790 on branch v3.9.x (DOC: Fix duplicate Figure.set_dpi entry)
87+
* :ghpull:`28787`: Backport PR #28706 on branch v3.9.x (Add Returns info to to_jshtml docstring)
88+
* :ghpull:`28706`: Add Returns info to to_jshtml docstring
89+
* :ghpull:`28751`: Backport PR #28271 on branch v3.9.x (Fix draggable legend disappearing when picking while use_blit=True)
90+
* :ghpull:`28271`: Fix draggable legend disappearing when picking while use_blit=True
91+
* :ghpull:`28747`: Backport PR #28743 on branch v3.9.x (Minor fixes in ticker docs)
92+
* :ghpull:`28743`: Minor fixes in ticker docs
93+
* :ghpull:`28738`: Backport PR #28737 on branch v3.9.x (TST: Fix image comparison directory for test_striped_lines)
94+
* :ghpull:`28740`: Backport PR #28739 on branch v3.9.x (Tweak interactivity docs wording (and fix capitalization).)
95+
* :ghpull:`28737`: TST: Fix image comparison directory for test_striped_lines
96+
* :ghpull:`28733`: Backport PR #28732 on branch v3.9.x (Renames the minumumSizeHint method to minimumSizeHint)
97+
* :ghpull:`28732`: Renames the minumumSizeHint method to minimumSizeHint
98+
* :ghpull:`28689`: ci: Enable testing on Python 3.13
99+
* :ghpull:`28724`: Backport fixes from #28711
100+
101+
Issues (6):
102+
103+
* :ghissue:`28960`: [Bug]: High CPU utilization of the macosx backend
104+
* :ghissue:`28990`: [Bug]: no longer able to set multiple hatch colors
105+
* :ghissue:`28870`: [Bug]: axline doesn't work with some axes scales
106+
* :ghissue:`28386`: [Bug]: Minor issue - Drawing an axline sets slopes less than 1E-8 to 0
107+
* :ghissue:`28817`: [Bug]: ``~/.config/matplotlib`` is never used because ``~/.config`` is a symlink
108+
* :ghissue:`28716`: Size hint method in Qt backend should be named ``minimumSizeHint``, not ``minumumSizeHint``

Diff for: doc/users/release_notes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Version 3.9
2323
../api/prev_api_changes/api_changes_3.9.1.rst
2424
../api/prev_api_changes/api_changes_3.9.0.rst
2525
github_stats.rst
26+
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
2829
prev_whats_new/github_stats_3.9.0.rst

0 commit comments

Comments
 (0)