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

Request optimization #1147

Merged
merged 18 commits into from Nov 8, 2022

Commits on Oct 25, 2022

  1. Merge pull request ranaroussi#1117 from ranaroussi/dev

    Merge all dev updates into main
    ValueRaider committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    bec5b38 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Merge pull request ranaroussi#1119 from ranaroussi/dev

    Improve error handling
    ValueRaider committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3f33aa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb5c67b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Have one place to retrieve data in order to ease caching and speed up…

    … operations and reduce code duplication. Needs Python 3.6
    fredrik-corneliusson committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    05520ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07e19f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f9f7b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    743f3ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cc3cbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    157b452 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    438f512 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fed55a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2be7187 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    112fd5c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f6c3118 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'dev' into request_optimization

    # Conflicts:
    #	tests/ticker.py
    #	yfinance/base.py
    fredrik-corneliusson committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    f96dfc2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a775669 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Decreased default cache_maxsize for lru_cache after some investigatio…

    …n of memory usage. Also fixed warning about wrong type used for dataframe index.
    Fredrik Corneliusson committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5bfbec5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

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