Skip to content

Commit

Permalink
New version 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
karrmagadgeteer2 committed Sep 17, 2024
1 parent ab92d5e commit 4fc1e92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Version [1.7.3] - 2024-09-17

- Consolidated all_properties() method and its string validations.
- Simplified pandas.pct_change() after new pandas type stubs and fill_method no longer required by mypy.
- Simplified dependencies after bug in statsmodels resolved in version 0.14.3.
- Miscellaneous dependency and lockfile updates

## Version [1.7.2] - 2024-08-24

- Replaced the dot operator from numpy and pandas with the Python @ operator.
Expand Down
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.7.2"
version = "1.7.3"
description = "Tools for analyzing financial timeseries."
authors = ["Martin Karrin <martin.karrin@captor.se>"]
repository = "https://github.com/CaptorAB/openseries"
Expand Down

0 comments on commit 4fc1e92

Please sign in to comment.