malramsay64 / statdyn-analysis

Collection of tools for the statistical dynamics analysis of Molecular Dynamics trajectories.
MIT License
6 stars 0 forks source link

chore(deps-dev): Bump hypothesis from 4.41.3 to 4.42.0 #139

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps hypothesis from 4.41.3 to 4.42.0.

Release notes *Sourced from [hypothesis's releases](https://github.com/HypothesisWorks/hypothesis/releases).* > ## Hypothesis for Python - version 4.42.0 > This release significantly simplifies Hypothesis's internal logic for > data generation, by removing a number of heuristics of questionable or > unproven value. > > The results of this change will vary significantly from test to test. > Most test suites will see significantly faster data generation and > lower memory usage. The "quality" of the generated data may go up or > down depending on your particular test suites. > > If you see any significant regressions in Hypothesis's ability to find > bugs in your code as a result of this release, please file an issue to > let us know. > > Users of the new targeted property-based testing functionality are > reasonably likely to see *improvements* in data generation, as this > release changes the search algorithm for targeted property based > testing to one that is more likely to be productive than the existing > approach. > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-42-0)*
Commits - [`fd375d4`](https://github.com/HypothesisWorks/hypothesis/commit/fd375d41aa24c02a4001f8bd9a470e380c4f19e9) Bump hypothesis-python version to 4.42.0 and update changelog - [`a5d29b5`](https://github.com/HypothesisWorks/hypothesis/commit/a5d29b5eb3c0e47c0b82d2f7c24dce447092bd85) Merge pull request [#2137](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2137) from HypothesisWorks/DRMacIver/clean-up-engine - [`591c4ca`](https://github.com/HypothesisWorks/hypothesis/commit/591c4ca24f30ad57ed165be9ccba7b36a68858f9) Merge pull request [#2152](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2152) from Zac-HD/swag-details - [`1f6535a`](https://github.com/HypothesisWorks/hypothesis/commit/1f6535aa1e222037e49b1e51255eafa7aceacc02) Suppress a fairly rare health check failure - [`a784f46`](https://github.com/HypothesisWorks/hypothesis/commit/a784f4611bffa7624d6d14c6736725a86a7f6436) Add tests to more reliably hit that branch - [`9d6a004`](https://github.com/HypothesisWorks/hypothesis/commit/9d6a004d6f3c68ebde06d7735e0e01c93c513a15) Add swag photos, sponsor link - [`eb875c6`](https://github.com/HypothesisWorks/hypothesis/commit/eb875c60b2d5ebb1162c3ca3432f2f57ee5b5d32) Or we could just do a better job of supporting targeted testing - [`f82369c`](https://github.com/HypothesisWorks/hypothesis/commit/f82369c773fdc0185311d29c016c4656305b1dcb) Raise example count on that test - [`db8f52e`](https://github.com/HypothesisWorks/hypothesis/commit/db8f52e4a0fe522ec84baf3bcd1df22edf0a0cc4) Make that test easier - [`7a76d6a`](https://github.com/HypothesisWorks/hypothesis/commit/7a76d6ad8ad149ae939c78a18d2780326ff7ce68) Update tests to set max examples - Additional commits viewable in [compare view](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-4.41.3...hypothesis-python-4.42.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov[bot] commented 4 years ago

Codecov Report

Merging #139 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #139   +/-   ##
=======================================
  Coverage   84.31%   84.31%           
=======================================
  Files          19       19           
  Lines        1549     1549           
=======================================
  Hits         1306     1306           
  Misses        243      243

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cf653af...2712e57. Read the comment docs.