1
1
.. _github-stats :
2
2
3
- GitHub statistics (Feb 10 , 2023)
3
+ GitHub statistics (Feb 13 , 2023)
4
4
================================
5
5
6
- GitHub statistics for 2022/09/16 (tag: v3.6.0) - 2023/02/10
6
+ GitHub statistics for 2022/09/16 (tag: v3.6.0) - 2023/02/13
7
7
8
8
These lists are automatically generated, and may be incomplete or contain duplicates.
9
9
10
- We closed 119 issues and merged 422 pull requests.
10
+ We closed 120 issues and merged 427 pull requests.
11
11
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestone/70?closed=1 >`__
12
12
13
- The following 111 authors contributed 2322 commits.
13
+ The following 112 authors contributed 1962 commits.
14
14
15
15
* Abhijnan Bajpai
16
16
* Adrien F. Vincent
@@ -33,6 +33,7 @@ The following 111 authors contributed 2322 commits.
33
33
* Eero Vaher
34
34
* Elliott Sales de Andrade
35
35
* Eric Larson
36
+ * Eric Prestat
36
37
* erykoff
37
38
* EunHo Lee
38
39
* Felix Goudreault
@@ -126,8 +127,13 @@ The following 111 authors contributed 2322 commits.
126
127
127
128
GitHub issues and pull requests:
128
129
129
- Pull Requests (422 ):
130
+ Pull Requests (427 ):
130
131
132
+ * :ghpull: `25201 `: Backport PR #25196 on branch v3.7.x (Add deprecation for setting data with non sequence type in ``Line2D ``)
133
+ * :ghpull: `25196 `: Add deprecation for setting data with non sequence type in ``Line2D ``
134
+ * :ghpull: `25197 `: Backport PR #25193 on branch v3.7.x (Fix displacement of colorbar for eps with bbox_inches='tight')
135
+ * :ghpull: `25193 `: Fix displacement of colorbar for eps with bbox_inches='tight'
136
+ * :ghpull: `24781 `: DOC: restore SHA to footer
131
137
* :ghpull: `25188 `: Backport PR #25085 on branch v3.7.x (FIX: only try to update blit caches if the canvas we expect)
132
138
* :ghpull: `25170 `: Backport PR #25097 on branch v3.7.x (fix FigureCanvasTkAgg memory leak via weakrefs)
133
139
* :ghpull: `25186 `: Backport PR #24893 on branch v3.7.x (STY: make allowed line length 9 longer to 88 from 79)
@@ -551,8 +557,9 @@ Pull Requests (422):
551
557
* :ghpull: `22614 `: ENH: Add pan and zoom toolbar handling to 3D Axes
552
558
* :ghpull: `21562 `: Add a test for Hexbin Linear
553
559
554
- Issues (119 ):
560
+ Issues (120 ):
555
561
562
+ * :ghissue: `25176 `: [Bug]: Colorbar is displaced when saving as .eps with bbox_inches='tight'
556
563
* :ghissue: `25075 `: [Bug]: Widget blitting broken when saving as PDF
557
564
* :ghissue: `25181 `: unavoidable warnings in nbagg on ``plt.close ``
558
565
* :ghissue: `25134 `: [Doc]: pyplot.boxplot whisker length wrong docs
0 commit comments