Skip to content

Commit

Permalink
2023.8.0
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 Dec 13, 2023
1 parent 087939b commit 4ac92d4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All noteable changes to this project will be documented in this file.

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

## v2023.8.0 (2023-12-13)

### Feature

* Support dask engine ([`972973f`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/972973fa3cc86786bf9988eb214aa713863cf383))

### Fix

* Use validity in rolling fit ([`087939b`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/087939b9c07a96242d3f7c6ff39a8060d801b2c1))

### Documentation

* Update numpy backend engine notebook ([`5037603`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/50376039629619cdd5396e74f598d1ae769e2369))

## v2023.7.2 (2023-09-26)

### Fix
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.7.2"
version = "2023.8.0"
description = "Package to build risk models for factor pricing model"
authors = ["Factor Pricing Model <[email protected]>"]
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.7.2"
__version__ = "2023.8.0"

# flake8: noqa
from .cov_estimator import CovarianceEstimator, RollingCovarianceEstimator
Expand Down

0 comments on commit 4ac92d4

Please sign in to comment.