mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-06 05:51:17 +08:00
* ci: auto release * fix: bug getting version in qlib/__init__.py * fix: bug getting version in setup.py * fix: bug getting version in qlib/__init__.py * fix: make the code in CI more complete * fix: specify the root directory in the get_verison method * fix: parameter error * update: optimize code && add comments
2.3 KiB
2.3 KiB
Description
Motivation and Context
How Has This Been Tested?
- Pass the test by running:
pytest qlib/tests/test_all_pipeline.pyunder upper directory ofqlib. - If you are adding a new feature, test on your own test scripts.
Screenshots of Test Results (if appropriate):
- Pipeline test:
- Your own tests:
Types of changes
- Fix bugs
- Add new feature
- Update documentation