From 82f306f16535c95fe04a63259d36189f01e3b075 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 26 Sep 2023 20:25:17 +0000 Subject: [PATCH] 2023.7.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/fpm_risk_model/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc441be..79449b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All noteable changes to this project will be documented in this file. +## v2023.7.0 (2023-09-26) + +### Feature + +* Support pytorch in engine ([`1d9eb07`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/1d9eb07602cbdbefeef51f88f1a18bdb1ec26308)) + ## v2023.6.5 (2023-09-22) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 42d1402..e28aad2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "factor-pricing-model-risk-model" -version = "2023.6.5" +version = "2023.7.0" description = "Package to build risk models for factor pricing model" authors = ["Factor Pricing Model "] license = "MIT" diff --git a/src/fpm_risk_model/__init__.py b/src/fpm_risk_model/__init__.py index 9e246d8..12d9181 100644 --- a/src/fpm_risk_model/__init__.py +++ b/src/fpm_risk_model/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2023.6.5" +__version__ = "2023.7.0" # flake8: noqa from .cov_estimator import CovarianceEstimator, RollingCovarianceEstimator