Skip to content

Commit e96a571

Browse files
committed
Merge branch 'v3.5.x'
2 parents 285adc5 + 026f70c commit e96a571

File tree

8 files changed

+510
-316
lines changed

8 files changed

+510
-316
lines changed

doc/_static/zenodo_cache/6982547.svg

+35
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
API Changes for 3.5.3
2+
=====================
3+
4+
.. contents::
5+
:local:
6+
:depth: 1
7+
8+
Passing *linefmt* positionally is undeprecated
9+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10+
11+
Positional use of all formatting parameters in `~.Axes.stem` has been
12+
deprecated since Matplotlib 3.5. This deprecation is relaxed so that one can
13+
still pass *linefmt* positionally, i.e. ``stem(x, y, 'r')``.

doc/users/github_stats.rst

+108-316
Large diffs are not rendered by default.

doc/users/prev_whats_new/github_stats_3.5.2.rst

+335
Large diffs are not rendered by default.

doc/users/prev_whats_new/whats_new_3.5.2.rst

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
=============================================
2+
What's new in Matplotlib 3.5.2 (May 02, 2022)
3+
=============================================
4+
5+
For a list of all of the issues and pull requests since the last revision, see
6+
the :ref:`github-stats`.
7+
8+
.. contents:: Table of Contents
9+
:depth: 4
10+
11+
.. toctree::
12+
:maxdepth: 4
13+
114
Windows on ARM support
215
----------------------
316

doc/users/project/citing.rst

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ By version
2929
.. START OF AUTOGENERATED
3030
3131
32+
v3.5.3
33+
.. image:: ../../_static/zenodo_cache/6982547.svg
34+
:target: https://doi.org/10.5281/zenodo.6982547
3235
v3.5.2
3336
.. image:: ../../_static/zenodo_cache/6513224.svg
3437
:target: https://doi.org/10.5281/zenodo.6513224

doc/users/release_notes.rst

+2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ Version 3.5
1616

1717
prev_whats_new/whats_new_3.5.2.rst
1818
prev_whats_new/whats_new_3.5.0.rst
19+
../api/prev_api_changes/api_changes_3.5.3.rst
1920
../api/prev_api_changes/api_changes_3.5.2.rst
2021
../api/prev_api_changes/api_changes_3.5.0.rst
2122
github_stats.rst
23+
prev_whats_new/github_stats_3.5.2.rst
2224
prev_whats_new/github_stats_3.5.1.rst
2325
prev_whats_new/github_stats_3.5.0.rst
2426

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.5.3": "6982547",
6667
"v3.5.2": "6513224",
6768
"v3.5.1": "5773480",
6869
"v3.5.0": "5706396",

0 commit comments

Comments
 (0)