| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Hypothesis version 6.155.0 source code.tar.gz | 2026-05-28 | 9.6 MB | |
| Hypothesis version 6.155.0 source code.zip | 2026-05-28 | 10.1 MB | |
| README.md | 2026-05-28 | 547 Bytes | |
| Totals: 3 Items | 19.7 MB | 0 | |
"from_dtype()" now supports the variable-width string dtype "numpy.dtypes.StringDType", generating arbitrary strings via "text()" (issue [#4039]).
Additionally, passing a dtype class such as "np.dtypes.StringDType" where an instance like "np.dtypes.StringDType()" was expected now raises a clear error, rather than the previous confusing message (or silent coercion to the object dtype in "arrays()").
The canonical version of these notes (with links) is on readthedocs.