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

Merge dev -> main for release 0.2.0rc3 #1238

Merged
merged 67 commits into from
Dec 13, 2022
Merged

Merge dev -> main for release 0.2.0rc3 #1238

merged 67 commits into from
Dec 13, 2022

Commits on Nov 11, 2022

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

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    9ba3d5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1169 from ppeloton/fix-issue-980

    Fixing issue 980 by changing default timestamp for start parameter in…
    ValueRaider committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    ea95d71 View commit details
    Browse the repository at this point in the history
  3. Major refactoring

    Made fundamentals, quote, analysis and holders into lazy scraped modules in order to improve performance and code maintainability.
    Fredrik Corneliusson authored and fredrik-corneliusson committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    724118a View commit details
    Browse the repository at this point in the history
  4. Continued refactoring

    Fix for #1171
    Change default start to 1900-01-01
    Refactored financials to remove unnecessary requests
    Dividends not working on windows (DEV)
    Add typehints to API
    fredrik-corneliusson committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    f4b3348 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa7d743 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    e188c7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f433d7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/add_capital_gains' of github.com:thirumalairajr…

    …/yfinance into feature/add_capital_gains
    thirumalairajr committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    231d985 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c56e349 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    6067d2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6f760e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0b5db2 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    2970d94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1adc908 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    c5c1567 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/add_capital_gains' of github.com:thirumalairajr…

    …/yfinance into feature/add_capital_gains
    thirumalairajr committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    82b99b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca27d07 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Add glob try/except in threaded implementation.

    Needed as current thead implementation breaks if exception is raised.
    Fredrik Corneliusson authored and fredrik-corneliusson committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    e621189 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1179 from fredrik-corneliusson/dev

    Add glob try/except in threaded implementation.
    ValueRaider committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    a0c47c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Made fetching earnings_dates faster

    Avoid unnecessary request when fetching earnings_date.
    Added support to limit argument to only fetch as many as needed.
    fredrik-corneliusson committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    0664010 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Addressing PR comments

    thirumalairajr committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    80c659b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1166 from thirumalairajr/feature/add_capital_gains

    Add support for capital_gains data
    ValueRaider committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    44e8d2b View commit details
    Browse the repository at this point in the history
  3. Lowered get earnings_dates limit and removed earnings_history API.

    earnings_history/get_earnings_history was redundant as it was an incomplete implementation of get_earnings_dates().
    fredrik-corneliusson authored and Fredrik Corneliusson committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    20680b0 View commit details
    Browse the repository at this point in the history
  4. Bugfix for PR #1166

    ValueRaider committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    bd35693 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1183 from fredrik-corneliusson/dev

    Made fetching earnings_dates faster
    ValueRaider committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    96e4532 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    566a38b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab1476c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3b36c5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1177 from ranaroussi/fix/dst-nonexistent

    Fix localizing midnight when non-existent (DST) #1174
    ValueRaider committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    b856041 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Moved financials formatting up into get()

    Moved financials formatting up into get(), controlled by new 'pretty' argument. Extend camel2title() to accept different separator char and to preserve acronyms case e.g. 'EBIT'
    ValueRaider committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    379b87d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfb15e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

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

Commits on Nov 25, 2022

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

Commits on Nov 26, 2022

  1. Merge pull request #1193 from ranaroussi/fix/financials-formatting

    Fix financials formatting
    ValueRaider committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    50de008 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Configuration menu
    Copy the full SHA
    e234b8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37ac9bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4064ec5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80dc0e8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1210 from fredrik-corneliusson/mydev_1209

    #1209 Fixed pretty format alters cached dataframe
    ValueRaider committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    3c218b8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1208 from fredrik-corneliusson/mydev

    #1207 Fixed regression issue with Python < 3.9
    ValueRaider committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    0ee3d6d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Merge pull request #1203 from ranaroussi/fix/capital-gains-perf-regre…

    …ssion
    
    Get quote type from metadata instead info[] -> faster
    ValueRaider committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    9c249a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    5e333f5 View commit details
    Browse the repository at this point in the history
  2. Fix a couple of minor issues in README

    - Typos in variable name
    - `Ticker` doesn't support several tickers
    - `Tickers` doesn't return named tuple
    - "1m" in `download` would produce an error for longer timeframes, so
      changing the example to "5d"
    ymyke committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    2eae33b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1215 from fredrik-corneliusson/dev_verify_ticker_…

    …history_call
    
    Test to verify ticker history request.
    ValueRaider committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    8bf7576 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    f93c3d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1216 from ymyke/fix/readme-several

    Fix a couple of minor issues in README
    ValueRaider committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    0cd5448 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    d963e3f View commit details
    Browse the repository at this point in the history
  2. Improve handling dividends without matching price interval

    Tolerate merging daily dividend event without matching prices interval (just append).
    Move price-repair to after merge, to fix these missing prices intervals.
    Improve bad-price detection & repair.
    ValueRaider committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    e26a4c5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1217 from ranaroussi/fix/Yahoo-duplication-fix

    Extend Yahoo duplication fix to intra-day
    ValueRaider committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    0f6ad32 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1220 from ranaroussi/feature/improve-repair-zero

    Improve handling dividends without matching price interval
    ValueRaider committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    1aa3c3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    762d446 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

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

Commits on Dec 10, 2022

  1. Configuration menu
    Copy the full SHA
    4c89e8a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1221 from ranaroussi/feature/financials-format-de…

    …fault
    
    Default enable 'pretty' financials, explain in README
    ValueRaider committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    df9d456 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e91ffe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aeea232 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1194 from ranaroussi/feature/old-financials-backup

    Serve old financials when new financials are missing
    ValueRaider committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    791c845 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1232 from ranaroussi/fix/no-history-caching

    If fetching price history ending in future, don't use cache
    ValueRaider committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    8f08381 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Add history_metadata property

    Including test and README mention.
    
    See also #1195.
    ymyke committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    6f60a78 View commit details
    Browse the repository at this point in the history
  2. Improve price repair

    Minimise _reconstruct_intervals() #requests ; Refine when to repair NaNs
    ValueRaider committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    4c41ba0 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Store _history_metadata earlier and use that attribute for further …

    …metadata access in the same function
    ymyke committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    85ef53c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dca1ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11a3a9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46d5579 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1235 from ymyke/feature/add-history-metadata

    Add `history_metadata` property
    ValueRaider committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    46dbed3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1233 from ranaroussi/revise-reqs

    Raise reqs min versions (lxml, pandas)
    ValueRaider committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    df7af50 View commit details
    Browse the repository at this point in the history