Skip to content

Commit ab767a2

Browse files
semantic-releaseFactor Pricing Model
authored andcommitted
2023.6.5
Automatically generated by python-semantic-release
1 parent 98ea2ed commit ab767a2

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All noteable changes to this project will be documented in this file.
44

55
<!--next-version-placeholder-->
66

7+
## v2023.6.5 (2023-09-22)
8+
9+
### Fix
10+
11+
* Use engine linalg in WLS ([`98ea2ed`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/98ea2ed5946fb1fac619f68003312b83446884ae))
12+
13+
### Documentation
14+
15+
* Fix syntax issue ([`cc8b9f5`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/cc8b9f5c8d9936d7d6b53a2e743c3a473f4f6fa6))
16+
* Fix lint ([`89a55c7`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/89a55c7611e2a7abd59cda7e124903de10158df6))
17+
* Add engine ([`7cd84d7`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/7cd84d7620364ca6ed57ea01449ec9bd6410e241))
18+
* Add numpy backend engine example ([`a81a2eb`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/a81a2eb6f8e076626dd1bfd8da62ef64ee8d09cb))
19+
720
## v2023.6.4 (2023-08-19)
821

922
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "factor-pricing-model-risk-model"
3-
version = "2023.6.4"
3+
version = "2023.6.5"
44
description = "Package to build risk models for factor pricing model"
55
authors = ["Factor Pricing Model <factor.pricing.model@gmail.com>"]
66
license = "MIT"

src/fpm_risk_model/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2023.6.4"
1+
__version__ = "2023.6.5"
22

33
# flake8: noqa
44
from .cov_estimator import CovarianceEstimator, RollingCovarianceEstimator

0 commit comments

Comments
 (0)