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

dev -> main #1406

Merged
merged 42 commits into from
Feb 7, 2023
Merged

dev -> main #1406

merged 42 commits into from
Feb 7, 2023

Commits on Jan 16, 2023

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

Commits on Jan 19, 2023

  1. Fix & improve price repair

    Fix repair calibration & volume=0 repair ; Extend repair to sub-hour ; Avoid attempting repair of mostly-NaN days
    ValueRaider committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    b49fd79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7460dbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    197d296 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Improve reporting

    ValueRaider committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    65b97d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1636839 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Remove 'repair_intervals'

    ValueRaider committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    2b0ae5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb6d830 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Improve price repair - reduce spam, improve data reliability

    Extend 'reconstruct groups' to reduce Yahoo spam ; Extend fetch range to avoid first/last day irregularities ; Improve handling of 'max fetch days' Yahoo limit
    ValueRaider committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    39c1ecc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1346 from ranaroussi/main

    main -> dev sync
    ValueRaider committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    9297504 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Merge pull request #1367 from ranaroussi/main

    main -> dev
    ValueRaider committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    ac5a9d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    a4bdaea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1368 from ranaroussi/fix/fast-info-camel-case

    `fast_info` usability improvements
    ValueRaider committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    af5f96f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aad46ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    685f2ec View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    464b333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4f11b0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1289 from ranaroussi/fix/price-repair

    Fix & improve price repair
    ValueRaider committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    c3d7449 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    ValueRaider committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    5b0feb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b805f0a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

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

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    b9fb3e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    891b533 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1311 from ranaroussi/feature/prices-metadata-prun…

    …e-prepost
    
    Drop intraday intervals if in post-market but prepost=False
    ValueRaider committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    84a31ae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1383 from ranaroussi/fix/fast-info-prepost

    Fix fast_info["previousClose"]
    ValueRaider committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    3e964d5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1380 from ranaroussi/fix/old-sqlite-error

    Allow using sqlite3 < 3.8.2
    ValueRaider committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    27a721c View commit details
    Browse the repository at this point in the history
  6. Dev version 0.2.10b0

    ValueRaider committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    8f0c58d View commit details
    Browse the repository at this point in the history
  7. Dev version 0.2.10b1

    ValueRaider committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    d47133e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

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

Commits on Feb 2, 2023

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

Commits on Feb 5, 2023

  1. Catch TypeError Exception

    Addresses recent issue where calling Ticker.info would occasionally result in a TypeError Exception at line 287.
    Matt-Seath committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    35f4071 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1397 from Matt-Seath/dev

    Catch TypeError Exception
    ValueRaider committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    4fa32a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86d6acc View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Merge pull request #1379 from ranaroussi/feature/improve-decrypt

    Add another backup decrypt option
    ValueRaider committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    645cc19 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    3dc8775 View commit details
    Browse the repository at this point in the history
  2. Add a 5th backup key

    ValueRaider committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    2795660 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1385 from ranaroussi/fix/download-tz-behaviour

    Restore original download() timezone handling
    ValueRaider committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    b462836 View commit details
    Browse the repository at this point in the history
  4. Add resilience to price repair

    When calibrating price repair, use weighted average to estimate stock split ratio, is more resilient
    ValueRaider committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    3d39992 View commit details
    Browse the repository at this point in the history
  5. Dev version 0.2.10b3

    ValueRaider committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    508de4a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1403 from ranaroussi/fix/decrypt-keys

    Fix decrypt keys
    ValueRaider committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4c7392e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8957147 View commit details
    Browse the repository at this point in the history