Skip to content

Bump hypothesis from 6.14.0 to 6.31.1 in /tools#97

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/tools/hypothesis-6.31.1
Closed

Bump hypothesis from 6.14.0 to 6.31.1 in /tools#97
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/tools/hypothesis-6.31.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Dec 10, 2021

Bumps hypothesis from 6.14.0 to 6.31.1.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.31.1

This patch updates "xps.indices()" so no flat indices are generated, i.e. generated indices will now always explicitly cover each axes of an array if no ellipsis is present. This is to be consistent with a specification change that dropped support for flat indexing (#272).

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.31.0

This release makes us compatible with Django 4.0, in particular by adding support for use of "zoneinfo" timezones (though we respect the new "USE_DEPRECATED_PYTZ" setting if you need it).

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.30.1

This patch updates our vendored list of top-level domains, which is used by the provisional "domains()" strategy.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.30.0

This release adds an "allow_subnormal" argument to the "floats()" strategy, which can explicitly toggle the generation of subnormal floats (issue #3155). Disabling such generation is useful when testing flush-to-zero builds of libraries.

"nps.from_dtype()" and "xps.from_dtype()" can also accept the "allow_subnormal" argument, and "xps.from_dtype()" or "xps.arrays()" will disable subnormals by default if the array module "xp" is detected to flush-to-zero (like is typical with CuPy).

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.29.3

This patch fixes a bug in "mutually_broadcastable_shapes()", which restricted the patterns of singleton dimensions that could be generated for dimensions that extended beyond "base_shape" (issue #3170).

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.29.2

This patch clarifies our pretty-printing of DataFrames (issue #3114).

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.29.1

This patch documents "timezones()" Windows-only requirement for the tzdata package, and ensures that "pip install hypothesis[zoneinfo]"

... (truncated)

Commits
  • af25acd Bump hypothesis-python version to 6.31.1 and update changelog
  • 9ec4267 Merge pull request #3184 from honno/xp-filter-flat-indices
  • 8e760ca Skip coverage of flat indices logic in BasicIndexStrategy
  • 73fc486 Test nps.basic_indices() still generates flat indices
  • 7927a70 Remove redundant validation test
  • 6e68195 More explicit internal flat indexing kwarg
  • 631f020 Clear up diff, typo
  • c3b1fc0 Opt to not generate flat indices, instead of filtering
  • 1ea81c9 Add RELEASE.rst
  • 4be499c Filter flat indices internally for xps.indices()
  • Additional commits viewable in compare view

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)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.14.0 to 6.31.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.14.0...hypothesis-python-6.31.1)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 10, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Dec 13, 2021

Superseded by #99.

@dependabot dependabot bot closed this Dec 13, 2021
@dependabot dependabot bot deleted the dependabot/pip/tools/hypothesis-6.31.1 branch December 13, 2021 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants