-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update version in pyproject.toml * Update version in __init__.py * Update getPLoption in support.py * Add run_check directory and move run scripts to it * Change .gitignore * Update .gitignore * Update test_core.py * Add test_black_scholes() to test_core.py * Update tests * Update .gitignore * Commented StrategyEngine class * Updata README.MD * Update CHANGELOG.md * Update version to 1.3.0 * Update __init.py__ * Update engine.py * Black source
- Loading branch information
Showing
8 changed files
with
147 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
dist/ | ||
.mypy_cache | ||
.pytest_cache | ||
__pycache__ | ||
run_*.py | ||
.ipynb_checkpoints | ||
dist | ||
run_check | ||
examples/.ipynb_checkpoints | ||
optionlab/__pycache__ | ||
tests/__pycache__ | ||
tests/.benchmarks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.