Skip to content

Commit d61045c

Browse files
semantic-releaseFactor Pricing Model
authored andcommitted
2024.0.0
Automatically generated by python-semantic-release
1 parent a62b53c commit d61045c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

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

7+
## v2024.0.0 (2024-07-26)
8+
9+
### Feature
10+
11+
* Add a get method for rolling cov estimator ([`da29453`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/da294538dc1a178df6fa3f656ea40682490876b2))
12+
13+
### Documentation
14+
15+
* Add example notebook of alpha sizing rules ([`220ba02`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/220ba022b95cca015723374f479ff94db8bd504c))
16+
717
## v2023.8.0 (2023-12-13)
818

919
### Feature

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.8.0"
3+
version = "2024.0.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.8.0"
1+
__version__ = "2024.0.0"
22

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

0 commit comments

Comments
 (0)