Skip to content

Commit

Permalink
new version 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
karrmagadgeteer2 committed Nov 14, 2023
1 parent b1f9279 commit b00ef87
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 47 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
At some point we will start documenting changes in release documentation instead.
For now this is the only place where we log summary descriptions.

## Version [1.4.7] - 2023-11-15

- Some doc string cleanup. Removed sources where code no longer resembles original
- Finalized simplification of simulation.py
- Implemented Pydantic BaseModel on ReturnSimulation class
- Further consolidated date range and vol from VaR functions
- Other smaller miscellaneous

## Version [1.4.6] - 2023-11-12

- Removed drawdown_details function as it was unnecessarily complex and of little interest
Expand Down
5 changes: 2 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ Without an x next to a version below you can assume that it works as intended.

| Version | Supported |
|---------|--------------------|
| 1.4.7 | :white_check_mark: |
| 1.4.6 | :white_check_mark: |
| 1.4.5 | :white_check_mark: |
| 1.4.4 | :white_check_mark: |
| 1.4.3 | :white_check_mark: |
| 1.4.2 | :white_check_mark: |
| 1.4.2 | :white_check_mark: |
| < 1.4.2 | :x: |
| < 1.4.3 | :x: |

## Reporting a Vulnerability

Expand Down
86 changes: 43 additions & 43 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openseries"
version = "1.4.6"
version = "1.4.7"
description = "Package for analyzing financial timeseries."
authors = ["Martin Karrin <martin.karrin@captor.se>"]
repository = "https://github.com/CaptorAB/OpenSeries"
Expand Down

0 comments on commit b00ef87

Please sign in to comment.