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

sync dev -> main #1692

Merged
merged 8 commits into from
Sep 22, 2023
Merged

sync dev -> main #1692

merged 8 commits into from
Sep 22, 2023

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    ec3de07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1672 from difelice/fix-fix_yahoo_returning_live_s…

    …eparate-warnings
    
    Fix pandas warning when retrieving quotes.
    ValueRaider authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6cae6d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    937386f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1687 from arduinocc04/arduinocc04-patch-2

    Fix error when calling enable_debug_mode twice
    ValueRaider authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    279726a View commit details
    Browse the repository at this point in the history
  3. Fix merging events with intraday prices

    If Yahoo returns intraday price data with dividend or stock-split event in future, then this broke the merge.
    Fix is to discard out-of-range events.
    Assumes that if user requesting intraday then they aren't interested in events.
    ValueRaider committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d3dfb4c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Price repair improvements

    Price repair improvements:
    - don't attempt repair of empty prices table
    - random-mixups: fix 0.01x errors, not just 100x
    - stop zeroes, big-dividends, and 100x errors triggering false split errors
    ValueRaider committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    5208c8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1684 from ranaroussi/fix/prices-intraday-merge-ev…

    …ents
    
    Fix merging events with intraday prices
    ValueRaider authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    8282af9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1688 from ranaroussi/fix/price-repair

    Price repair fixes
    ValueRaider authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0f36f79 View commit details
    Browse the repository at this point in the history