• Documentation
    • About ​ValidMind
    • Get Started
    • Guides
    • Support
    • Releases

    • ValidMind Library
    • Python API
    • Public REST API

    • Training Courses
  • Log In
  1. {{< var validmind.developer >}} releases
  • All releases

  • Current releases
  • Feature highlights
  • ValidMind Platform releases
  • ValidMind Library releases
  • Documentation updates

  • Breaking changes and deprecations

  • Older releases
  • April 24, 2025
  • March 7, 2025
  • January 31, 2025
  • 2024 Releases
    • December 24, 2024
    • December 6, 2024
    • October 22, 2024
    • September 25, 2024
    • September 9, 2024
    • August 13, 2024
    • July 22, 2024
    • June 10, 2024
    • May 22, 2024
    • March 27, 2024
    • February 14, 2024
    • January 26, 2024
    • January 18, 2024
  • 2023 Releases
    • December 13, 2023
    • November 9, 2023
    • October 25, 2023
    • September 27, 2023
    • August 15, 2023
    • July 24, 2023
    • June 22, 2023
    • May 30, 2023
Categories
All (32)
2.10.0 (1)
2.11.0 (2)
2.11.1 (2)
2.11.3 (3)
2.12.1 (2)
2.8.17 (2)
2.8.20 (3)
2.8.22 (1)
2.8.26 (9)
2.8.29 (2)
2.9.3 (2)
2.9.5 (3)
bug (2)
deprecation (2)
documentation (12)
enhancement (27)
highlight (7)
support (1)
validmind-library (32)

ValidMind Library releases

Latest: v2.12.1

Published

March 2, 2026

Optional document parameter in init()

validmind-library
2.12.1
enhancement
init() now supports an optional document parameter to specify which document you want to connect the library to. The document slug is the value in your URL path after /docume…
Mar 2, 2026

Library version sent in request headers

validmind-library
2.12.1
enhancement
The library now sends its version in the X-LIBRARY-VERSION header when connecting to the ValidMind Platform. This enables better version tracking and compatibility checks.
Mar 2, 2026

Scorers now visible in list_tests

validmind-library
2.11.3
enhancement
Scorer metrics are now included in the list_tests function output. You can view all available scorers alongside other tests for better visibility when exploring available…
Feb 18, 2026

New notebook for documenting agentic AI systems

validmind-library
2.11.3
documentation
enhancement
A new notebook shows you how to build and document an agentic AI system with the ValidMind Library. You construct a LangGraph-based banking agent that selects and invokes…
Feb 18, 2026

Fixed plotly figure rendering

validmind-library
2.11.3
bug
support
Plotly figures generated by plotly 6.x now render correctly in the UI. The library now requires plotly>=6.0.0 to ensure compatibility with the updated frontend.
Feb 18, 2026

Add agentic metrics from DeepEval as scorers

validmind-library
2.11.1
enhancement
Four new agentic evaluation metrics from DeepEval are now available to assess your LLM agents:
Jan 12, 2026

Expose log_test_result function in API client

validmind-library
2.11.1
enhancement
You can now use the log_test_result function within the API client to log test result dictionaries directly and synchronously to the API.
Jan 12, 2026

GEval evaluation metrics support

validmind-library
2.11.0
enhancement
ValidMind now supports GEval LLM evaluation metrics from DeepEval, allowing you to define custom criteria for evaluations that are logged directly in your documentation via…
Dec 19, 2025

Upgrade to HTML-based widgets for improved rendering

validmind-library
2.11.0
enhancement
We've upgraded ValidMind's rendering engine to a new HTML-based system, ensuring interactive components are preserved when notebooks are saved.
Dec 19, 2025

Add new deepeval tests in library

validmind-library
2.10.0
enhancement
This update enhances the integration between ValidMind and DeepEval by introducing primary scorers within a dedicated deepeval namespace. You can now evaluate large language…
Oct 17, 2025

Add support for the DeepEval dataset in LLM tests

validmind-library
2.9.5
documentation
enhancement
highlight
This update enhances the integration between DeepEval and the ValidMind library by adding support for a new dataset type specific to large language models (LLMs). You can…
Oct 7, 2025

Removed legacy notebooks

validmind-library
2.9.5
documentation
enhancement
This update removes multiple legacy agent demo notebooks and associated code samples that were previously used to demonstrate the integration of LangChain, LangGraph, and…
Oct 7, 2025

Enable custom test description output structure

validmind-library
2.9.5
enhancement
deprecation
This update offers enhanced customization for LLM-generated test descriptions in the ValidMind Library. You can now manage test descriptions using a new context parameter in …
Oct 7, 2025

Support Python 3.12 and optimize dependencies in ValidMind Library

validmind-library
2.9.3
enhancement
This update introduces support for Python 3.12 in the ValidMind Library. We've optimized dependency management to make the core library lighter and ensure easy installation…
Sep 3, 2025

Enable PII detection in tests with new notebook

validmind-library
2.9.3
documentation
enhancement
deprecation
Learn how to enable and configure Personally Identifiable Information (PII) detection when running tests with the ValidMind Library using the new enable_pii_detection.ipynb n…
Sep 3, 2025

