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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor plot_ecdf arguments #2316

Merged
merged 48 commits into from
Jun 11, 2024
Merged

Refactor plot_ecdf arguments #2316

merged 48 commits into from
Jun 11, 2024

Commits on Jun 10, 2024

  1. Add rcparam for band probability

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d93f1fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2ccb30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5369471 View commit details
    Browse the repository at this point in the history
  4. Support keywords rvs and random_state

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5e63b72 View commit details
    Browse the repository at this point in the history
  5. Deprecate values2

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3026bd9 View commit details
    Browse the repository at this point in the history
  6. Allow eval_points to be specified

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1ca6892 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fddd415 View commit details
    Browse the repository at this point in the history
  8. Correctly specify ecdf usage

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a99d6a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f2dab9 View commit details
    Browse the repository at this point in the history
  10. Update examples in docstrings

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    495e29f View commit details
    Browse the repository at this point in the history
  11. Deprecate pit keyword

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7679805 View commit details
    Browse the repository at this point in the history
  12. Ravel values2

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6602775 View commit details
    Browse the repository at this point in the history
  13. Change band_prob default to 0.95

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    43fce45 View commit details
    Browse the repository at this point in the history
  14. Run black

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2ae21d7 View commit details
    Browse the repository at this point in the history
  15. Add band_prob to to rctemplate

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4a75171 View commit details
    Browse the repository at this point in the history
  16. Use deprecation warnings

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ff4d2c3 View commit details
    Browse the repository at this point in the history
  17. Test deprecations

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    24c8347 View commit details
    Browse the repository at this point in the history
  18. test eval_points accepted

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    fd1edd7 View commit details
    Browse the repository at this point in the history
  19. Check confidence_bands args

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    059e281 View commit details
    Browse the repository at this point in the history
  20. Test ecdfplot errors

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f1b1076 View commit details
    Browse the repository at this point in the history
  21. Update CHANGELOG.md

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a7dedfe View commit details
    Browse the repository at this point in the history
  22. Update CHANGELOG.md

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    29380ab View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b6948fc View commit details
    Browse the repository at this point in the history
  24. Remove duplicate warnings import

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9ebfcd0 View commit details
    Browse the repository at this point in the history
  25. Fix linting errors

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    44d971b View commit details
    Browse the repository at this point in the history
  26. Add missing newline

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f2d9fa2 View commit details
    Browse the repository at this point in the history
  27. Mark valus2 as deprecated

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4e4be74 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    13e0863 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    194d3b9 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    750e2b5 View commit details
    Browse the repository at this point in the history
  31. Make deprecation note more specific

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    13b09fe View commit details
    Browse the repository at this point in the history
  32. Deprecate npoints

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7659fb9 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c38e45e View commit details
    Browse the repository at this point in the history
  34. Update CHANGELOG.md

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b9190f1 View commit details
    Browse the repository at this point in the history
  35. Add missing newline

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c6131ff View commit details
    Browse the repository at this point in the history
  36. Rename band_prob to ci_prob

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    effd669 View commit details
    Browse the repository at this point in the history
  37. Change ci_prob default to 0.94

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3a75252 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8b869bc View commit details
    Browse the repository at this point in the history
  39. Support rvs with no keywords

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    bd472e7 View commit details
    Browse the repository at this point in the history
  40. Unify docstrings

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6fba0a8 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    257e0c0 View commit details
    Browse the repository at this point in the history
  42. Test deprecated rcparams

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    766971f View commit details
    Browse the repository at this point in the history
  43. Use stats.ci_prob in plots

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ef7a734 View commit details
    Browse the repository at this point in the history
  44. Use stats.ci_prob in docs

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6985873 View commit details
    Browse the repository at this point in the history
  45. Don't access protected class variable

    sethaxen authored and OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1669d66 View commit details
    Browse the repository at this point in the history
  46. Apply suggestions from code review

    changing user-facing DeprecationWarnings to FutureWarnings
    OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7f25a2c View commit details
    Browse the repository at this point in the history
  47. use BehaviourChangeWarning

    OriolAbril committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6557824 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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