File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff 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.4 (2023-08-19)
8+
9+ ### Fix
10+
11+ * Revert forcing numpy array conversion ([ ` 6676fef ` ] ( https://github.com/factorpricingmodel/factor-pricing-model-risk-model/commit/6676fefc7842e41c10ca735afccc241fad0d1d6e ) )
12+
713## v2023.6.3 (2023-08-17)
814
915### Fix
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " factor-pricing-model-risk-model"
3- version = " 2023.6.3 "
3+ version = " 2023.6.4 "
44description = " Package to build risk models for factor pricing model"
55authors = [" Factor Pricing Model <factor.pricing.model@gmail.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1- __version__ = "2023.6.3 "
1+ __version__ = "2023.6.4 "
22
33# flake8: noqa
44from .cov_estimator import CovarianceEstimator , RollingCovarianceEstimator
You can’t perform that action at this time.
0 commit comments