From eb96f382b06fac5dc35c543d5e097ba6be1d9853 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 10 Mar 2023 22:08:59 +0000 Subject: [PATCH] 2023.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/fpm_risk_model/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f00d53..5ee8a07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All noteable changes to this project will be documented in this file. +## v2023.3.0 (2023-03-10) +### Feature +* Support WLS in PCA statistical risk model ([`71fc3e2`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/71fc3e2a32b2463eed822eb43184b6593d5073a3)) + ## v2023.2.0 (2023-02-27) ### Documentation * Correct example configuration ([`00e136d`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/00e136d59bd41634ce109c13652ba32d02c16d3a)) diff --git a/pyproject.toml b/pyproject.toml index a749196..0628c6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "factor-pricing-model-risk-model" -version = "2023.2.0" +version = "2023.3.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 bd86a16..8392786 100644 --- a/src/fpm_risk_model/__init__.py +++ b/src/fpm_risk_model/__init__.py @@ -1 +1 @@ -__version__ = "2023.2.0" +__version__ = "2023.3.0"