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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# CHANGELOG
2
2
3
+
## 1.4.3 (2025-04-14)
4
+
5
+
- Updated docstrings.
6
+
- Added documentation with `pdoc`.
7
+
- Changed __init__.py for compatibility with `pdoc` autodocumentation.
8
+
- Removed `BaseLeg` from models.py.
9
+
- Changed `StrategyType` to `StrategyLegType` in models.py for clarity.
10
+
- Removed "normal" as an alias for "black-scholes" to avoid confusion with Bachelier model.
11
+
- Updated Readme.md.
12
+
3
13
## 1.4.2 (2025-01-25)
4
14
5
15
- Removed `expected_profit` and `expected_loss` calculation from `_get_pop_bs` in support.py; implementation was not correct, giving wrong results when compared with Monte Carlo simulations
0 commit comments