summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-01-10 20:27:33 +0000
committeradam <adam@pkgsrc.org>2021-01-10 20:27:33 +0000
commitd9ad3ab3451711bba8ecff7bd17377e1855dca2b (patch)
tree00971c48a85cab40eaeb0fdc017adc3d976a1db6 /graphics/py-matplotlib/Makefile
parent60bdc6b2a990e9719fb80a94138f85b4d6d543a5 (diff)
downloadpkgsrc-d9ad3ab3451711bba8ecff7bd17377e1855dca2b.tar.gz
py-matplotlib: updated to 3.3.3
v3.3.3 This release contains several critical bug-fixes: Fix calls to Axis.grid with argument visible=True. Fix fully masked imshow. Fix inconsistent color mapping in scatter for 3D plots. Fix notebook/nbAgg figures when used with ipywidgets in the same cell. Fix notebook/nbAgg/WebAgg on older (e.g., Firefox ESR) browsers. Fix pcolormesh with datetime coordinates. Fix performance regression with datetimes. Fix singular ticks with small log ranges. Fix timers/animations on wx and notebook backends. Remove certifi as a hard runtime dependency. v3.3.2 This release contains several critical bug-fixes: fix Axis scale on twinned Axes fix auto-close of Figures in nbagg fix automatic title placement if Axes is off the Figure fix autoranging of log scales with barstacked histogram fix extra redraws when using Button or TextBox widgets fix imshow with LogNorm and large vmin/vmax ranges fix plotting Pandas DataFrame with string MultiIndex fix scatter with marker='' fix scatter3d color/linewidth re-projection fix state of mode buttons in TkAgg backends include license files in built distribution reduce Visual C++ runtime requirements on Windows v3.3.1 This release contains several critical bug-fixes: fix docstring import issues when running Python with optimization fix hist with categorical data, such as with Pandas fix install on BSD systems fix nbagg compatibility with Chrome 84+ fix ordering of scatter marker size in 3D plots fix performance regression when plotting Paths fix reading from URL in imread fix several regressions with new date epoch handling fix some bad constrained and tight layout interactions with colorbars fix use of customized toolbars in TkAgg and WXAgg backends v3.3.0 Highlights of this release include: Provisional API for composing semantic axes layouts from text or nested lists New Axes.sharex, Axes.sharey methods Turbo colormap colors.BoundaryNorm supports extend keyword argument Text color for legend labels Pcolor and Pcolormesh now accept shading='nearest' and 'auto' Allow tick formatters to be set with str or function inputs New Axes.axline method Dates use a modern epoch Improved font weight detection Axes3D no longer distorts the 3D plot to match the 2D aspect ratio More consistent toolbar behavior across backends Toolbar icons are now styled for dark themes Cursor text now uses a number of significant digits matching pointing precision Functions to compute a Path's size savefig() gained a backend keyword argument Saving SVG now supports adding metadata Saving PDF metadata via PGF now consistent with PDF backend NbAgg and WebAgg no longer use jQuery & jQuery UI
Diffstat (limited to 'graphics/py-matplotlib/Makefile')
-rw-r--r--graphics/py-matplotlib/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile
index e2749b68c3e..96615c8dbcc 100644
--- a/graphics/py-matplotlib/Makefile
+++ b/graphics/py-matplotlib/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2020/10/12 21:52:01 bacon Exp $
+# $NetBSD: Makefile,v 1.61 2021/01/10 20:27:33 adam Exp $
-DISTNAME= matplotlib-3.2.2
+DISTNAME= matplotlib-3.3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/matplotlib/}
@@ -11,7 +10,7 @@ HOMEPAGE= https://matplotlib.org/
COMMENT= Matlab-style plotting package for Python
# LICENSE= see ${WRKSRC}/LICENSE/LICENSE
-DEPENDS+= ${PYPKGPREFIX}-Pillow>=3.4:../../graphics/py-Pillow
+DEPENDS+= ${PYPKGPREFIX}-Pillow>=6.2.0:../../graphics/py-Pillow
DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
DEPENDS+= ${PYPKGPREFIX}-cycler>=0.10:../../graphics/py-cycler
DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil