Release notes
*Sourced from [hypothesis's releases](https://github.com/HypothesisWorks/hypothesis/releases).*
> ## Hypothesis for Python - version 4.43.1
> Python 3.8's new "typing.Literal" type - see **PEP 586** for details -
> is now supported in "from_type()".
>
> *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-43-1)*
>
> ## Hypothesis for Python - version 4.43.0
> This release adds the strategy "mutually_broadcastable_shapes()",
> which generates multiple array shapes that are mutually broadcast-
> compatible with an optional user-specified base-shape.
>
> This is a generalisation of "broadcastable_shapes()". It relies
> heavily on non-public internals for performance when generating and
> shrinking examples. We intend to support generating shapes matching a
> ufunc signature in a future version.
>
> Thanks to Ryan Soklaski, Zac Dodds, and [@rdturnermtl](https://github.com/rdturnermtl) who contributed
> to this new feature.
>
> *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-43-0)*
>
> ## Hypothesis for Python - version 4.42.10
> This release fixes "from_type()" when used with bounded or constrained
> "typing.TypeVar" objects (issue [#2094](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2094)).
>
> Previously, distinct typevars with the same constraints would be
> treated as all single typevar, and in cases where a typevar bound was
> resolved to a union of subclasses this could result in mixed types
> being generated for that typevar.
>
> *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-42-10)*
>
> ## Hypothesis for Python - version 4.42.9
> This patch ensures that the default value "broadcastable_shapes()"
> chooses for "max_dims" is always valid (at most 32), even if you pass
> "min_dims=32".
>
> *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-42-9)*
>
> ## Hypothesis for Python - version 4.42.8
> This patch ensures that we only add profile information to the pytest
> header if running either pytest or Hypothesis in verbose mode,
> matching the builtin cache plugin (issue [#2155](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2155)).
>
> *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-42-8)*
>
> ## Hypothesis for Python - version 4.42.7
> This patch makes stateful step printing expand the result of a step
> into multiple variables when a MultipleResult is returned (issue
> [#2139](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2139)). Thanks to Joseph Weston for reporting and fixing this bug!
> ... (truncated)
Commits
- [`3a6aaf2`](https://github.com/HypothesisWorks/hypothesis/commit/3a6aaf2c8ffaa999e01ec1c9e41fb7217c99fa09) Bump hypothesis-python version to 4.43.1 and update changelog
- [`d62b041`](https://github.com/HypothesisWorks/hypothesis/commit/d62b041c487d320edf16b6405f3576f6cffcedaa) Add support for `typing.Literal` in Python 3.8 ([#2161](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2161))
- [`6f38442`](https://github.com/HypothesisWorks/hypothesis/commit/6f38442cbc58ef1d3aad0ff40451d97e4cfd3808) Add RELEASE.rst
- [`e2ebcbc`](https://github.com/HypothesisWorks/hypothesis/commit/e2ebcbc2413c48c9966bcc40f54974f07ea64e8b) Add `typing.Literal` to the `from_type` strategy
- [`485e6df`](https://github.com/HypothesisWorks/hypothesis/commit/485e6dfea2b1ad9168a523bdb589ab259f5ba683) Add tests for `typing.Literal`
- [`3f34bb8`](https://github.com/HypothesisWorks/hypothesis/commit/3f34bb863b63683013445d09ab8c6347ed153c34) Bump hypothesis-python version to 4.43.0 and update changelog
- [`4bf9f76`](https://github.com/HypothesisWorks/hypothesis/commit/4bf9f76383b40a2cfd457d285fe4a8fc75d4d12a) Merge pull request [#2173](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2173) from HypothesisWorks/mutually-broadcastable
- [`f382980`](https://github.com/HypothesisWorks/hypothesis/commit/f3829801505e40a3cdb09aef6a8c0441072fa9c1) Fix timing test on slow CI
- [`6f8e87f`](https://github.com/HypothesisWorks/hypothesis/commit/6f8e87faaf9f06f005f4d6605239438dd917fa31) Restore health check setting
- [`5787c6d`](https://github.com/HypothesisWorks/hypothesis/commit/5787c6d95186d2ccb6f09f78b5f42e2ac300a14a) Reorder CI tasks for speed
- Additional commits viewable in [compare view](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-4.42.0...hypothesis-python-4.43.1)
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)
Bumps hypothesis from 4.42.0 to 4.43.1.
Release notes
*Sourced from [hypothesis's releases](https://github.com/HypothesisWorks/hypothesis/releases).* > ## Hypothesis for Python - version 4.43.1 > Python 3.8's new "typing.Literal" type - see **PEP 586** for details - > is now supported in "from_type()". > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-43-1)* > > ## Hypothesis for Python - version 4.43.0 > This release adds the strategy "mutually_broadcastable_shapes()", > which generates multiple array shapes that are mutually broadcast- > compatible with an optional user-specified base-shape. > > This is a generalisation of "broadcastable_shapes()". It relies > heavily on non-public internals for performance when generating and > shrinking examples. We intend to support generating shapes matching a > ufunc signature in a future version. > > Thanks to Ryan Soklaski, Zac Dodds, and [@rdturnermtl](https://github.com/rdturnermtl) who contributed > to this new feature. > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-43-0)* > > ## Hypothesis for Python - version 4.42.10 > This release fixes "from_type()" when used with bounded or constrained > "typing.TypeVar" objects (issue [#2094](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2094)). > > Previously, distinct typevars with the same constraints would be > treated as all single typevar, and in cases where a typevar bound was > resolved to a union of subclasses this could result in mixed types > being generated for that typevar. > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-42-10)* > > ## Hypothesis for Python - version 4.42.9 > This patch ensures that the default value "broadcastable_shapes()" > chooses for "max_dims" is always valid (at most 32), even if you pass > "min_dims=32". > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-42-9)* > > ## Hypothesis for Python - version 4.42.8 > This patch ensures that we only add profile information to the pytest > header if running either pytest or Hypothesis in verbose mode, > matching the builtin cache plugin (issue [#2155](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2155)). > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-42-8)* > > ## Hypothesis for Python - version 4.42.7 > This patch makes stateful step printing expand the result of a step > into multiple variables when a MultipleResult is returned (issue > [#2139](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2139)). Thanks to Joseph Weston for reporting and fixing this bug! > ... (truncated)Commits
- [`3a6aaf2`](https://github.com/HypothesisWorks/hypothesis/commit/3a6aaf2c8ffaa999e01ec1c9e41fb7217c99fa09) Bump hypothesis-python version to 4.43.1 and update changelog - [`d62b041`](https://github.com/HypothesisWorks/hypothesis/commit/d62b041c487d320edf16b6405f3576f6cffcedaa) Add support for `typing.Literal` in Python 3.8 ([#2161](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2161)) - [`6f38442`](https://github.com/HypothesisWorks/hypothesis/commit/6f38442cbc58ef1d3aad0ff40451d97e4cfd3808) Add RELEASE.rst - [`e2ebcbc`](https://github.com/HypothesisWorks/hypothesis/commit/e2ebcbc2413c48c9966bcc40f54974f07ea64e8b) Add `typing.Literal` to the `from_type` strategy - [`485e6df`](https://github.com/HypothesisWorks/hypothesis/commit/485e6dfea2b1ad9168a523bdb589ab259f5ba683) Add tests for `typing.Literal` - [`3f34bb8`](https://github.com/HypothesisWorks/hypothesis/commit/3f34bb863b63683013445d09ab8c6347ed153c34) Bump hypothesis-python version to 4.43.0 and update changelog - [`4bf9f76`](https://github.com/HypothesisWorks/hypothesis/commit/4bf9f76383b40a2cfd457d285fe4a8fc75d4d12a) Merge pull request [#2173](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2173) from HypothesisWorks/mutually-broadcastable - [`f382980`](https://github.com/HypothesisWorks/hypothesis/commit/f3829801505e40a3cdb09aef6a8c0441072fa9c1) Fix timing test on slow CI - [`6f8e87f`](https://github.com/HypothesisWorks/hypothesis/commit/6f8e87faaf9f06f005f4d6605239438dd917fa31) Restore health check setting - [`5787c6d`](https://github.com/HypothesisWorks/hypothesis/commit/5787c6d95186d2ccb6f09f78b5f42e2ac300a14a) Reorder CI tasks for speed - Additional commits viewable in [compare view](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-4.42.0...hypothesis-python-4.43.1)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)