From e1652789146bbca6e5d2bd4d8488fbde49d049bb Mon Sep 17 00:00:00 2001 From: Beck <164545837+validbeck@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:40:31 -0800 Subject: [PATCH 1/2] Forgot an end div omg --- notebooks/how_to/log_metrics_over_time.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/how_to/log_metrics_over_time.ipynb b/notebooks/how_to/log_metrics_over_time.ipynb index 47e6abbc0..9cef4c540 100644 --- a/notebooks/how_to/log_metrics_over_time.ipynb +++ b/notebooks/how_to/log_metrics_over_time.ipynb @@ -16,7 +16,7 @@ "\n", "
Metrics over time are most commonly associated with the continued monitoring of a model's performance once it is deployed.\n", "

\n", - "While you are able to add Metric Over Time blocks to model documentation, we recommend first enabling ongoing monitoring for your model to maximize the potential of your performance data." + "While you are able to add Metric Over Time blocks to model documentation, we recommend first enabling ongoing monitoring for your model to maximize the potential of your performance data.
" ] }, { From d9803df0d4297862745d1f931e41539c784423f9 Mon Sep 17 00:00:00 2001 From: Beck <164545837+validbeck@users.noreply.github.com> Date: Thu, 30 Jan 2025 10:52:24 -0800 Subject: [PATCH 2/2] 2.8.6 --- pyproject.toml | 2 +- validmind/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 551252934..6bf242f07 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.8.5" +version = "2.8.6" [tool.poetry.dependencies] python = ">=3.8.1,<3.12" diff --git a/validmind/__version__.py b/validmind/__version__.py index 79a53d3a7..261017211 100644 --- a/validmind/__version__.py +++ b/validmind/__version__.py @@ -1 +1 @@ -__version__ = "2.8.5" +__version__ = "2.8.6"