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.35.0 to 4.39.0 #124

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps hypothesis from 4.35.0 to 4.39.0.

Release notes *Sourced from [hypothesis's releases](https://github.com/HypothesisWorks/hypothesis/releases).* > ## Hypothesis for Python - version 4.39.0 > This release adds the "basic_indices()" strategy, to generate basic > indexes for arrays of the specified shape (issue [#1930](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/1930)). > > It generates tuples containing some mix of integers, "slice" objects, > "..." (Ellipsis), and "numpy.newaxis"; which when used to index an > array of the specified shape produce either a scalar or a shared- > memory view of the array. Note that the index tuple may be longer or > shorter than the array shape, and may produce a view with another > dimensionality again! > > Thanks to Lampros Mountrakis, Ryan Soklaski, and Zac Hatfield-Dodds > for their collaboration on this surprisingly subtle strategy! > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-39-0)* > > ## Hypothesis for Python - version 4.38.3 > This patch defers creation of the ".hypothesis" directory until we > have something to store in it, meaning that it will appear when > Hypothesis is used rather than simply installed. > > Thanks to Peter C Kroon for the Hacktoberfest patch! > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-38-3)* > > ## Hypothesis for Python - version 4.38.2 > This patch bumps our dependency on attrs to ">=19.2.0"; but there are > no user-visible changes to Hypothesis. > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-38-2)* > > ## Hypothesis for Python - version 4.38.1 > This is a comment-only patch which tells mypy 0.730 to ignore some > internal compatibility shims we use to support older Pythons. > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-38-1)* > > ## Hypothesis for Python - version 4.38.0 > This release adds the "hypothesis.target()" function, which implements > **experimental** support for targeted property-based testing (issue > [#1779](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/1779)). > > By calling "target()" in your test function, Hypothesis can do a hill- > climbing search for bugs. If you can calculate a suitable metric such > as the load factor or length of a queue, this can help you find bugs > with inputs that are highly improbably from unguided generation - > however good our heuristics, example diversity, and deduplication > logic might be. After all, those features are at work in targeted PBT > too! > > ... (truncated)
Commits - [`06ef0ba`](https://github.com/HypothesisWorks/hypothesis/commit/06ef0ba2bae2c4d501fb5d0596627052d42b74b9) Bump hypothesis-python version to 4.39.0 and update changelog - [`838dfd2`](https://github.com/HypothesisWorks/hypothesis/commit/838dfd250b969f56e921f3f93f6eddc1adedc12f) Numpy `basic_indexes(shape)` strategy ([#2123](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2123)) - [`19cfd5b`](https://github.com/HypothesisWorks/hypothesis/commit/19cfd5bd40b1ba8a3f753824613156ade8f47a3c) Allow indexing of zero-D and one-D shapes - [`d0e9d48`](https://github.com/HypothesisWorks/hypothesis/commit/d0e9d48949637d7a3a4804cd722760133f126f38) New strategy: basic_indices - [`5f48dfd`](https://github.com/HypothesisWorks/hypothesis/commit/5f48dfde1b1d5abc7b332634bc8f0f149df8b567) Add `Schemathesis` to the "Projects extending Hypothesis" list. ([#2121](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2121)) - [`29b77a0`](https://github.com/HypothesisWorks/hypothesis/commit/29b77a0a06fea53679b4742659c053bcc04ebcb7) Add `Schemathesis` to the "Projects extending Hypothesis" list. - [`f605c8c`](https://github.com/HypothesisWorks/hypothesis/commit/f605c8c350b301598f05e2af20a48ec3850f279f) Bump hypothesis-python version to 4.38.3 and update changelog - [`6ee627e`](https://github.com/HypothesisWorks/hypothesis/commit/6ee627efc133301dbacc60190c23b60fbd359090) Fix [#2106](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2106). Defer directory creation to DirectoryBasedExampleDat… ([#2112](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2112)) - [`f7f2c46`](https://github.com/HypothesisWorks/hypothesis/commit/f7f2c46b1ccb572f9e5cd0c1352e53c579e10fc7) Test more new Pythons ([#2115](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2115)) - [`f578989`](https://github.com/HypothesisWorks/hypothesis/commit/f578989b9c9be7ebe58cee7f636d5a7167c37f59) Final tweaks to DB refactoring - Additional commits viewable in [compare view](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-4.35.0...hypothesis-python-4.39.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)
dependabot-preview[bot] commented 5 years ago

Superseded by #127.