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

Skip to content

Commit 96274e6

Browse files
committed
Merge branch 'v3.3.x' into merge-v334
2 parents 4da4cf9 + 422e537 commit 96274e6

File tree

8 files changed

+308
-71
lines changed

8 files changed

+308
-71
lines changed

doc/_static/zenodo_cache/4268928.svg

Lines changed: 35 additions & 0 deletions
Loading

doc/_static/zenodo_cache/4475376.svg

Lines changed: 35 additions & 0 deletions
Loading

doc/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.3.4
33+
.. image:: _static/zenodo_cache/4475376.svg
34+
:target: https://doi.org/10.5281/zenodo.4475376
35+
v3.3.3
36+
.. image:: _static/zenodo_cache/4268928.svg
37+
:target: https://doi.org/10.5281/zenodo.4268928
3238
v3.3.2
3339
.. image:: _static/zenodo_cache/4030140.svg
3440
:target: https://doi.org/10.5281/zenodo.4030140

doc/users/github_stats.rst

Lines changed: 32 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -3,91 +3,52 @@
33
GitHub Stats
44
============
55

6-
GitHub stats for 2020/08/14 - 2020/09/15 (tag: v3.3.1)
6+
GitHub stats for 2020/11/12 - 2021/01/28 (tag: v3.3.3)
77

88
These lists are automatically generated, and may be incomplete or contain duplicates.
99

10-
We closed 15 issues and merged 39 pull requests.
11-
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestone/57?closed=1>`__
10+
We closed 2 issues and merged 20 pull requests.
11+
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestone/60?closed=1>`__
1212

13-
The following 14 authors contributed 61 commits.
13+
The following 7 authors contributed 43 commits.
1414

1515
* Antony Lee
16-
* Bruno Beltran
1716
* David Stansby
18-
* David Young
1917
* Elliott Sales de Andrade
20-
* Greg Lucas
2118
* Jody Klymak
22-
* johnthagen
23-
* Jouni K. Seppänen
24-
* Richard Sheridan
25-
* richardsheridan
26-
* Ryan May
19+
* Mark Harfouche
2720
* Thomas A Caswell
2821
* Tim Hoffmann
2922

3023
GitHub issues and pull requests:
3124

