Skip to content

Commit

Permalink
Add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdivo committed Feb 4, 2023
1 parent 7bc2c89 commit a5a039e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hypothesis-python/RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
RELEASE_TYPE: patch
RELEASE_TYPE: minor

This patch fixes a rare ``RecursionError`` when pretty-printing a multi-line
object without type-specific printer, which was passed to a function which
returned the same object by ``.map()`` or :func:`~hypothesis.strategies.builds`
and thus recursed due to the new pretty reprs in Hypothesis :ref:`v6.65.0`
(:issue:`3560`). Apologies to all those affected.
This release allows for more precise generation of complex numbers using
:func:`~hypothesis.extra.numpy.from_dtype`, by supporting the ``width``,
``min_magnitude``, and ``min_magnitude`` arguments (:issue:`3468`).

Thanks to Felix Divo for this feature!

0 comments on commit a5a039e

Please sign in to comment.