Skip to content

Commit

Permalink
2023.5.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and Factor Pricing Model committed Jun 23, 2023
1 parent 96ca77b commit 6a86a90
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All noteable changes to this project will be documented in this file.

<!--next-version-placeholder-->

## v2023.5.1 (2023-06-23)

### Feature

* Add covariance shrinkage ([`fa59413`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/fa59413221728f9dc4c8aebe15a3d65ee4cccc11))

### Fix

* Insufficient returns in fitting rolling risk model ([`96ca77b`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/96ca77b70e6c7bcca86b47553d3e9507d04139da))

## v2023.5.0 (2023-06-22)

### Feature
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 = "factor-pricing-model-risk-model"
version = "2023.5.0"
version = "2023.5.1"
description = "Package to build risk models for factor pricing model"
authors = ["Factor Pricing Model <factor.pricing.model@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/fpm_risk_model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2023.5.0"
__version__ = "2023.5.1"

# flake8: noqa
from .factor_risk_model import FactorRiskModel
Expand Down

0 comments on commit 6a86a90

Please sign in to comment.