Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2021-11-06 09:49:22
Message id: 20211106084922.43471FAEC@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 6.24.2
6.24.2
This patch updates internal testing for the Array API extra to be consistent \
with new specification changes: sum() not accepting boolean arrays (234), \
unique() split into separate functions (275), and treating NaNs as distinct \
(310). It has no user visible impact.
6.24.1
This patch updates our vendored list of top-level domains, which is used by the \
provisional domains() strategy.
6.24.0
This patch updates our vendored list of top-level domains, which is used by the \
provisional domains() strategy.
(did you know that gTLDs can be both added and removed?)
6.23.4
This patch adds an error for when shapes in xps.arrays() is not passed as either \
a valid shape or strategy.
6.23.3
This patch updates our formatting with shed.
6.23.2
This patch replaces external links to NumPy API docs with sphinx.ext.intersphinx \
cross-references. It is purely a documentation improvement.
6.23.1
This patch cleans up internal logic for xps.arrays(). There is no user-visible \
change.
6.23.0
This release follows pytest in considering SystemExit and GeneratorExit \
exceptions to be test failures, meaning that we will shink to minimal examples \
and check for flakiness even though they subclass BaseException directly (issue \
2223).
KeyboardInterrupt continues to interrupt everything, and will be re-raised \
immediately.
6.22.0
This release adds LiveServerTestCase and StaticLiveServerTestCase for django \
test. Thanks to Ivan Tham for this feature!
6.21.6
This patch fixes some new linter warnings such as flake8-bugbear’s B904 for \
explicit exception chaining, so tracebacks might be a bit nicer.
6.21.5
This release fixes None being inferred as the float64 dtype in from_dtype() and \
arrays() from the Array API extra.
6.21.4
This release fixes the type hint for the @given() decorator when decorating an \
async function (issue 3099).
6.21.3
This release improves Ghostwritten tests for builtins (issue 2977).
6.21.2
This release deprecates use of both min_dims > len(shape) and max_dims > \
len(shape) when allow_newaxis == False in basic_indices() (issue 3091).
6.21.1
This release improves the behaviour of builds() and from_type() in certain \
situations involving decorators (issue 2495 and issue 3029).
Files: