Skip to content

Merge v3.9.x into v3.10.x #29299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Dec 13, 2024
Merged
35 changes: 35 additions & 0 deletions doc/_static/zenodo_cache/14436121.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions doc/project/citing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ By version
.. START OF AUTOGENERATED


v3.9.4
.. image:: ../_static/zenodo_cache/14436121.svg
:target: https://doi.org/10.5281/zenodo.14436121
v3.9.3
.. image:: ../_static/zenodo_cache/14249941.svg
:target: https://doi.org/10.5281/zenodo.14249941
Expand Down
13 changes: 1 addition & 12 deletions doc/users/prev_whats_new/github_stats_3.9.3.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _github-stats:
.. _github-stats-3-9-3:

GitHub statistics for 3.9.3 (Nov 30, 2024)
==========================================
Expand Down Expand Up @@ -106,14 +106,3 @@ Issues (6):
* :ghissue:`28386`: [Bug]: Minor issue - Drawing an axline sets slopes less than 1E-8 to 0
* :ghissue:`28817`: [Bug]: ``~/.config/matplotlib`` is never used because ``~/.config`` is a symlink
* :ghissue:`28716`: Size hint method in Qt backend should be named ``minimumSizeHint``, not ``minumumSizeHint``


Previous GitHub statistics
--------------------------

.. toctree::
:maxdepth: 1
:glob:
:reversed:

prev_whats_new/github_stats_*
30 changes: 30 additions & 0 deletions doc/users/prev_whats_new/github_stats_3.9.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
.. _github-stats-3-9-4:

GitHub statistics for 3.9.4 (Dec 13, 2024)
==========================================

GitHub statistics for 2024/11/30 (tag: v3.9.3) - 2024/12/13

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

We closed 2 issues and merged 3 pull requests.
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestone/100?closed=1>`__

The following 3 authors contributed 15 commits.

* Elliott Sales de Andrade
* Scott Shambaugh
* Victor Liu

GitHub issues and pull requests:

Pull Requests (3):

* :ghpull:`29297`: Backport PR #29295 on branch v3.9.x (BLD: Pin meson-python to <0.17.0)
* :ghpull:`29295`: BLD: Pin meson-python to <0.17.0
* :ghpull:`29175`: addressing issue #29156, converted ps to array before slicing

Issues (2):

* :ghissue:`29229`: [Bug]: Icons do not work with GTK
* :ghissue:`29156`: [Bug]: Poly3DCollection initialization cannot properly handle parameter verts when it is a list of nested tuples and shade is False
1 change: 1 addition & 0 deletions doc/users/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Version 3.9
../api/prev_api_changes/api_changes_3.9.2.rst
../api/prev_api_changes/api_changes_3.9.1.rst
../api/prev_api_changes/api_changes_3.9.0.rst
prev_whats_new/github_stats_3.9.4.rst
prev_whats_new/github_stats_3.9.3.rst
prev_whats_new/github_stats_3.9.2.rst
prev_whats_new/github_stats_3.9.1.rst
Expand Down
1 change: 1 addition & 0 deletions tools/cache_zenodo_svg.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def _get_xdg_cache_dir():

if __name__ == "__main__":
data = {
"v3.9.4": "14436121",
"v3.9.3": "14249941",
"v3.9.2": "13308876",
"v3.9.1": "12652732",
Expand Down
Loading