From edbcb888c839d28d17a7f17f056b41e4d226a935 Mon Sep 17 00:00:00 2001 From: Anil Sorathiya Date: Tue, 11 Feb 2025 23:17:50 +0000 Subject: [PATCH 1/2] Missing definition of the parameters in the capital markets model notebook --- .../capital_markets/quickstart_option_pricing_models.ipynb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notebooks/code_samples/capital_markets/quickstart_option_pricing_models.ipynb b/notebooks/code_samples/capital_markets/quickstart_option_pricing_models.ipynb index dbc49d2f2..58c581362 100644 --- a/notebooks/code_samples/capital_markets/quickstart_option_pricing_models.ipynb +++ b/notebooks/code_samples/capital_markets/quickstart_option_pricing_models.ipynb @@ -443,6 +443,9 @@ "metadata": {}, "outputs": [], "source": [ + "N = 10000\n", + "M = 100\n", + "\n", "# Parameters for synthetic data\n", "S0 = 100\n", "K = 100\n", From 29efb33eaf95f8783732f0cc3ca255a818557588 Mon Sep 17 00:00:00 2001 From: Anil Sorathiya Date: Tue, 11 Feb 2025 23:29:41 +0000 Subject: [PATCH 2/2] 2.7.9 --- pyproject.toml | 2 +- validmind/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1884bc04..c4d7cf6da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ description = "ValidMind Library" license = "Commercial License" name = "validmind" readme = "README.pypi.md" -version = "2.7.8" +version = "2.7.9" [tool.poetry.dependencies] aiohttp = {extras = ["speedups"], version = "*"} diff --git a/validmind/__version__.py b/validmind/__version__.py index dc6ddde7a..b9fcf8789 100644 --- a/validmind/__version__.py +++ b/validmind/__version__.py @@ -1 +1 @@ -__version__ = "2.7.8" +__version__ = "2.7.9"