GitHub statistics for 3.3.3 (Nov 11, 2020)#
GitHub statistics for 2020/09/15 (tag: v3.3.2) - 2020/11/11
这些列表是自动生成的,可能不完整或包含重复项.
We closed 14 issues and merged 46 pull requests. The full list can be seen on GitHub
The following 11 authors contributed 73 commits.
Antony Lee
David Stansby
Elliott Sales de Andrade
Eric Larson
Jody Klymak
Jouni K. Seppänen
Ryan May
shevawen
Stephen Sinclair
Thomas A Caswell
Tim Hoffmann
GitHub issues 和 pull requests:
Pull Requests (46):
PR #18936 : Backport PR #18929 on branch v3.3.x
PR #18929 : FIX: make sure scalarmappable updates are handled correctly in 3D
PR #18928 : Backport PR #18842 on branch v3.3.x (Add CPython 3.9 wheels.)
PR #18842 : Add CPython 3.9 wheels.
PR #18921 : Backport PR #18732 on branch v3.3.x (Add a ponyfill for ResizeObserver on older browsers.)
PR #18732 : Add a ponyfill for ResizeObserver on older browsers.
PR #18886 : Backport #18860 on branch v3.3.x
PR #18860 : FIX: stop deprecation message colorbar
PR #18845 : Backport PR #18839 on branch v3.3.x
PR #18843 : Backport PR #18756 on branch v3.3.x (FIX: improve date performance regression)
PR #18850 : Backport CI fixes to v3.3.x
PR #18839 : MNT: make sure we do not mutate input in Text.update
PR #18838 : Fix ax.set_xticklabels(fontproperties=fp)
PR #18756 : FIX: improve date performance regression
PR #18787 : Backport PR #18769 on branch v3.3.x
PR #18786 : Backport PR #18754 on branch v3.3.x (FIX: make sure we have more than 1 tick with small log ranges)
PR #18754 : FIX: make sure we have more than 1 tick with small log ranges
PR #18769 : Support
ax.grid(visible=<bool>).PR #18778 : Backport PR #18773 on branch v3.3.x (Update to latest cibuildwheel release.)
PR #18773 : Update to latest cibuildwheel release.
PR #18755 : Backport PR #18734 on branch v3.3.x (Fix deprecation warning in GitHub Actions.)
PR #18734 : Fix deprecation warning in GitHub Actions.
PR #18725 : Backport PR #18533 on branch v3.3.x
PR #18723 : Backport PR #18584 on branch v3.3.x (Fix setting 0-timeout timer with Tornado.)
PR #18676 : Backport PR #18670 on branch v3.3.x (MNT: make certifi actually optional)
PR #18670 : MNT: make certifi actually optional
PR #18665 : Backport PR #18639 on branch v3.3.x (nbagg: Don't close figures for bubbled events.)
PR #18639 : nbagg: Don't close figures for bubbled events.
PR #18640 : Backport PR #18636 on branch v3.3.x (BLD: certifi is not a run-time dependency)
PR #18636 : BLD: certifi is not a run-time dependency
PR #18629 : Backport PR #18621 on branch v3.3.x (Fix singleshot timers in wx.)
PR #18621 : Fix singleshot timers in wx.
PR #18607 : Backport PR #18604 on branch v3.3.x (Update test image to fix Ghostscript 9.53.)
PR #18604 : Update test image to fix Ghostscript 9.53.
PR #18584 : Fix setting 0-timeout timer with Tornado.
PR #18550 : backport pr 18549
PR #18545 : Backport PR #18540 on branch v3.3.x (Call to ExitStack.push should have been ExitStack.callback.)
PR #18549 : FIX: 在插值之前 unit-convert pcolorargs
PR #18540 : 对 ExitStack.push 的调用应为 ExitStack.callback.
PR #18533 : 正确移除对 stackrel 的支持.
PR #18509 : Backport PR #18505 on branch v3.3.x (修复 edge/facecolor 为 none 时的深度着色问题.)
PR #18505 : 修复 edge/facecolor 为 none 时的深度着色问题.
PR #18504 : Backport PR #18500 on branch v3.3.x (BUG: 修复全掩码 imshow)
PR #18500 : BUG: 修复全掩码 imshow
PR #18476 : CI: 在 travis 上的 OSX 系统中跳过 qt, cairo, pygobject 相关安装
PR #18134 : 在 xcode9 上构建
问题 (14):
#18885 : 使用 savefig 保存 3D 散点图和颜色条时出错
#18922 : pyplot.xticks(): 字体属性规范仅对第一个刻度标签有效.
#18481 : "%matplotlib notebook" 在 matplotlib 3.3.1 的 firefox 中不起作用
#18595 : 获取内部 "MatplotlibDeprecationWarning: shading='flat' ..."
#18743 : 从 mpl 3.2.2 到 3.3.0,创建时间大幅增加
#18317 : pcolormesh: shading='nearest' 和非单调坐标
#18758 : 使用 Axis.grid(visible=True) 会导致关键字参数的多个值的 TypeError
#18638 :
matplotlib>=3.3.2破坏了ipywidgets.interact#18337 : 由于 conda 环境中 certifi 版本过低,使用 pip 安装 matplotlib-3.3.1 时出错
#18620 : fig.canvas.timer.start() 出现 wx 后端断言错误
#18551 : test_transparent_markers[pdf] 在 v3.3.x Travis macOS 上已损坏
#18580 : 动画在 Jupyter notebook 中冻结
#18547 : 最近着色时,pcolormesh x 轴的 datetime 中断
#18539 : 使用 ExitStack 中的 Axes.redraw_in_frame 时出错:push() 接受 2 个位置参数,但给出了 3 个