3
3
Github stats
4
4
============
5
5
6
- GitHub stats for 2013/07/31 - 2014/08/25 (tag: v1.3.0)
6
+ GitHub stats for 2013/07/31 - 2014/09/02 (tag: v1.3.0)
7
7
8
8
These lists are automatically generated, and may be incomplete or contain duplicates.
9
9
10
- The following 170 authors contributed 1904 commits.
10
+ The following 161 authors contributed 1919 commits.
11
11
12
12
* Adam Heck
13
13
* Adrian Price-Whelan
@@ -58,8 +58,6 @@ The following 170 authors contributed 1904 commits.
58
58
* JamesMakela
59
59
* Jan Schulz
60
60
* Jason Grout
61
- * Jens H Nielsen
62
- * Jens H. Nielsen
63
61
* Jens Hedegaard Nielsen
64
62
* Joe Kington
65
63
* Joel B. Mohler
@@ -86,7 +84,7 @@ The following 170 authors contributed 1904 commits.
86
84
* Matt Klein
87
85
* Matt Terry
88
86
* Matthew Brett
89
- * Matthias BUSSONNIER
87
+ * Matthias Bussonnier
90
88
* Matthieu Caneill
91
89
* Matěj Týč
92
90
* Michael
@@ -98,13 +96,11 @@ The following 170 authors contributed 1904 commits.
98
96
* Nelle Varoquaux
99
97
* Nic Eggert
100
98
* Nicolas P. Rougier
101
- * Nicolas Rougier
102
99
* Oliver Willekens
103
100
* Patrick Marsh
104
101
* Paul
105
102
* Paul Hobson
106
103
* Paul Ivanov
107
- * Per
108
104
* Per Parker
109
105
* Peter Iannucci
110
106
* Peter Würtz
@@ -138,7 +134,6 @@ The following 170 authors contributed 1904 commits.
138
134
* Trevor Bekolay
139
135
* Vadim Markovtsev
140
136
* Valentin Haenel
141
- * Varoquaux
142
137
* Viktor Kerkez
143
138
* Vlad Seghete
144
139
* Wieland Hoffmann
@@ -164,14 +159,10 @@ The following 170 authors contributed 1904 commits.
164
159
* kshramt
165
160
* limtaesu
166
161
* marky
167
- * pelson
168
162
* profholzer
169
- * pwuertz
170
163
* rahiel
171
164
* rhoef
172
- * selasley
173
165
* sfroid
174
- * solvents
175
166
* spiessbuerger
176
167
* stahlous
177
168
* syngron
@@ -181,12 +172,31 @@ The following 170 authors contributed 1904 commits.
181
172
* xbtsw
182
173
183
174
184
- We closed a total of 1631 issues, 512 pull requests and 1119 regular issues;
175
+ We closed a total of 1690 issues, 531 pull requests and 1159 regular issues;
185
176
this is the full list (generated with the script
186
177
:file:`tools/github_stats.py`):
187
178
188
- Pull Requests (512 ):
179
+ Pull Requests (531 ):
189
180
181
+ * :ghpull:`3422`: Use mailmap in github stats
182
+ * :ghpull:`3429`: DOC : added pytz to optional dependencies docs
183
+ * :ghpull:`3453`: Bbox rebase 14
184
+ * :ghpull:`3427`: DOC : added DOI link to citing.html
185
+ * :ghpull:`3438`: Get rid of unused pre python 2.6 code in doc make.py
186
+ * :ghpull:`3414`: Fixes TypeError when installing without freetype
187
+ * :ghpull:`3428`: DOC : add caveat about freetype 2.3
188
+ * :ghpull:`3430`: DOC : fixed markup / boxplot text in whats_new
189
+ * :ghpull:`3426`: DOC : remove piwik code
190
+ * :ghpull:`3432`: Update whats_new.rst
191
+ * :ghpull:`3415`: DOC: fix markup and download link in the Windows install section
192
+ * :ghpull:`3408`: test_text Modify filter warning regex
193
+ * :ghpull:`3282`: Catch warning thrown in Mollweide projection.
194
+ * :ghpull:`2635`: Crash on saving figure if text.usetex is True
195
+ * :ghpull:`3241`: Cast to integer to get rid of numpy warning
196
+ * :ghpull:`3335`: Fix and new test for #3327
197
+ * :ghpull:`3278`: Use libpng-config if available
198
+ * :ghpull:`3244`: Filter warnings in rcparams test (and others)
199
+ * :ghpull:`3378`: BUG: Fixes custom path marker sizing for issue #1980
190
200
* :ghpull:`3401`: enlarge on windows build instructions slightly
191
201
* :ghpull:`3399`: Cherrypick doc changes to v1.4.0
192
202
* :ghpull:`3397`: Install guide tweaks
@@ -700,8 +710,48 @@ Pull Requests (512):
700
710
* :ghpull:`1547`: qt4_editor/formlayout.py TypeError: float() argument must be a string or a number
701
711
* :ghpull:`2260`: texmanager font family fix
702
712
703
- Issues (1119 ):
713
+ Issues (1159 ):
704
714
715
+ * :ghissue:`3417`: update citation page
716
+ * :ghissue:`3450`: Wrong permissions when installing from source on Linux
717
+ * :ghissue:`3350`: First pass at the reorganization of content on the matplotlib home page.
718
+ * :ghissue:`3422`: Use mailmap in github stats
719
+ * :ghissue:`3429`: DOC : added pytz to optional dependencies docs
720
+ * :ghissue:`3434`: Update tight_bbox.py [backport to 1.4.x]
721
+ * :ghissue:`3453`: Bbox rebase 14
722
+ * :ghissue:`3452`: Bbox fix rebase
723
+ * :ghissue:`3449`: matplotlib/colors.py: modifying dict while iterating
724
+ * :ghissue:`3445`: can't bring plot to front eclipse after running the script on mac ox 10.9
725
+ * :ghissue:`3427`: DOC : added DOI link to citing.html
726
+ * :ghissue:`3443`: Pip install matplotlib does not work on Python 3.2 anymore
727
+ * :ghissue:`3440`: V1.4.x (Mac backend's "Save as ...")
728
+ * :ghissue:`3438`: Get rid of unused pre python 2.6 code in doc make.py
729
+ * :ghissue:`3414`: Fixes TypeError when installing without freetype
730
+ * :ghissue:`2931`: Added center and frame arguments for pie-charts
731
+ * :ghissue:`3411`: fix rst mark up
732
+ * :ghissue:`3413`: update freetype version in docs
733
+ * :ghissue:`3428`: DOC : add caveat about freetype 2.3
734
+ * :ghissue:`3430`: DOC : fixed markup / boxplot text in whats_new
735
+ * :ghissue:`3426`: DOC : remove piwik code
736
+ * :ghissue:`3432`: Update whats_new.rst
737
+ * :ghissue:`3396`: Sort out OSX dmg files
738
+ * :ghissue:`2803`: Get wx backends and examples compitable with Phoenix
739
+ * :ghissue:`3415`: DOC: fix markup and download link in the Windows install section
740
+ * :ghissue:`3410`: Latex rendering fails in ipython
741
+ * :ghissue:`3408`: test_text Modify filter warning regex
742
+ * :ghissue:`3404`: Wrong plot on basemap with `latlon=True`
743
+ * :ghissue:`3406`: A layer stacking problem of exported svg image compatible with inkscape
744
+ * :ghissue:`3282`: Catch warning thrown in Mollweide projection.
745
+ * :ghissue:`2635`: Crash on saving figure if text.usetex is True
746
+ * :ghissue:`3327`: FontProperties are shared by all three titles of an Axes object
747
+ * :ghissue:`3328`: copy FontProperty objects when creating titles (fix #3327)
748
+ * :ghissue:`3241`: Cast to integer to get rid of numpy warning
749
+ * :ghissue:`3335`: Fix and new test for #3327
750
+ * :ghissue:`3278`: Use libpng-config if available
751
+ * :ghissue:`3244`: Filter warnings in rcparams test (and others)
752
+ * :ghissue:`1980`: Custom marker created from vertex list scales wrong
753
+ * :ghissue:`3378`: BUG: Fixes custom path marker sizing for issue #1980
754
+ * :ghissue:`3395`: Update Downloads page
705
755
* :ghissue:`2545`: Some of Russian letters are not visible in EPS
706
756
* :ghissue:`3405`: The memory taken up from the RAM pool by imshow
707
757
* :ghissue:`1717`: Definitive docs for how to compile on Windows
@@ -1212,8 +1262,8 @@ Issues (1119):
1212
1262
* :ghissue:`2866`: 'rounding' of x coordinates in plt.plot with large 64-bit numbers
1213
1263
* :ghissue:`2864`: Frame around colorbar doesn't use closepath (in PDF renderer at least)
1214
1264
* :ghissue:`2862`: how to realize the function like surf(x,y,z,c) in matlab
1215
- * :ghissue:`2858`: BUG: colorbar autoscaling now ensures a finite range of values
1216
1265
* :ghissue:`2642`: FloatingPointError exception in figure.colorbar
1266
+ * :ghissue:`2858`: BUG: colorbar autoscaling now ensures a finite range of values
1217
1267
* :ghissue:`2859`: BUG? subplot with sharex clears axes
1218
1268
* :ghissue:`2849`: WebAgg issue - Uncaught SyntaxError: Unexpected token &
1219
1269
* :ghissue:`2856`: Add labels to points to aid data exploration
0 commit comments