1
1
2
2
.. _github-stats :
3
+
3
4
Github stats
4
5
============
5
6
@@ -102,7 +103,7 @@ The following 90 authors contributed 1618 commits.
102
103
103
104
104
105
We closed a total of 1222 issues, 435 pull requests and 787 regular issues;
105
- this is the full list (generated with the script
106
+ this is the full list (generated with the script
106
107
:file: `tools/github_stats.py `):
107
108
108
109
Pull Requests (435):
@@ -151,7 +152,7 @@ Pull Requests (435):
151
152
* :ghpull: `1762 `: Make cbook safe to import while removing duplicate is_string_like;
152
153
* :ghpull: `1252 `: Properly passing on horiz-/vertOn to Cursor()
153
154
* :ghpull: `1686 `: Fix lost ticks
154
- * :ghpull: `1640 `: Fix bugs in legend positioning with loc='best'
155
+ * :ghpull: `1640 `: Fix bugs in legend positioning with loc='best'
155
156
* :ghpull: `1687 `: Update lib/matplotlib/backends/backend_cairo.py
156
157
* :ghpull: `1760 `: Improved the subplot function documentation and fixed the autogeneration from boilerplate.
157
158
* :ghpull: `1716 `: PEP8 fixes on the figure module
@@ -202,7 +203,7 @@ Pull Requests (435):
202
203
* :ghpull: `1657 `: Add EventCollection and eventplot
203
204
* :ghpull: `1641 `: PEP8 fixes on the rcsetup module
204
205
* :ghpull: `1650 `: _png.read_png crashes on Python 3 with urllib.request object
205
- * :ghpull: `1568 `: removed deprecated methods from the axes module.
206
+ * :ghpull: `1568 `: removed deprecated methods from the axes module.
206
207
* :ghpull: `1589 `: Fix shifted ylabels (Issue #1571)
207
208
* :ghpull: `1634 `: add scatterpoints to rcParam
208
209
* :ghpull: `1654 `: added explicit 'zorder' kwarg to `Colection ` and `LineCollection `.
@@ -353,7 +354,7 @@ Pull Requests (435):
353
354
* :ghpull: `1333 `: PEP8 fixes on collections.py
354
355
* :ghpull: `1336 `: PEP8 fixes to colorbar.py
355
356
* :ghpull: `1347 `: Remove nonfunctioning cbook.isvector
356
- * :ghpull: `1327 `: plt.subplots: Set the visibility of the offset text to false on the shared axes.
357
+ * :ghpull: `1327 `: plt.subplots: Set the visibility of the offset text to false on the shared axes.
357
358
* :ghpull: `1335 `: PEP8 fixes on cbook.py
358
359
* :ghpull: `1334 `: PEP8 fixes on blocking_input.py
359
360
* :ghpull: `1332 `: PEP8 fixes on cm.py
@@ -371,7 +372,7 @@ Pull Requests (435):
371
372
* :ghpull: `1285 `: Hide Tk root window until later
372
373
* :ghpull: `1305 `: Fix pointer syntax error
373
374
* :ghpull: `1294 `: Update lib/mpl_toolkits/mplot3d/axes3d.py
374
- * :ghpull: `1300 `: Pcolormesh and colorbar documentation.
375
+ * :ghpull: `1300 `: Pcolormesh and colorbar documentation.
375
376
* :ghpull: `1296 `: Make Container._remove_method call correctly
376
377
* :ghpull: `1293 `: Fixed to contour to support the _as_mpl_transform api.
377
378
* :ghpull: `1284 `: Fix Image Tutorial: plt.imshow instead of mpimg.imshow.
@@ -383,7 +384,7 @@ Pull Requests (435):
383
384
* :ghpull: `1277 `: Fixed bug in MaxNLocator.bin_boundaries
384
385
* :ghpull: `1273 `: Handled baseline image folder identification for non matplotlib projects...
385
386
* :ghpull: `1230 `: Fix dpi issue for bitmaps on the OS X backend
386
- * :ghpull: `1251 `: backend_pgf. Enable custom dashstyles in the pgf backend
387
+ * :ghpull: `1251 `: backend_pgf. Enable custom dashstyles in the pgf backend
387
388
* :ghpull: `1264 `: Re-added the matplotlib.dates import on axes
388
389
* :ghpull: `1271 `: Set axis limits in test_stackplot
389
390
* :ghpull: `1269 `: Fix typo in docstring
@@ -406,7 +407,7 @@ Pull Requests (435):
406
407
* :ghpull: `1231 `: fix Typesetting in plot() docstring
407
408
* :ghpull: `1215 `: PEP8 on lib/matplotlib.afm.py
408
409
* :ghpull: `1216 `: PEP8 fixes on the animation module
409
- * :ghpull: `1208 `: FAIL: matplotlib.tests.test_text.test_contains.test
410
+ * :ghpull: `1208 `: FAIL: matplotlib.tests.test_text.test_contains.test
410
411
* :ghpull: `1209 `: Pass linewidth to Mac context properly
411
412
* :ghpull: `847 `: Add stacked kwarg to hist and implement stacked hists for step histtype
412
413
* :ghpull: `1228 `: backend_pgf: pep8 edits
@@ -469,7 +470,7 @@ Pull Requests (435):
469
470
* :ghpull:`983`: Issues with dateutil and pytz
470
471
* :ghpull:`1133`: figure.py: import warnings, and make imports absolute
471
472
* :ghpull:`1132`: clean out obsolete matplotlibrc-related bits to close #1123
472
- * :ghpull:`1131`: Cleanup after the gca test.
473
+ * :ghpull:`1131`: Cleanup after the gca test.
473
474
* :ghpull:`563`: sankey.add() has mutable defaults
474
475
* :ghpull:`731`: Plot limit with transform
475
476
* :ghpull:`1107`: Added %s support for labels.
@@ -526,7 +527,7 @@ Pull Requests (435):
526
527
* :ghpull:`898`: Added warnings for easily confusable subplot/subplots invocations
527
528
* :ghpull:`963`: Add detection of file extension for file-like objects
528
529
* :ghpull:`973`: Fix sankey.py pep8 and py3 compatibility
529
- * :ghpull:`972`: Force closing PIL image files
530
+ * :ghpull:`972`: Force closing PIL image files
530
531
* :ghpull:`981`: Fix pathpatch3d_demo.py on Python 3
531
532
* :ghpull:`980`: Fix basic_units.py on Python 3. PEP8 and PyLint cleanup.
532
533
* :ghpull:`1014`: qt4: remove duplicate file save button; and remove trailing whitespace
@@ -540,7 +541,7 @@ Pull Requests (435):
540
541
* :ghpull:`851`: Simple GUI interface enhancements
541
542
* :ghpull:`979`: Fix test_mouseclicks.py on Python 3
542
543
* :ghpull:`977`: Fix lasso_selector_demo.py on Python 3
543
- * :ghpull:`970`: Fix tiff and jpeg export via PIL
544
+ * :ghpull:`970`: Fix tiff and jpeg export via PIL
544
545
* :ghpull:`961`: Issue 807 auto minor locator
545
546
546
547
Issues (787):
@@ -632,7 +633,7 @@ Issues (787):
632
633
* :ghissue: `1252 `: Properly passing on horiz-/vertOn to Cursor()
633
634
* :ghissue: `1632 `: Fix build on Ubuntu 12.10
634
635
* :ghissue: `1686 `: Fix lost ticks
635
- * :ghissue: `1640 `: Fix bugs in legend positioning with loc='best'
636
+ * :ghissue: `1640 `: Fix bugs in legend positioning with loc='best'
636
637
* :ghissue: `1687 `: Update lib/matplotlib/backends/backend_cairo.py
637
638
* :ghissue: `1760 `: Improved the subplot function documentation and fixed the autogeneration from boilerplate.
638
639
* :ghissue: `1647 `: WIP: Deprecation of the cbook module
@@ -725,7 +726,7 @@ Issues (787):
725
726
* :ghissue:`1657`: Add EventCollection and eventplot
726
727
* :ghissue:`1641`: PEP8 fixes on the rcsetup module
727
728
* :ghissue:`1650`: _png.read_png crashes on Python 3 with urllib.request object
728
- * :ghissue:`1568`: removed deprecated methods from the axes module.
729
+ * :ghissue:`1568`: removed deprecated methods from the axes module.
729
730
* :ghissue:`1571`: Y-labels shifted
730
731
* :ghissue:`1589`: Fix shifted ylabels (Issue #1571)
731
732
* :ghissue:`1276`: Fix overwriting suptitle
@@ -748,21 +749,21 @@ Issues (787):
748
749
* :ghissue:`1582`: Linear tri interpolator
749
750
* :ghissue:`1637`: change cbook to relative import
750
751
* :ghissue:`1645`: add get_segments method to collections.LineCollection - updated
751
- * :ghissue:`1639`: Rename web_static to web_backend in setup.py
752
+ * :ghissue:`1639`: Rename web_static to web_backend in setup.py
752
753
* :ghissue:`1618`: Mplot3d/crashfixes
753
754
* :ghissue:`1636`: hexbin log scale is broken in matplotlib 1.2.0
754
755
* :ghissue:`1624`: implemented inverse transform for Mollweide axes
755
756
* :ghissue:`1630`: A disconnected callback cannot be reconnected
756
757
* :ghissue:`1139`: Make Axes.stem take at least one argument.
757
758
* :ghissue:`1426`: WebAgg backend
758
759
* :ghissue:`1606`: Document the C/C++ code guidelines
759
- * :ghissue:`1622`: zorder is not respected by all parts of `errorbar`
760
+ * :ghissue:`1622`: zorder is not respected by all parts of `errorbar`
760
761
* :ghissue:`1628`: Fix errorbar zorder v1.2
761
762
* :ghissue:`1625`: saving pgf to a stream is not supported
762
763
* :ghissue:`1588`: Annotations appear in incorrect locations
763
764
* :ghissue:`1620`: Fix bug in _AnnotationBase
764
765
* :ghissue:`1621`: Package for python 3.3 on OS X
765
- * :ghissue:`1616`: Legend: Also calc the bbox of the legend when the frame is not drawn.
766
+ * :ghissue:`1616`: Legend: Also calc the bbox of the legend when the frame is not drawn.
766
767
* :ghissue:`1587`: Mac OS X 10.5 needs an autoreleasepool here to avoid memory leaks. Newer...
767
768
* :ghissue:`1597`: new MatplotlibDeprecationWarning class (against master)
768
769
* :ghissue:`1596`: new MatplotlibDeprecationWarning class (against 1.2.x)
@@ -918,7 +919,7 @@ Issues (787):
918
919
* :ghissue:`1424`: pcolor fails if edgecolors is not a string
919
920
* :ghissue:`1427`: Fix AttrituteError for .lower on tuple of strings
920
921
* :ghissue:`1425`: Rebase of #1418 on v1.2.x
921
- * :ghissue:`1418`: Tables: Fix get_window_extent for table
922
+ * :ghissue:`1418`: Tables: Fix get_window_extent for table
922
923
* :ghissue:`1411`: Fix transparent markers in PDF backend. Closes #1410
923
924
* :ghissue:`1410`: Open markers incorrect in PDF output
924
925
* :ghissue:`1416`: backend_pdf: optional rgbFace arg in fillp replaces code in draw_markers. Closes #1410
@@ -981,7 +982,7 @@ Issues (787):
981
982
* :ghissue:`1333`: PEP8 fixes on collections.py
982
983
* :ghissue:`1336`: PEP8 fixes to colorbar.py
983
984
* :ghissue:`1347`: Remove nonfunctioning cbook.isvector
984
- * :ghissue:`1327`: plt.subplots: Set the visibility of the offset text to false on the shared axes.
985
+ * :ghissue:`1327`: plt.subplots: Set the visibility of the offset text to false on the shared axes.
985
986
* :ghissue:`1335`: PEP8 fixes on cbook.py
986
987
* :ghissue:`1334`: PEP8 fixes on blocking_input.py
987
988
* :ghissue:`1332`: PEP8 fixes on cm.py
@@ -1005,7 +1006,7 @@ Issues (787):
1005
1006
* :ghissue:`156`: Multicursor not displayed with zoom on
1006
1007
* :ghissue:`1320`: Cursor widget now uses widgetlock; closes Issue #156
1007
1008
* :ghissue:`1321`: pgf backend. Y-labels in subplot are not alligned after baseline but bottom of letter
1008
- * :ghissue:`1301`: Colorbar Add kw arguement to colorbar to reenable edges around faces
1009
+ * :ghissue:`1301`: Colorbar Add kw arguement to colorbar to reenable edges around faces
1009
1010
* :ghissue:`1315`: Add documentation of colorbar issue #1188 to colorbar documentation.
1010
1011
* :ghissue:`1303`: twinx/twiny misses settings axes
1011
1012
* :ghissue:`1307`: Marker not round with markersize=3
@@ -1017,8 +1018,8 @@ Issues (787):
1017
1018
* :ghissue:`1294`: Update lib/mpl_toolkits/mplot3d/axes3d.py
1018
1019
* :ghissue:`159`: Autoscale in hist() with step and log
1019
1020
* :ghissue:`167`: windows x64 support in _tkagg.so
1020
- * :ghissue:`1300`: Pcolormesh and colorbar documentation.
1021
- * :ghissue:`1178`: Make colorbar draw edge with facecolor around the faces.
1021
+ * :ghissue:`1300`: Pcolormesh and colorbar documentation.
1022
+ * :ghissue:`1178`: Make colorbar draw edge with facecolor around the faces.
1022
1023
* :ghissue:`1205`: New 'gridon' keyword in plotfile
1023
1024
* :ghissue:`1295`: Exception when using Container.remove
1024
1025
* :ghissue:`1296`: Make Container._remove_method call correctly
@@ -1052,7 +1053,7 @@ Issues (787):
1052
1053
* :ghissue:`1273`: Handled baseline image folder identification for non matplotlib projects...
1053
1054
* :ghissue:`1230`: Fix dpi issue for bitmaps on the OS X backend
1054
1055
* :ghissue:`1274`: backend_pgf: Custom dashstyles and consistency with other backends
1055
- * :ghissue:`1251`: backend_pgf. Enable custom dashstyles in the pgf backend
1056
+ * :ghissue:`1251`: backend_pgf. Enable custom dashstyles in the pgf backend
1056
1057
* :ghissue:`1264`: Re-added the matplotlib.dates import on axes
1057
1058
* :ghissue:`1271`: Set axis limits in test_stackplot
1058
1059
* :ghissue:`1269`: Fix typo in docstring
@@ -1086,7 +1087,7 @@ Issues (787):
1086
1087
* :ghissue:`1231`: fix Typesetting in plot() docstring
1087
1088
* :ghissue:`1215`: PEP8 on lib/matplotlib.afm.py
1088
1089
* :ghissue:`1216`: PEP8 fixes on the animation module
1089
- * :ghissue:`1208`: FAIL: matplotlib.tests.test_text.test_contains.test
1090
+ * :ghissue:`1208`: FAIL: matplotlib.tests.test_text.test_contains.test
1090
1091
* :ghissue:`786`: savefig() renders paths and text differently than show()
1091
1092
* :ghissue:`1209`: Pass linewidth to Mac context properly
1092
1093
* :ghissue:`847`: Add stacked kwarg to hist and implement stacked hists for step histtype
@@ -1179,7 +1180,7 @@ Issues (787):
1179
1180
* :ghissue:`1141`: backend_pgf: fix parentheses typo
1180
1181
* :ghissue:`1114`: Make grid accept alpha rcParam
1181
1182
* :ghissue:`1118`: ERROR: matplotlib.tests.test_backend_pgf.test_pdflatex on Python 3.x
1182
- * :ghissue:`1116`: ERROR: matplotlib.tests.test_backend_pgf.test_xelatex
1183
+ * :ghissue:`1116`: ERROR: matplotlib.tests.test_backend_pgf.test_xelatex
1183
1184
* :ghissue:`1124`: PGF backend, fix #1116, #1118 and #1128
1184
1185
* :ghissue:`745`: Cannot run tests with Python 3.x on MacOS 10.7
1185
1186
* :ghissue:`983`: Issues with dateutil and pytz
@@ -1188,7 +1189,7 @@ Issues (787):
1188
1189
* :ghissue:`1133`: figure.py: import warnings, and make imports absolute
1189
1190
* :ghissue:`1123`: Rationalize the number of ancillary (default matplotlibrc) files
1190
1191
* :ghissue:`1132`: clean out obsolete matplotlibrc-related bits to close #1123
1191
- * :ghissue:`1131`: Cleanup after the gca test.
1192
+ * :ghissue:`1131`: Cleanup after the gca test.
1192
1193
* :ghissue:`563`: sankey.add() has mutable defaults
1193
1194
* :ghissue:`238`: patch for qt4 backend
1194
1195
* :ghissue:`731`: Plot limit with transform
@@ -1298,7 +1299,7 @@ Issues (787):
1298
1299
* :ghissue:`898`: Added warnings for easily confusable subplot/subplots invocations
1299
1300
* :ghissue:`963`: Add detection of file extension for file-like objects
1300
1301
* :ghissue:`973`: Fix sankey.py pep8 and py3 compatibility
1301
- * :ghissue:`972`: Force closing PIL image files
1302
+ * :ghissue:`972`: Force closing PIL image files
1302
1303
* :ghissue:`981`: Fix pathpatch3d_demo.py on Python 3
1303
1304
* :ghissue:`980`: Fix basic_units.py on Python 3. PEP8 and PyLint cleanup.
1304
1305
* :ghissue:`996`: macosx backend broken by #901: QuadMesh fails so colorbar fails
@@ -1322,7 +1323,7 @@ Issues (787):
1322
1323
* :ghissue:`851`: Simple GUI interface enhancements
1323
1324
* :ghissue:`979`: Fix test_mouseclicks.py on Python 3
1324
1325
* :ghissue:`977`: Fix lasso_selector_demo.py on Python 3
1325
- * :ghissue:`970`: Fix tiff and jpeg export via PIL
1326
+ * :ghissue:`970`: Fix tiff and jpeg export via PIL
1326
1327
* :ghissue:`707`: key_press_event in pyqt4 embedded matplotlib
1327
1328
* :ghissue:`243`: Debug version/symbols for win32
1328
1329
* :ghissue:`255`: Classes in _transforms.h in global namespace
0 commit comments