py-contourpy: update to 1.2.0.

v1.2.0 (2023-11-03)
-------------------

ContourPy 1.2.0 is a significant release with a number of new
features. There is a new format for contour lines called
``LineType.ChunkCombinedNan`` that is designed to work directly
with Bokeh and HoloViews. There are also new functions for manipulating
contour lines and filled contours (``convert_filled``, ``convert_lines``,
``dechunk_filled`` and ``dechunk_lines``).

Calling ``ContourGenerator.filled()`` with two identical levels
now raises a ``ValueError`` whereas previously it gave different
results depending on algorithm ``name``.
This commit is contained in:
wiz 2023-11-06 13:47:24 +00:00
parent e6647943b6
commit d6ea328547
3 changed files with 22 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.7 2023/11/04 16:21:55 wiz Exp $
# $NetBSD: Makefile,v 1.8 2023/11/06 13:47:24 wiz Exp $
DISTNAME= contourpy-1.1.1
DISTNAME= contourpy-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/contourpy/}

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2023/10/28 19:57:09 wiz Exp $
@comment $NetBSD: PLIST,v 1.5 2023/11/06 13:47:24 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@ -11,13 +11,28 @@ ${PYSITELIB}/contourpy/_contourpy.so
${PYSITELIB}/contourpy/_version.py
${PYSITELIB}/contourpy/_version.pyc
${PYSITELIB}/contourpy/_version.pyo
${PYSITELIB}/contourpy/array.py
${PYSITELIB}/contourpy/array.pyc
${PYSITELIB}/contourpy/array.pyo
${PYSITELIB}/contourpy/chunk.py
${PYSITELIB}/contourpy/chunk.pyc
${PYSITELIB}/contourpy/chunk.pyo
${PYSITELIB}/contourpy/convert.py
${PYSITELIB}/contourpy/convert.pyc
${PYSITELIB}/contourpy/convert.pyo
${PYSITELIB}/contourpy/dechunk.py
${PYSITELIB}/contourpy/dechunk.pyc
${PYSITELIB}/contourpy/dechunk.pyo
${PYSITELIB}/contourpy/enum_util.py
${PYSITELIB}/contourpy/enum_util.pyc
${PYSITELIB}/contourpy/enum_util.pyo
${PYSITELIB}/contourpy/py.typed
${PYSITELIB}/contourpy/typecheck.py
${PYSITELIB}/contourpy/typecheck.pyc
${PYSITELIB}/contourpy/typecheck.pyo
${PYSITELIB}/contourpy/types.py
${PYSITELIB}/contourpy/types.pyc
${PYSITELIB}/contourpy/types.pyo
${PYSITELIB}/contourpy/util/__init__.py
${PYSITELIB}/contourpy/util/__init__.pyc
${PYSITELIB}/contourpy/util/__init__.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2023/11/04 16:21:55 wiz Exp $
$NetBSD: distinfo,v 1.5 2023/11/06 13:47:24 wiz Exp $
BLAKE2s (contourpy-1.1.1.tar.gz) = 81c91564fa4028a2eea1054f53643b484b217b127e87f56d66b8b1e376116d72
SHA512 (contourpy-1.1.1.tar.gz) = c41f4961bcc53fefe641208ae58efc79b646f79078434497e7042ed46c517590316aabb124ba71213033a49a126528951370f248c2851220226e3d15421164c2
Size (contourpy-1.1.1.tar.gz) = 13433167 bytes
BLAKE2s (contourpy-1.2.0.tar.gz) = 49f1afbdf2f7883e7757dc19d642dccad5601010d175aad46c32f95c6e855a05
SHA512 (contourpy-1.2.0.tar.gz) = f63109cba8f62588cb2b96a29742195fa9fdaabe65177a3351b84f0bfc05613e1e711543c37aebbd9ff7c284fdc273170c081ec683dc62f8a3bc967433d64212
Size (contourpy-1.2.0.tar.gz) = 13455881 bytes