Skip to content

Commit 4ac92d4

Browse files
semantic-releaseFactor Pricing Model
authored andcommitted
2023.8.0
Automatically generated by python-semantic-release
1 parent 087939b commit 4ac92d4

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

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

7+
## v2023.8.0 (2023-12-13)
8+
9+
### Feature
10+
11+
* Support dask engine ([`972973f`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/972973fa3cc86786bf9988eb214aa713863cf383))
12+
13+
### Fix
14+
15+
* Use validity in rolling fit ([`087939b`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/087939b9c07a96242d3f7c6ff39a8060d801b2c1))
16+
17+
### Documentation
18+
19+
* Update numpy backend engine notebook ([`5037603`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/50376039629619cdd5396e74f598d1ae769e2369))
20+
721
## v2023.7.2 (2023-09-26)
822

923
### 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.7.2"
3+
version = "2023.8.0"
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.7.2"
1+
__version__ = "2023.8.0"
22

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

0 commit comments

Comments
 (0)