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

Skip to content

Commit 204ab61

Browse files
authored
Merge pull request #25380 from QuLogic/merge-371
Merge 3.7.1 into main
2 parents fb356ed + be4eb82 commit 204ab61

File tree

8 files changed

+856
-664
lines changed

8 files changed

+856
-664
lines changed

doc/_static/zenodo_cache/7637593.svg

Lines changed: 35 additions & 0 deletions
Loading

doc/_static/zenodo_cache/7697899.svg

Lines changed: 35 additions & 0 deletions
Loading

doc/users/github_stats.rst

Lines changed: 94 additions & 662 deletions
Large diffs are not rendered by default.

doc/users/prev_whats_new/github_stats_3.7.0.rst

Lines changed: 681 additions & 0 deletions
Large diffs are not rendered by default.

doc/users/project/citing.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ By version
2929
.. START OF AUTOGENERATED
3030
3131
32+
v3.7.1
33+
.. image:: ../../_static/zenodo_cache/7697899.svg
34+
:target: https://doi.org/10.5281/zenodo.7697899
35+
v3.7.0
36+
.. image:: ../../_static/zenodo_cache/7637593.svg
37+
:target: https://doi.org/10.5281/zenodo.7637593
3238
v3.6.3
3339
.. image:: ../../_static/zenodo_cache/7527665.svg
3440
:target: https://doi.org/10.5281/zenodo.7527665

doc/users/release_notes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Release notes
77
=============
88

99
.. include from another document so that it's easy to exclude this for releases
10-
.. include:: release_notes_next.rst
10+
.. .. include:: release_notes_next.rst
1111
1212
1313
Version 3.7
@@ -18,6 +18,7 @@ Version 3.7
1818
prev_whats_new/whats_new_3.7.0.rst
1919
../api/prev_api_changes/api_changes_3.7.0.rst
2020
github_stats.rst
21+
prev_whats_new/github_stats_3.7.0.rst
2122

2223

2324
Version 3.6

galleries/examples/axisartist/simple_axis_direction03.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
==========================================
55
66
First subplot moves the tick labels to inside the spines.
7-
Second subplots moves the ticks to inside the spines.
7+
Second subplot moves the ticks to inside the spines.
88
These effects can be obtained for a standard Axes by `~.Axes.tick_params`.
99
"""
1010

tools/cache_zenodo_svg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ def _get_xdg_cache_dir():
6363

6464
if __name__ == "__main__":
6565
data = {
66+
"v3.7.1": "7697899",
67+
"v3.7.0": "7637593",
6668
"v3.6.3": "7527665",
6769
"v3.6.2": "7275322",
6870
"v3.6.1": "7162185",

0 commit comments

Comments
 (0)