Skip to content
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

Add width to hypothesis.strategies.complex_numbers() #3559

Merged
merged 19 commits into from
Feb 2, 2023

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    73ef6f5 View commit details
    Browse the repository at this point in the history
  2. Add zhanpon to AUTHORS.rst

    zhanpon committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    e1e1b7c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    bb2ed39 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Improve the documentation of strategies.complex_numbers

    Previously, it was not clear from the documentation how these values are treated. Although the actual implementation is more complicated, I think this description (referring the users to `hypothesis.strategies.floats`) is sufficient.
    felixdivo committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    2434d01 View commit details
    Browse the repository at this point in the history
  2. Add RELEASE file

    felixdivo committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    8ea1e29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0998cc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdb379b View commit details
    Browse the repository at this point in the history
  5. Add RELEASE.rst

    felixdivo committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    4c728a0 View commit details
    Browse the repository at this point in the history
  6. Fix linter issue

    felixdivo committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    3d9cc28 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Update hypothesis-python/RELEASE.rst

    Co-authored-by: Matthew Barber <quitesimplymatt@gmail.com>
    felixdivo and honno committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    1391f88 View commit details
    Browse the repository at this point in the history
  2. Update hypothesis-python/src/hypothesis/strategies/_internal/core.py

    Co-authored-by: Matthew Barber <quitesimplymatt@gmail.com>
    felixdivo and honno committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    b9a7adc View commit details
    Browse the repository at this point in the history
  3. Better error message

    felixdivo committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    72a1560 View commit details
    Browse the repository at this point in the history
  4. Update hypothesis-python/src/hypothesis/strategies/_internal/core.py

    Co-authored-by: Matthew Barber <quitesimplymatt@gmail.com>
    felixdivo and honno committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    ea1fa80 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    a331ca0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad216d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Update hypothesis-python/src/hypothesis/strategies/_internal/core.py

    Co-authored-by: Matthew Barber <quitesimplymatt@gmail.com>
    felixdivo and honno committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    5b8ff2b View commit details
    Browse the repository at this point in the history
  2. Allow complex32 dtype

    felixdivo committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    68a4f31 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    dc359df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    821fe58 View commit details
    Browse the repository at this point in the history