From c317ddfabf82bab3de9c1606ea3de7f1fe6ddf9f Mon Sep 17 00:00:00 2001 From: mjvakili Date: Wed, 27 Aug 2025 16:06:27 +0200 Subject: [PATCH 1/2] fixed example notebook --- docs/Example_US_Asset_Classes.ipynb | 36 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/Example_US_Asset_Classes.ipynb b/docs/Example_US_Asset_Classes.ipynb index 1039586..fee5bd3 100644 --- a/docs/Example_US_Asset_Classes.ipynb +++ b/docs/Example_US_Asset_Classes.ipynb @@ -34,7 +34,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "id": "b5c5d005", "metadata": {}, "outputs": [], @@ -62,7 +62,7 @@ }, { "cell_type": "code", - "execution_count": 38, + "execution_count": 2, "id": "b701b9c4", "metadata": {}, "outputs": [], @@ -80,7 +80,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "id": "06060d36", "metadata": {}, "outputs": [], @@ -101,7 +101,7 @@ }, { "cell_type": "code", - "execution_count": 53, + "execution_count": 4, "id": "da08cc7e", "metadata": {}, "outputs": [ @@ -111,7 +111,7 @@ "Text(0.5, 1.0, 'Correlation between Asset Class Returns')" ] }, - "execution_count": 53, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" }, @@ -136,7 +136,7 @@ }, { "cell_type": "code", - "execution_count": 56, + "execution_count": 5, "id": "4b43adbf", "metadata": {}, "outputs": [ @@ -1260,7 +1260,7 @@ }, { "cell_type": "code", - "execution_count": 115, + "execution_count": 6, "id": "3d8379db", "metadata": {}, "outputs": [ @@ -2392,7 +2392,7 @@ }, { "cell_type": "code", - "execution_count": 95, + "execution_count": 7, "id": "933e4d2d", "metadata": {}, "outputs": [], @@ -2420,7 +2420,7 @@ }, { "cell_type": "code", - "execution_count": 60, + "execution_count": 8, "id": "9c0f026b", "metadata": {}, "outputs": [], @@ -2463,7 +2463,7 @@ }, { "cell_type": "code", - "execution_count": 71, + "execution_count": 9, "id": "5b2ddc16", "metadata": {}, "outputs": [], @@ -2494,7 +2494,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 10, "id": "25358f56", "metadata": {}, "outputs": [ @@ -3416,17 +3416,17 @@ }, { "cell_type": "code", - "execution_count": 93, + "execution_count": 11, "id": "51f524e1", "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 93, + "execution_count": 11, "metadata": {}, "output_type": "execute_result" }, @@ -3457,7 +3457,7 @@ }, { "cell_type": "code", - "execution_count": 94, + "execution_count": 12, "id": "5c653fe0", "metadata": {}, "outputs": [ @@ -4414,7 +4414,7 @@ }, { "cell_type": "code", - "execution_count": 112, + "execution_count": 13, "id": "0d74eec4", "metadata": {}, "outputs": [], @@ -4434,7 +4434,7 @@ }, { "cell_type": "code", - "execution_count": 113, + "execution_count": 14, "id": "6b4d9597", "metadata": {}, "outputs": [ @@ -5387,7 +5387,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 15, "id": "267ea9be", "metadata": {}, "outputs": [ From d9105dc66225bb6f50dc60f7d80f8e9e5f666b11 Mon Sep 17 00:00:00 2001 From: mjvakili Date: Wed, 27 Aug 2025 16:14:02 +0200 Subject: [PATCH 2/2] fixed badges --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 30c62c7..4531503 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # PenFolioOp Portfolio Optimizations for *Pension Funds* -[![codecov](https://codecov.io/gh/quantfinlib/heavy-tail/graph/badge.svg?token=Z60B2PYJ44)](https://codecov.io/gh/quantfinlib/penfolioop) -[![tests](https://github.com/quantfinlib/heavy-tail/actions/workflows/test.yml/badge.svg)](https://github.com/quantfinlib/heavy-tail/actions/workflows/test.yml) -[![docs](https://github.com/quantfinlib/heavy-tail/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/quantfinlib/heavy-tail/actions/workflows/gh-pages.yml) -[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/quantfinlib/heavy-tail/blob/main/LICENSE) +[![codecov](https://codecov.io/gh/quantfinlib/penfolioop/graph/badge.svg?token=Z60B2PYJ44)](https://codecov.io/gh/quantfinlib/penfolioop) +[![tests](https://github.com/quantfinlib/penfolioop/actions/workflows/test.yml/badge.svg)](https://github.com/quantfinlib/penfolioop/actions/workflows/test.yml) +[![docs](https://github.com/quantfinlib/penfolioop/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/quantfinlib/penfolioop/actions/workflows/gh-pages.yml) +[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/quantfinlib/penfolioop/blob/main/LICENSE) ## Conventions