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 typing to plot methods #7052

Merged
merged 59 commits into from
Oct 16, 2022
Merged

Add typing to plot methods #7052

merged 59 commits into from
Oct 16, 2022

Commits on Sep 18, 2022

  1. Configuration menu
    Copy the full SHA
    f22ffc7 View commit details
    Browse the repository at this point in the history
  2. whats-new update

    headtr1ck committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    bef6b7a View commit details
    Browse the repository at this point in the history
  3. fix copy-paste typo

    headtr1ck committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    fd12592 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. correct plot signatures

    headtr1ck committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    85b59fc View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    5a0b8dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7edde8f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    5f5fffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89d033b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. fix plotting overloads

    headtr1ck committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    60c6a70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    481565c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad5e363 View commit details
    Browse the repository at this point in the history
  4. update whats-new

    headtr1ck committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    27fa07f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Configuration menu
    Copy the full SHA
    47ef0ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45b154a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e158bf3 View commit details
    Browse the repository at this point in the history
  4. fix DSPlotAccessor import

    headtr1ck committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    cadc6de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44a0317 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f68a5da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39cb308 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f38366 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e4f792b View commit details
    Browse the repository at this point in the history
  10. fix wrong return types

    headtr1ck committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    226f0e7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    84a9ae9 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    c1979f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0758b3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9ce21b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70c4771 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1df41c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. add FacetGrid generic type

    headtr1ck committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    bf0ffd1 View commit details
    Browse the repository at this point in the history
  2. fix mypy 0.981 complaints

    headtr1ck committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    c61ef0a View commit details
    Browse the repository at this point in the history
  3. fix index errors in plots

    headtr1ck committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    a4c7795 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Configuration menu
    Copy the full SHA
    8a557dd View commit details
    Browse the repository at this point in the history
  2. add overloads to scatter

    headtr1ck committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    870d5a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. deprecate scatter args

    headtr1ck committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    9d0c859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b7e7db View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. undo some breaking changes

    headtr1ck committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    ebec845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90aded4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3da72e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8342f6c View commit details
    Browse the repository at this point in the history
  5. add remaining typing

    headtr1ck committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    9145f11 View commit details
    Browse the repository at this point in the history
  6. align more docstrings

    headtr1ck committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    2f01a17 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6be4352 View commit details
    Browse the repository at this point in the history
  8. fix whats-new conflict

    headtr1ck committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    9d6a804 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    9686ce6 View commit details
    Browse the repository at this point in the history
  2. fix some typing errors

    headtr1ck committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    f61c3d7 View commit details
    Browse the repository at this point in the history
  3. more typing fixes

    headtr1ck committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    1bf0165 View commit details
    Browse the repository at this point in the history
  4. fix last mypy complaints

    headtr1ck committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    a62a9a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43b4e7e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. fix py3.8 problems

    headtr1ck committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    48c9248 View commit details
    Browse the repository at this point in the history
  2. update plotting.rst

    headtr1ck committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    d101b8b View commit details
    Browse the repository at this point in the history
  3. update api

    headtr1ck committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    534c09a View commit details
    Browse the repository at this point in the history
  4. update plot docstring

    headtr1ck committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    a0c6b14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75f1425 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c25767 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. simplify typing

    headtr1ck committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    a514530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92462d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8761264 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    381f00f View commit details
    Browse the repository at this point in the history
  5. fix whats-new

    headtr1ck committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    f621ef2 View commit details
    Browse the repository at this point in the history