From ecbcfb1257d81ba8f32d410979ba2ec99d044bc7 Mon Sep 17 00:00:00 2001 From: Beck <164545837+validbeck@users.noreply.github.com> Date: Fri, 31 Jan 2025 15:13:55 -0800 Subject: [PATCH 1/2] Moved add context notebook --- .../llm => how_to}/add_context_to_llm_descriptions.ipynb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename notebooks/{code_sharing/llm => how_to}/add_context_to_llm_descriptions.ipynb (100%) diff --git a/notebooks/code_sharing/llm/add_context_to_llm_descriptions.ipynb b/notebooks/how_to/add_context_to_llm_descriptions.ipynb similarity index 100% rename from notebooks/code_sharing/llm/add_context_to_llm_descriptions.ipynb rename to notebooks/how_to/add_context_to_llm_descriptions.ipynb From 03f393d171f3c8e8ec2f551f457fbb8861a4fed1 Mon Sep 17 00:00:00 2001 From: Beck <164545837+validbeck@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:29:57 -0800 Subject: [PATCH 2/2] 2.8.9 --- pyproject.toml | 2 +- validmind/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2fe5f2181..c42db1a9e 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.8" +version = "2.8.9" [tool.poetry.dependencies] python = ">=3.8.1,<3.12" diff --git a/validmind/__version__.py b/validmind/__version__.py index 4ff34019e..e71de367e 100644 --- a/validmind/__version__.py +++ b/validmind/__version__.py @@ -1 +1 @@ -__version__ = "2.8.8" +__version__ = "2.8.9"