Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hypothesis to 6.12.0 #28858

Merged
merged 1 commit into from May 6, 2021
Merged

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented May 6, 2021

This PR updates hypothesis from 6.11.0 to 6.12.0.

Changelog

6.12.0

-------------------

This release automatically rewrites some simple filters, such as
``integers().filter(lambda x: x > 9)`` to the more efficient
``integers(min_value=10)``, based on the AST of the predicate.

We continue to recommend using the efficient form directly wherever
possible, but this should be useful for e.g. :pypi:`pandera` "``Checks``"
where you already have a simple predicate and translating manually
is really annoying.  See :issue:`2701` for ideas about floats and
simple text strategies.
Links

@foolip
Copy link
Member

foolip commented May 6, 2021

Um, we just got #28857 :)

@foolip foolip merged commit 8ed5a18 into master May 6, 2021
@foolip foolip deleted the pyup-update-hypothesis-6.11.0-to-6.12.0 branch May 6, 2021 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants