Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaveiga committed Jun 4, 2024
1 parent 2fa54a2 commit 2ee7fe4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

## 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)

- Add functions to run engine.

## 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)

Expand Down

0 comments on commit 2ee7fe4

Please sign in to comment.