-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update version * Correct distributions in support.py * Update test_core.py * Black source * Update CHANGELOG.md * Update version to 1.3.3 * Updated CHANGELOG.md * Update docstrings in support.py * Update docstrings in engine.py and black-scholes.py * Update docstrings in plot.py * Update docstrings in utils.py * Updated docstrings models.py * Update CHANGELOG.MD, change functions in utils.py and update docstrings in utils.py and models.py * Update docstrings in black-scholes.py * Update docstrings in plot.py * Update docstrings in models.py and comment unnecessary code * Update docstrings in support.py * Updated CHANGELOG.md * Updated docstrings in black-scholes.py * Black source * Change version to 1.3.4 * Update .gitignore * Add Rho calculation * Update tests * Update examples * Black source * Update library version * Add Laplace distribution and Calendar Spread as tests * Blacked source * Changed some class names in models.py * Added dict argument to get_pop() * Black source * Improve get_pop and engine.py * Update examples * Updated examples and blacked source * Updated README.md * Blacked source * Update CHANGELOG.md * Update README.md
- Loading branch information
Showing
26 changed files
with
3,214 additions
and
2,816 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,9 +1,7 @@ | ||
.benchmarks | ||
.mypy_cache | ||
.pytest_cache | ||
__pycache__ | ||
dist | ||
run_check | ||
examples/.ipynb_checkpoints | ||
optionlab/__pycache__ | ||
tests/__pycache__ | ||
tests/.benchmarks | ||
*.old |
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.