You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix model='black' crash: remove extra `b` arg from 5 original greeks,
fix wrong arg order in gamma_black and syntax error in rho_black (marcdemers#20)
- Fix pandas index-alignment in price_dataframe() with np.asarray() (marcdemers#21)
- Fix vectorized_black discounting: apply exp(-r*t) to match py_vollib (marcdemers#19)
- Switch all S/F numerical bumps from absolute (dS=0.01) to relative
(h=S*1e-4), preventing NaN for small spot prices (marcdemers#18)
- Fix test file paths with pathlib so tests run from project root (marcdemers#26)
- Add GitHub Actions CI workflow, update Python classifiers to 3.10-3.13,
bump numba>=0.61.0, replace distutils with setuptools (marcdemers#26)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments