This release provides what should be a substantial performance improvement to numpy arrays generated using provided numpy support, and adds a new fill_value argument to arrays() to control this behaviour.
This commit is contained in:
adam 2017-08-27 12:16:06 +00:00
parent 04fd938906
commit 82b892fa6b
3 changed files with 17 additions and 14 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.29 2017/08/19 12:16:20 adam Exp $
# $NetBSD: Makefile,v 1.30 2017/08/27 12:16:06 adam Exp $
DISTNAME= hypothesis-3.18.5
DISTNAME= hypothesis-3.22.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2017/07/24 10:23:57 adam Exp $
@comment $NetBSD: PLIST,v 1.9 2017/08/27 12:16:07 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@ -57,6 +57,9 @@ ${PYSITELIB}/hypothesis/extra/pytz.pyo
${PYSITELIB}/hypothesis/internal/__init__.py
${PYSITELIB}/hypothesis/internal/__init__.pyc
${PYSITELIB}/hypothesis/internal/__init__.pyo
${PYSITELIB}/hypothesis/internal/branchcheck.py
${PYSITELIB}/hypothesis/internal/branchcheck.pyc
${PYSITELIB}/hypothesis/internal/branchcheck.pyo
${PYSITELIB}/hypothesis/internal/charmap.py
${PYSITELIB}/hypothesis/internal/charmap.pyc
${PYSITELIB}/hypothesis/internal/charmap.pyo
@ -99,6 +102,9 @@ ${PYSITELIB}/hypothesis/internal/lazyformat.pyo
${PYSITELIB}/hypothesis/internal/reflection.py
${PYSITELIB}/hypothesis/internal/reflection.pyc
${PYSITELIB}/hypothesis/internal/reflection.pyo
${PYSITELIB}/hypothesis/internal/renaming.py
${PYSITELIB}/hypothesis/internal/renaming.pyc
${PYSITELIB}/hypothesis/internal/renaming.pyo
${PYSITELIB}/hypothesis/reporting.py
${PYSITELIB}/hypothesis/reporting.pyc
${PYSITELIB}/hypothesis/reporting.pyo
@ -129,9 +135,9 @@ ${PYSITELIB}/hypothesis/searchstrategy/numbers.pyo
${PYSITELIB}/hypothesis/searchstrategy/recursive.py
${PYSITELIB}/hypothesis/searchstrategy/recursive.pyc
${PYSITELIB}/hypothesis/searchstrategy/recursive.pyo
${PYSITELIB}/hypothesis/searchstrategy/reprwrapper.py
${PYSITELIB}/hypothesis/searchstrategy/reprwrapper.pyc
${PYSITELIB}/hypothesis/searchstrategy/reprwrapper.pyo
${PYSITELIB}/hypothesis/searchstrategy/regex.py
${PYSITELIB}/hypothesis/searchstrategy/regex.pyc
${PYSITELIB}/hypothesis/searchstrategy/regex.pyo
${PYSITELIB}/hypothesis/searchstrategy/shared.py
${PYSITELIB}/hypothesis/searchstrategy/shared.pyc
${PYSITELIB}/hypothesis/searchstrategy/shared.pyo
@ -147,9 +153,6 @@ ${PYSITELIB}/hypothesis/searchstrategy/strings.pyo
${PYSITELIB}/hypothesis/searchstrategy/types.py
${PYSITELIB}/hypothesis/searchstrategy/types.pyc
${PYSITELIB}/hypothesis/searchstrategy/types.pyo
${PYSITELIB}/hypothesis/searchstrategy/wrappers.py
${PYSITELIB}/hypothesis/searchstrategy/wrappers.pyc
${PYSITELIB}/hypothesis/searchstrategy/wrappers.pyo
${PYSITELIB}/hypothesis/stateful.py
${PYSITELIB}/hypothesis/stateful.pyc
${PYSITELIB}/hypothesis/stateful.pyo

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.26 2017/08/19 12:16:20 adam Exp $
$NetBSD: distinfo,v 1.27 2017/08/27 12:16:07 adam Exp $
SHA1 (hypothesis-3.18.5.tar.gz) = c3ac95f414ea3888f6eb5dce790c23cc7b56884f
RMD160 (hypothesis-3.18.5.tar.gz) = b171ccc27adc8b099e8cbc381446cebd837f7517
SHA512 (hypothesis-3.18.5.tar.gz) = f2203808cfd39750474d0f26a59d09121102eabf5f4c7bb7d2fa922c87fc645e7b6bb24c53ab64c4c42983fc47bc77fe6fa504f02f80a0fe5a5cd659db182e27
Size (hypothesis-3.18.5.tar.gz) = 98533 bytes
SHA1 (hypothesis-3.22.0.tar.gz) = 7c9e78e906604630262dbba050d508de4e56a345
RMD160 (hypothesis-3.22.0.tar.gz) = 4193b282e3caf9338d45f89070744d357cbb2da5
SHA512 (hypothesis-3.22.0.tar.gz) = a530fc14e826c6681b1cffb34f0f7be5705915eb8659fbb6587507876c585ce9e939a925e0c08d5725852d730db50ade9da69f6b16cee9b26cd4547a28bbcdca
Size (hypothesis-3.22.0.tar.gz) = 106792 bytes