1
0

Accepting request 720887 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/720887
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=112
This commit is contained in:
Tomáš Chvátal
2019-08-04 17:01:28 +00:00
committed by Git OBS Bridge
parent 507e2757e3
commit 436d57d445
4 changed files with 27 additions and 4 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Aug 4 15:07:54 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 4.32.2:
* This patch updates some internal comments for mypy 0.720. There is
no user-visible impact.
- changes from version 4.32.1:
* This release changes how the shrinker represents its progress
internally. For large generated test cases this should result in
significantly less memory usage and possibly faster
shrinking. Small generated test cases may be slightly slower to
shrink but this shouldnt be very noticeable.
- changes from version 4.32.0:
* This release makes arrays() more pedantic about elements
strategies that cannot be exactly represented as array
elements. In practice, you will see new warnings if you were using
a float16 or float32 dtype without passing floats() the width=16
or width=32 arguments respectively.The previous behaviour could
lead to silent truncation, and thus some elements being equal to
an explicitly excluded bound (issue #1899).
-------------------------------------------------------------------
Sun Jul 28 16:16:49 UTC 2019 - Arun Persaud <arun@gmx.de>