Skip to content

Commit 0832b84

Browse files
semantic-releaseFactor Pricing Model
authored andcommitted
2023.6.3
Automatically generated by python-semantic-release
1 parent cd014ce commit 0832b84

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.6.3 (2023-08-17)
8+
9+
### Fix
10+
11+
* Ensure to_numpy converts with the numpy engine array ([`cd014ce`](https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/cd014ce0028e3796e66d1f27e74e7d9090562506))
12+
713
## v2023.6.2 (2023-08-14)
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.2"
3+
version = "2023.6.3"
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.2"
1+
__version__ = "2023.6.3"
22

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

0 commit comments

Comments
 (0)