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

Small fix for local storage #1556

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open

Commits on Jun 16, 2023

  1. check dir exist for storage

    John Lyu committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    223252c View commit details
    Browse the repository at this point in the history
  2. index should be int

    John Lyu committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    60edbc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. remove to_csv twice

    John Lyu committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    d607d81 View commit details
    Browse the repository at this point in the history
  2. index should be int

    John Lyu committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    5579b8a View commit details
    Browse the repository at this point in the history
  3. should not get_recent_freq if folder is empty

    John Lyu committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    c0b60e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. fix index missing bug

    John Lyu committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    07083ae View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. improve logging

    John Lyu committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    655e666 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. allow None model and dataset in SoftTopkStrategy

    John Lyu committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    0a0d7dc View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. use line width 120

    PaleNeutron committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a0d1450 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. change get_data url (microsoft#1558)

    * change_url
    
    * fix_CI
    
    * fix_CI_2
    
    * fix_CI_3
    
    * fix_CI_4
    
    * fix_CI_5
    
    * fix_CI_6
    
    * fix_CI_7
    
    * fix_CI_8
    
    * fix_CI_9
    
    * fix_CI_10
    
    * fix_CI_11
    
    * fix_CI_12
    
    * fix_CI_13
    
    * fix_CI_13
    
    * fix_CI_14
    
    * fix_CI_15
    
    * fix_CI_16
    
    * fix_CI_17
    
    * fix_CI_18
    
    * fix_CI_19
    
    * fix_CI_20
    
    * fix_CI_21
    
    * fix_CI_22
    
    * fix_CI_23
    
    * fix_CI_24
    
    * fix_CI_25
    
    * fix_CI_26
    
    * fix_CI_27
    
    * fix_get_data_error
    
    * fix_get_data_error2
    
    * modify_get_data
    
    * modify_get_data2
    
    * modify_get_data3
    
    * modify_get_data4
    
    * fix_CI_28
    
    * fix_CI_29
    
    * fix_CI_30
    
    ---------
    
    Co-authored-by: Linlang <v-linlanglv@microsoft.com>
    2 people authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    70b5c9f View commit details
    Browse the repository at this point in the history
  2. Update release-drafter.yml (microsoft#1569)

    * Update release-drafter.yml
    
    * Update release-drafter.yml
    you-n-g authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    58f73de View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    you-n-g authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ba2df87 View commit details
    Browse the repository at this point in the history
  4. Update __init__.py

    you-n-g authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1e9140d View commit details
    Browse the repository at this point in the history
  5. Update README.md for RL (microsoft#1573)

    * Update README.md
    
    * Update README.md
    you-n-g authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    194ac59 View commit details
    Browse the repository at this point in the history
  6. fix_pip_ci (microsoft#1584)

    * fix_pip_ci
    
    * fix_ci_get_data_error
    
    ---------
    
    Co-authored-by: Linlang <v-linlanglv@microsoft.com>
    2 people authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a656648 View commit details
    Browse the repository at this point in the history
  7. fix download token (microsoft#1577)

    m3ngyang authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    706138c View commit details
    Browse the repository at this point in the history
  8. Update qlibrl docs. (microsoft#1588)

    * Update qlibrl docs.
    
    * Update docs/component/rl/guidance.rst
    
    * Update docs/component/rl/guidance.rst
    
    * Update docs/component/rl/guidance.rst
    
    ---------
    
    Co-authored-by: Litzy <litzy0619owned@gmail.com>
    Co-authored-by: you-n-g <you-n-g@users.noreply.github.com>
    3 people authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    fab4e0a View commit details
    Browse the repository at this point in the history
  9. Postpone PR stale. (microsoft#1591)

    you-n-g authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9a0291f View commit details
    Browse the repository at this point in the history
  10. Adjust rolling api (microsoft#1594)

    * Intermediate version
    
    * Fix yaml template & Successfully run rolling
    
    * Be compatible with benchmark
    
    * Get same results with previous linear model
    
    * Black formatting
    
    * Update black
    
    * Update the placeholder mechanism
    
    * Update CI
    
    * Update CI
    
    * Upgrade Black
    
    * Fix CI and simplify code
    
    * Fix CI
    
    * Move the data processing caching mechanism into utils.
    
    * Adjusting DDG-DA
    
    * Organize import
    you-n-g authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d9936c4 View commit details
    Browse the repository at this point in the history
  11. Fixed pyqlib version issue on macos (microsoft#1605)

    * change_publish
    
    * Update .github/workflows/python-publish.yml
    
    ---------
    
    Co-authored-by: Linlang <v-linlanglv@microsoft.com>
    Co-authored-by: you-n-g <you-n-g@users.noreply.github.com>
    3 people authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6cefe4a View commit details
    Browse the repository at this point in the history
  12. Update __init__.py

    you-n-g authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a65fca8 View commit details
    Browse the repository at this point in the history
  13. Bump Version & Fix CI (microsoft#1606)

    * Bump Version & Fix CI
    
    * Update test_qlib_from_pip.yml
    you-n-g authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9e990e5 View commit details
    Browse the repository at this point in the history
  14. fix_ci (microsoft#1608)

    Co-authored-by: Linlang <v-linlanglv@microsoft.com>
    2 people authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e5df276 View commit details
    Browse the repository at this point in the history
  15. Update introduction.rst (microsoft#1579)

    Fixed a spelling mistake. I changed deicsions to decisions.
    computerscienceiscool authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ee50f7c View commit details
    Browse the repository at this point in the history
  16. Update README.md (microsoft#1553)

    GeneLiuXe authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9864038 View commit details
    Browse the repository at this point in the history
  17. Update introduction.rst (microsoft#1578)

    computerscienceiscool authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2d0162d View commit details
    Browse the repository at this point in the history
  18. depress warning with pandas option_context (microsoft#1524)

    Co-authored-by: Cadenza-Li <362237642@qq.com>
    2 people authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e2019f8 View commit details
    Browse the repository at this point in the history
  19. fix docs (microsoft#1618)

    Co-authored-by: Linlang <v-linlanglv@microsoft.com>
    2 people authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    42ba746 View commit details
    Browse the repository at this point in the history
  20. Add multi pass portfolio analysis record (microsoft#1546)

    * Add multi pass port ana record
    
    * Add list function
    
    * Add documentation and support <MODEL> tag
    
    * Add drop in replacement example
    
    * reformat
    
    * Change according to comments
    
    * update format
    
    * Update record_temp.py
    
    Fix type hint
    
    * Update record_temp.py
    chenditc authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b624ddf View commit details
    Browse the repository at this point in the history
  21. Add exploration noise to rl training collector (microsoft#1481)

    * Update vessel.py
    
    Add exploration_noise=True  to training collector
    
    * Update vessel.py
    
    Reformat
    chenditc authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e9fbb4f View commit details
    Browse the repository at this point in the history
  22. Troubleshooting pip version issues in CI (microsoft#1504)

    * CI failed to run on 23.1 and 23.1.1
    
    * add pyproject.toml
    
    * upgrade pip in slow.yml
    
    * upgrade build-system requires
    
    * troubleshooting pytest problem
    
    * troubleshooting pytest problem
    
    * troubleshooting pytest problem
    
    * troubleshooting pytest problem
    
    * add qlib root path to python sys.path
    
    * add qlib root path to $PYTHONPATH
    
    * add qlib root path to $PYTHONPATH
    
    * add qlib root path to $PYTHONPATH
    
    * modify pytest root;
    
    * remove set env
    
    * change_pytest_command_CI
    
    * change_pytest_command_CI
    
    * fix_ci
    
    * fix_ci
    
    * fix_ci
    
    * fix_ci
    
    * fix_ci
    
    * fix_ci
    
    * fix_ci
    
    * remove_toml
    
    * recover_toml
    
    ---------
    
    Co-authored-by: lijinhui <362237642@qq.com>
    Co-authored-by: linlang <Lv.Linlang@hotmail.com>
    3 people authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    10e27d5 View commit details
    Browse the repository at this point in the history
  23. suppress the SettingWithCopyWarning of pandas (microsoft#1513)

    * df value is set as expected, suppress the warning;
    
    * depress warning with pandas option_context
    
    ---------
    
    Co-authored-by: Cadenza-Li <362237642@qq.com>
    2 people authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b300af7 View commit details
    Browse the repository at this point in the history
  24. Update requirements.txt (microsoft#1521)

    kimzhuan authored and John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8e446aa View commit details
    Browse the repository at this point in the history
  25. pred current is confusing

    John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8bcf09e View commit details
    Browse the repository at this point in the history
  26. add build system requirements

    John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    97c6799 View commit details
    Browse the repository at this point in the history
  27. add pos and neg operator

    John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    265fdc9 View commit details
    Browse the repository at this point in the history
  28. fix stock is delisted

    John Lyu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f3ce11a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    68e2640 View commit details
    Browse the repository at this point in the history