Enhance list_tests() to show artifact types in output

validmind-library
2.8.29
enhancement
We have enhanced the list_tests() function to include additional columns in its output. These columns now display the types of artifacts each test in the ValidMind Library…
Jul 23, 2025

Enhance predict_fn in init_model to support multiple output columns

validmind-library
2.8.29
documentation
This update enhances the predict_fn callable function parameter in init_model to support multiple output columns. You can now return either a single value or a dictionary…
Jul 23, 2025

Add section to inject custom context via docstring

validmind-library
2.8.26
documentation
enhancement
This update enhances the Jupyter notebook add_context_to_llm_descriptions.ipynb by introducing a new section. This section guides you on embedding explicit instructions…
Jun 26, 2025

Interfaces to support code explainer feature in ValidMind

validmind-library
2.8.26
documentation
enhancement
highlight
This update introduces an experimental feature for text generation tasks within the ValidMind project. It includes interfaces to utilize the code_explainer LLM feature…
Jun 26, 2025

Support qualitative text generation in run_task function

validmind-library
2.8.26
enhancement
This update enhances the run_task function in the validmind/experimental/agents.py file to support a new task type. You can now generate qualitative text for a specific…
Jun 26, 2025

Update quickstart for model documentation in Jupyter notebooks

validmind-library
2.8.26
enhancement
We've improved our Jupyter notebooks to make the model documentation quickstart guide more user-friendly and informative for beginners. A new "quickstart" directory has been…
Jun 26, 2025

Add demo notebook for code explainer

validmind-library
2.8.26
enhancement
highlight
This update introduces a comprehensive script and Jupyter notebook for documenting and explaining a customer churn prediction model using the ValidMind library.
Jun 26, 2025

Add status flags to ongoing monitoring tests in ValidMind Library

validmind-library
2.8.26
enhancement
This update enhances the log_metric and alog_metric functions in the ValidMind Library by adding visual status indicators for monitoring metrics. You can now use the passed p…
Jun 26, 2025

Quickstart guide for model validation with ValidMind Library

validmind-library
2.8.26
highlight
Get started with model validation using the ValidMind Library with our new quickstart guide:
Jun 26, 2025

Update registration and login info in docs site and notebooks

validmind-library
2.8.26
This update standardizes the alert messages displayed across various notebooks by updating the text and some CSS styling details in the HTML blocks.
Jun 26, 2025

Support customizable judge LLM and embeddings in ValidMind tests

validmind-library
2.8.26
enhancement
This update enhances your experience by allowing you to use your own LLM. All existing tests that use an LLM now support a user-defined LLM or Embedding model, provided it…
Jun 26, 2025

Fix pandas DataFrame dtype preservation in VMDataset initialization

validmind-library
2.8.22
bug
enhancement
You can now reduce memory usage when initializing VMDataset objects with vm.init_dataset(). We've introduced a copy_data option that lets you avoid copying the input…
Apr 25, 2025

Add RAG benchmarking demo notebook

validmind-library
2.8.20
documentation
enhancement
We have introduced a comprehensive notebook, rag_benchmarking_demo.ipynb, to help you benchmark Retrieval-Augmented Generation (RAG) models using the ValidMind library. This…
Apr 16, 2025

New notebook series for model validation with ValidMind

validmind-library
2.8.20
documentation
highlight
Explore our new series of introductory notebooks designed for model validation with ValidMind. These notebooks guide you through the entire process, tailored to common…
Apr 16, 2025

Add text support for custom test descriptions

validmind-library
2.8.20
documentation
enhancement
highlight
We have enhanced the custom test framework, allowing you to define custom descriptions for your tests. If a test returns a string, it will be used as the test description…
Apr 16, 2025

New Jupyter notebook for validating an application scorecard model

validmind-library
2.8.17
documentation
enhancement
Discover how to independently assess an application scorecard model with our new Jupyter notebook, Validate an application scorecard model. You can use ValidMind to evaluate…
Apr 3, 2025

Expose log text interface for qualitative text sections

validmind-library
2.8.17
documentation
enhancement
highlight
You can now log free-form text content in the ValidMind Library to enhance your model documentation. This update introduces the log_text function, allowing you to easily…
Apr 3, 2025
No matching items
    ValidMind Platform releases
    Documentation updates
    • ValidMind Logo
      ©
      Copyright 2026 ValidMind Inc.
      All Rights Reserved.
      Cookie preferences
      Legal
    • Get started
      • Model development
      • Model validation
      • Setup & admin
    • Guides
      • Access
      • Configuration
      • Model inventory
      • Model documentation
      • Model validation
      • Workflows
      • Reporting
      • Monitoring
      • Attestation
    • Library
      • For developers
      • For validators
      • Code samples
      • Python API
      • Public REST API
    • Training
      • Learning paths
      • Courses
      • Videos
    • Support
      • Troubleshooting
      • FAQ
      • Get help
    • Community
      • GitHub
      • LinkedIn
      • Events
      • Blog
    • Edit this page
    • Report an issue