32-
Pull Requests (39):
33-
34-
* :ghpull:`18488`: Backport PR #18483 on branch v3.3.x (DOC: reword non-monotonic cell center warning)
35-
* :ghpull:`18483`: DOC: reword non-monotonic cell center warning
36-
* :ghpull:`18485`: Backport PR #18475 on branch v3.3.x (BF: ensure exception caught if no kpeswitch)
37-
* :ghpull:`18482`: Backport PR #18398 on branch v3.3.x (Warn on non-increasing/decreasing pcolor coords)
38-
* :ghpull:`18484`: Backport PR #18458: Fix huge imshow range
39-
* :ghpull:`18475`: BF: ensure exception caught if no kpeswitch
40-
* :ghpull:`18458`: Fix huge imshow range
41-
* :ghpull:`18398`: Warn on non-increasing/decreasing pcolor coords
42-
* :ghpull:`18479`: Nbagg backports
43-
* :ghpull:`18454`: nbagg: Use OutputArea event to trigger figure close.
44-
* :ghpull:`18469`: Backport PR #18464 on branch v3.3.x (Remove extra stickies in barstacked histogram.)
45-
* :ghpull:`18464`: Remove extra stickies in barstacked histogram.
46-
* :ghpull:`18459`: Backport PR #18393 on branch v3.3.x (Fix Axis scale on twinned Axes.)
47-
* :ghpull:`18393`: Fix Axis scale on twinned Axes.
48-
* :ghpull:`18441`: Backport PR #18395: TkAgg bugfix: deselect buttons that are not the current _Mode
49-
* :ghpull:`18395`: TkAgg bugfix: deselect buttons that are not the current _Mode
50-
* :ghpull:`18380`: Backport PR #18374 on branch v3.3.x (FIX: make _reshape_2D accept pandas df with string indices)
51-
* :ghpull:`18374`: FIX: make _reshape_2D accept pandas df with string indices
52-
* :ghpull:`18376`: Backport PR #18298 on branch v3.3.x (Include license files in built distribution)
53-
* :ghpull:`18375`: Backport PR #18293 on branch v3.3.x (Fix scatter3d color/linewidth re-projection)
54-
* :ghpull:`18298`: Include license files in built distribution
55-
* :ghpull:`18293`: Fix scatter3d color/linewidth re-projection
56-
* :ghpull:`18361`: nbagg: Store DPI ratio on figure instead of window.
57-
* :ghpull:`18354`: Backport PR #18352 on branch v3.3.x (Avoid triggering backend resolution during qt initial import.)
58-
* :ghpull:`18352`: Avoid triggering backend resolution during qt initial import.
59-
* :ghpull:`18335`: Backport PR #18322 on branch v3.3.x (Disable FH4 so that we don't require VCRUNTIME140_1.dll.)
60-
* :ghpull:`18322`: Disable FH4 so that we don't require VCRUNTIME140_1.dll.
61-
* :ghpull:`18333`: Backport PR #18328 on branch v3.3.x (Add missing check for None in Qt toolmanager.)
62-
* :ghpull:`18328`: Add missing check for None in Qt toolmanager.
63-
* :ghpull:`18309`: Backport PR #18304 on branch v3.3.x (Fix canvas redraws during motion in figures with a Button or TextBox)
64-
* :ghpull:`18304`: Fix canvas redraws during motion in figures with a Button or TextBox
65-
* :ghpull:`18297`: Backport PR #18288 on branch v3.3.x (FIX: check if axes is off page before repositioning title)
66-
* :ghpull:`18288`: FIX: check if axes is off page before repositioning title
67-
* :ghpull:`18269`: Backport PR #18266 on branch v3.3.x (Fix Path.get_extents for empty paths.)
68-
* :ghpull:`18266`: Fix Path.get_extents for empty paths.
69-
* :ghpull:`18263`: Backport PR #18260 on branch v3.3.x (Add parent widget to IntVar)
70-
* :ghpull:`18260`: Add parent widget to IntVar
71-
* :ghpull:`18253`: Backport PR #18245 on branch v3.3.x
72-
* :ghpull:`18245`: MNT: do a better job guessing the GUI framework in use
73-
74-
Issues (15):
75-
76-
* :ghissue:`18415`: imshow with LogNorm crashes with certain inputs
77-
* :ghissue:`18447`: nbagg: Closing a figure from the notebook does not close the python figure
78-
* :ghissue:`18470`: interactive plots slow with matplotlib 3.3.1
79-
* :ghissue:`18457`: Incorrect log y-scale for histogram with partitioned and barstacked data
80-
* :ghissue:`18385`: twinx not respecting log-scale
81-
* :ghissue:`18371`: Plotting a pandas DataFrame with string MultiIndex
82-
* :ghissue:`18296`: LICENSE file(s) not included in published PyPI package
83-
* :ghissue:`18287`: scatter3D assigns wrong color to points for some plot orientations
84-
* :ghissue:`18292`: ImportError: DLL load failed with Matplotlib 3.3.1 on Windows
85-
* :ghissue:`18327`: Tool Manager: adding buttons to toolbar fails with matplotlib version 3.3.1 using Qt backend
86-
* :ghissue:`18324`: Poor UI responsiveness of 3.3.1 compared with 3.2.2 for interactive mode UI using widgets
87-
* :ghissue:`18303`: Canvas redraws during any motion when Button is present
88-
* :ghissue:`18283`: Automatic title placement wrong if parent axes is off the page
89-
* :ghissue:`18254`: scatter(..., marker='') raises on drawing with mpl3.3.1
90-
* :ghissue:`18259`: New IntVar needs a parent widget
25+
Pull Requests (20):
26+
27+
* :ghpull:`19386`: Backport PR #19238 on branch v3.3.x (Fix build with LTO disabled in environment)
28+
* :ghpull:`19238`: Fix build with LTO disabled in environment
29+
* :ghpull:`19382`: Backport PR #19052 on branch v3.3.x (Always pass integers to wx.Size.)
30+
* :ghpull:`19377`: Backport PR #19371 on branch v3.3.x (Fix specgram test on NumPy 1.20.)
31+
* :ghpull:`19371`: Fix specgram test on NumPy 1.20.
32+
* :ghpull:`19305`: Backport PR #19301 on branch v3.3.x
33+
* :ghpull:`19301`: Fix several CI issues
34+
* :ghpull:`19269`: Backport PR #19266 on branch v3.3.x (Don't update homebrew on GitHub Actions)
35+
* :ghpull:`19266`: Don't update homebrew on GitHub Actions
36+
* :ghpull:`19252`: Backport PR #19245 on branch v3.3.x (handle usecase where QT_API is specified with some capitals)
37+
* :ghpull:`19245`: handle usecase where QT_API is specified with some capitals
38+
* :ghpull:`19143`: Backport PR #19131 on branch v3.3.x (Fix WebAgg initialization)
39+
* :ghpull:`19115`: Backport PR #19108 on branch v3.3.x
40+
* :ghpull:`19165`: Backport PR #19163 on branch v3.3.x (Ignore missing _FancyAxislineStyle doc targets.)
41+
* :ghpull:`19163`: Ignore missing _FancyAxislineStyle doc targets.
42+
* :ghpull:`19131`: Fix WebAgg initialization
43+
* :ghpull:`19052`: Always pass integers to wx.Size.
44+
* :ghpull:`19108`: Fix failing animation test with pytest 6.2.
45+
* :ghpull:`19062`: Backport PR #19036 on branch v3.3.x
46+
* :ghpull:`19036`: Start testing using GitHub Actions
47+
48+
Issues (2):
49+
50+
* :ghissue:`19227`: Matplotlib generates invalid ft2font if -fno-lto gcc CFLAGS used
51+
* :ghissue:`19129`: webAgg example broken - maybe mpl.js broken?
9152

