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

change_datasource #1109

Merged
merged 3 commits into from
May 31, 2022
Merged

change_datasource #1109

merged 3 commits into from
May 31, 2022

Conversation

SunsetWolf
Copy link
Collaborator

Description

Motivation and Context

How Has This Been Tested?

  • Pass the test by running: pytest qlib/tests/test_all_pipeline.py under upper directory of qlib.
  • If you are adding a new feature, test on your own test scripts.

Screenshots of Test Results (if appropriate):

  1. Pipeline test:
  2. Your own tests:

Types of changes

  • Fix bugs
  • Add new feature
  • Update documentation

setup.py Outdated
@@ -80,6 +80,7 @@ def get_version(rel_path: str) -> str:
"filelock",
"jinja2<3.1.0", # for passing the readthedocs workflow.
"gym",
"protobuf<=3.20.1;python_version<='3.7'",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add comments on why adding this version restriction.

@you-n-g you-n-g merged commit e874ef2 into microsoft:main May 31, 2022
@you-n-g you-n-g added the enhancement New feature or request label Jun 15, 2022
qianyun210603 pushed a commit to qianyun210603/qlib that referenced this pull request Mar 23, 2023
* change_datasource

* split_test_data_and_complete_data

* fix_CI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants