-
Notifications
You must be signed in to change notification settings - Fork 3
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
Scheduled weekly dependency update for week 01 #175
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #175 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 7 7
Lines 187 187
Branches 14 14
=====================================
Hits 187 187 |
bors r+ |
bors-fusion bot
added a commit
that referenced
this pull request
Jan 9, 2018
175: Scheduled weekly dependency update for week 01 r=mithrandi a=pyup-bot ## Updates Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need. <table align="center"> <tr> <td><b>hypothesis</b></td> <td align="center">3.44.4</td> <td align="center">»</td> <td align="center">3.44.13</td> <td> <a href="https://pypi.python.org/pypi/hypothesis">PyPI</a> | <a href="https://pyup.io/changelogs/hypothesis/">Changelog</a> | <a href="https://github.com/HypothesisWorks/hypothesis/issues">Repo</a> </td> </tr> </table> ## Changelogs ### hypothesis 3.44.4 -> 3.44.13 >### 3.44.13 >-------------------- >This release changes the average bit length of values drawn from >:func:`~hypothesis.strategies.integers` to be much smaller. Additionally it >changes the shrinking order so that now size is considered before sign - e.g. >-1 will be preferred to +10. >The new internal format for integers required some changes to the minimizer to >make work well, so you may also see some improvements to example quality in >unrelated areas. >-------------------- >### 3.44.12 >-------------------- >This changes Hypothesis's internal implementation of weighted sampling. This >will affect example distribution and quality, but you shouldn't see any other >effects. >-------------------- >### 3.44.11 >-------------------- >This is a change to some internals around how Hypothesis handles avoiding >generating duplicate examples and seeking out novel regions of the search >space. >You are unlikely to see much difference as a result of it, but it fixes >a bug where an internal assertion could theoretically be triggered and has some >minor effects on the distribution of examples so could potentially find bugs >that have previously been missed. >-------------------- >### 3.44.10 >-------------------- >This patch avoids creating debug statements when debugging is disabled. >Profiling suggests this is a 5-10% performance improvement (:issue:`1040`). >------------------- >### 3.44.9 >------------------- >This patch blacklists null characters (``'\x00'``) in automatically created >strategies for Django :obj:`~django:django.db.models.CharField` and >:obj:`~django:django.db.models.TextField`, due to a database issue which >`was recently fixed upstream <https://code.djangoproject.com/ticket/28201>`_ >(Hypothesis :issue:`1045`). >------------------- >### 3.44.8 >------------------- >This release makes the Hypothesis shrinker slightly less greedy in order to >avoid local minima - when it gets stuck, it makes a small attempt to search >around the final example it would previously have returned to find a new >starting point to shrink from. This should improve example quality in some >cases, especially ones where the test data has dependencies among parts of it >that make it difficult for Hypothesis to proceed. >------------------- >### 3.44.7 >------------------- >This release adds support for `Django 2 ><https://www.djangoproject.com/weblog/2017/dec/02/django-20-released/>`_ in >the hypothesis-django extra. >This release drops support for Django 1.10, as it is no longer supported by >the Django team. >------------------- >### 3.44.6 >------------------- >This release speeds up test case reduction in many examples by being better at >detecting large shrinks it can use to discard redundant parts of its input. >This will be particularly noticeable in examples that make use of filtering >and for some integer ranges. >------------------- >### 3.44.5 >------------------- >Happy new year! >This is a no-op release that updates the year range on all of >the copyright headers in our source to include 2018. >------------------- That's it for now! Happy merging! 🤖
Build succeeded |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates
Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.
Changelogs
hypothesis 3.44.4 -> 3.44.13
That's it for now!
Happy merging! 🤖
This change is