9253

9354
Previous GitHub Stats
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
.. _github-stats-3-3-2:
2+
3+
GitHub Stats for Matplotlib 3.3.2
4+
=================================
5+
6+
GitHub stats for 2020/08/14 - 2020/09/15 (tag: v3.3.1)
7+
8+
These lists are automatically generated, and may be incomplete or contain duplicates.
9+
10+
We closed 15 issues and merged 39 pull requests.
11+
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestone/57?closed=1>`__
12+
13+
The following 13 authors contributed 61 commits.
14+
15+
* Antony Lee
16+
* Bruno Beltran
17+
* David Stansby
18+
* David Young
19+
* Elliott Sales de Andrade
20+
* Greg Lucas
21+
* Jody Klymak
22+
* johnthagen
23+
* Jouni K. Seppänen
24+
* Richard Sheridan
25+
* Ryan May
26+
* Thomas A Caswell
27+
* Tim Hoffmann
28+
29+
GitHub issues and pull requests:
30+
31+
Pull Requests (39):
32+
33+
* :ghpull:`18488`: Backport PR #18483 on branch v3.3.x (DOC: reword non-monotonic cell center warning)
34+
* :ghpull:`18483`: DOC: reword non-monotonic cell center warning
35+
* :ghpull:`18485`: Backport PR #18475 on branch v3.3.x (BF: ensure exception caught if no kpeswitch)
36+
* :ghpull:`18482`: Backport PR #18398 on branch v3.3.x (Warn on non-increasing/decreasing pcolor coords)
37+
* :ghpull:`18484`: Backport PR #18458: Fix huge imshow range
38+
* :ghpull:`18475`: BF: ensure exception caught if no kpeswitch
39+
* :ghpull:`18458`: Fix huge imshow range
40+
* :ghpull:`18398`: Warn on non-increasing/decreasing pcolor coords
41+
* :ghpull:`18479`: Nbagg backports
42+
* :ghpull:`18454`: nbagg: Use OutputArea event to trigger figure close.
43+
* :ghpull:`18469`: Backport PR #18464 on branch v3.3.x (Remove extra stickies in barstacked histogram.)
44+
* :ghpull:`18464`: Remove extra stickies in barstacked histogram.
45+
* :ghpull:`18459`: Backport PR #18393 on branch v3.3.x (Fix Axis scale on twinned Axes.)
46+
* :ghpull:`18393`: Fix Axis scale on twinned Axes.
47+
* :ghpull:`18441`: Backport PR #18395: TkAgg bugfix: deselect buttons that are not the current _Mode
48+
* :ghpull:`18395`: TkAgg bugfix: deselect buttons that are not the current _Mode
49+
* :ghpull:`18380`: Backport PR #18374 on branch v3.3.x (FIX: make _reshape_2D accept pandas df with string indices)
50+
* :ghpull:`18374`: FIX: make _reshape_2D accept pandas df with string indices
51+
* :ghpull:`18376`: Backport PR #18298 on branch v3.3.x (Include license files in built distribution)
52+
* :ghpull:`18375`: Backport PR #18293 on branch v3.3.x (Fix scatter3d color/linewidth re-projection)
53+
* :ghpull:`18298`: Include license files in built distribution
54+
* :ghpull:`18293`: Fix scatter3d color/linewidth re-projection
55+
* :ghpull:`18361`: nbagg: Store DPI ratio on figure instead of window.
56+
* :ghpull:`18354`: Backport PR #18352 on branch v3.3.x (Avoid triggering backend resolution during qt initial import.)
57+
* :ghpull:`18352`: Avoid triggering backend resolution during qt initial import.
58+
* :ghpull:`18335`: Backport PR #18322 on branch v3.3.x (Disable FH4 so that we don't require VCRUNTIME140_1.dll.)
59+
* :ghpull:`18322`: Disable FH4 so that we don't require VCRUNTIME140_1.dll.
60+
* :ghpull:`18333`: Backport PR #18328 on branch v3.3.x (Add missing check for None in Qt toolmanager.)
61+
* :ghpull:`18328`: Add missing check for None in Qt toolmanager.
62+
* :ghpull:`18309`: Backport PR #18304 on branch v3.3.x (Fix canvas redraws during motion in figures with a Button or TextBox)
63+
* :ghpull:`18304`: Fix canvas redraws during motion in figures with a Button or TextBox
64+
* :ghpull:`18297`: Backport PR #18288 on branch v3.3.x (FIX: check if axes is off page before repositioning title)
65+
* :ghpull:`18288`: FIX: check if axes is off page before repositioning title
66+
* :ghpull:`18269`: Backport PR #18266 on branch v3.3.x (Fix Path.get_extents for empty paths.)
67+
* :ghpull:`18266`: Fix Path.get_extents for empty paths.
68+
* :ghpull:`18263`: Backport PR #18260 on branch v3.3.x (Add parent widget to IntVar)
69+
* :ghpull:`18260`: Add parent widget to IntVar
70+
* :ghpull:`18253`: Backport PR #18245 on branch v3.3.x
71+
* :ghpull:`18245`: MNT: do a better job guessing the GUI framework in use
72+
73+
Issues (15):
74+
75+
* :ghissue:`18415`: imshow with LogNorm crashes with certain inputs
76+
* :ghissue:`18447`: nbagg: Closing a figure from the notebook does not close the python figure
77+
* :ghissue:`18470`: interactive plots slow with matplotlib 3.3.1
78+
* :ghissue:`18457`: Incorrect log y-scale for histogram with partitioned and barstacked data
79+
* :ghissue:`18385`: twinx not respecting log-scale
80+
* :ghissue:`18371`: Plotting a pandas DataFrame with string MultiIndex
81+
* :ghissue:`18296`: LICENSE file(s) not included in published PyPI package
82+
* :ghissue:`18287`: scatter3D assigns wrong color to points for some plot orientations
83+
* :ghissue:`18292`: ImportError: DLL load failed with Matplotlib 3.3.1 on Windows
84+
* :ghissue:`18327`: Tool Manager: adding buttons to toolbar fails with matplotlib version 3.3.1 using Qt backend
85+
* :ghissue:`18324`: Poor UI responsiveness of 3.3.1 compared with 3.2.2 for interactive mode UI using widgets
86+
* :ghissue:`18303`: Canvas redraws during any motion when Button is present
87+
* :ghissue:`18283`: Automatic title placement wrong if parent axes is off the page
88+
* :ghissue:`18254`: scatter(..., marker='') raises on drawing with mpl3.3.1
89+
* :ghissue:`18259`: New IntVar needs a parent widget

0 commit comments

Comments
 (0)