From 4fc1e9278755147ee9cd37b318dcc0cbc3a08f4c Mon Sep 17 00:00:00 2001 From: Martin Karrin Date: Tue, 17 Sep 2024 20:50:40 +0200 Subject: [PATCH] New version 1.7.3 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1dad59..14e36ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index fd52af3..d7720c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] repository = "https://github.com/CaptorAB/openseries"