Skip to content

Commit 82f306f

Browse files
semantic-releaseFactor Pricing Model
authored andcommitted
2023.7.0
Automatically generated by python-semantic-release
1 parent 1d9eb07 commit 82f306f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

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

7+
## v2023.7.0 (2023-09-26)
8+
9+
### Feature
10+
11+
* Support pytorch in engine ([`1d9eb07`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/1d9eb07602cbdbefeef51f88f1a18bdb1ec26308))
12+
713
## v2023.6.5 (2023-09-22)
814

915
### 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.5"
3+
version = "2023.7.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.6.5"
1+
__version__ = "2023.7.0"
22

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

0 commit comments

Comments
 (0)