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

DEP: add deprecation warning for binom_test #16307

Merged
merged 7 commits into from Jun 10, 2022
Merged

DEP: add deprecation warning for binom_test #16307

merged 7 commits into from Jun 10, 2022

Commits on May 31, 2022

  1. do deprecate binom_test

    Dmitry Ulyumdzhiev committed May 31, 2022
    Configuration menu
    Copy the full SHA
    ee00013 View commit details
    Browse the repository at this point in the history
  2. review: use _deprecated & keep tests for binom_test

    Dmitry Ulyumdzhiev committed May 31, 2022
    Configuration menu
    Copy the full SHA
    d3f9032 View commit details
    Browse the repository at this point in the history
  3. update scipy/stats/_morestats.py

    Add a missing whitespace
    
    Co-authored-by: Pamphile Roy <roy.pamphile@gmail.com>
    2 people authored and Dmitry Ulyumdzhiev committed May 31, 2022
    Configuration menu
    Copy the full SHA
    4d096e5 View commit details
    Browse the repository at this point in the history
  4. add deprecated tag to docstring

    Dmitry Ulyumdzhiev committed May 31, 2022
    Configuration menu
    Copy the full SHA
    6f531ab View commit details
    Browse the repository at this point in the history
  5. Review: update warning msg & tests

    Dmitry Ulyumdzhiev committed May 31, 2022
    Configuration menu
    Copy the full SHA
    1c11bcb View commit details
    Browse the repository at this point in the history
  6. Update scipy/stats/tests/test_stats.py

    Co-authored-by: Pamphile Roy <roy.pamphile@gmail.com>
    deadb0d4 and tupui committed May 31, 2022
    Configuration menu
    Copy the full SHA
    55adfc9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Update scipy/stats/tests/test_stats.py

    Co-authored-by: Pamphile Roy <roy.pamphile@gmail.com>
    2 people authored and Dmitry Ulyumdzhiev committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    163fe3d View commit details
    Browse the repository at this point in the history