From 2ee7fe4b7c7ae39c0b07813d73a9b6e6a1b639d1 Mon Sep 17 00:00:00 2001 From: rgaveiga Date: Tue, 4 Jun 2024 11:55:12 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a17a7e2..9955284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## 1.2.1 (2024-06-03) -- Add 1 to the difference between the target date and the start date, to consider the target date as a trading day. +- Add 1 to `time_to_target` and `time_to_maturity` in `engine.py` to consider the target and expiration dates as trading days in the calculations +- Change Jupyter notebooks in the `examples` directory to utilize the `run_strategy()` function for performing options strategy calculations, instead of using the `StrategyEngine` class (deprecated) +- Correct the PoP Calculator notebook ## 1.2.0 (2024-03-31) @@ -10,8 +12,8 @@ ## 1.1.0 (2024-03-24) -- Refactor the engine's `run` method for readability. -- Accept dictionary of inputs to `StratgyEngine` init. +- Refactor the engine's `run` method for readability +- Accept dictionary of inputs to `StratgyEngine` init ## 1.0.1 (2024-03-18)