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

PERF: load plotting entrypoint only when necessary #41503

Merged
merged 10 commits into from
Jun 4, 2021

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    9922e7f View commit details
    Browse the repository at this point in the history
  2. Better separate backend loading.

    Introduces `_load_backend` instead of `_find_backend`, which has a
    better defined role, and can also handle backend='matplotlib'
    TLouf committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    69c9206 View commit details
    Browse the repository at this point in the history
  3. Update whatsnew

    TLouf committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    8315b38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23d059e View commit details
    Browse the repository at this point in the history
  5. Fix type annotations

    TLouf committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    a9f9899 View commit details
    Browse the repository at this point in the history
  6. Add backend loading benchmark

    TLouf committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    8808ecd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00f79d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25b1dce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    be6f4f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

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