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

    • ValidMind Library
    • Python API
    • Public REST API

    • Training Courses
  • Log In
  1. 2023 Releases
  2. October 25, 2023
  • 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

On this page

  • Release highlights
    • ValidMind Platform (v1.8.0)
  • Enhancements
    • ValidMind Library (v1.22.0)
  • Bug fixes
    • ValidMind Library (v1.22.0)
  • Documentation
    • Code samples
    • User guide updates
  • How to upgrade
  • Edit this page
  • Report an issue
  1. 2023 Releases
  2. October 25, 2023

October 25, 2023

Published

October 25, 2023

We've introduced new features to the platform that enable you to remove blocks of content from documentation and work with your settings more effectively.

Release highlights

ValidMind Platform (v1.8.0)

Remove blocks from documentation

You can now remove blocks of text or test-related content from model documentation in the editor of the platform.

  • This new feature gives you more control over your documentation and enables you to remove content that is no longer needed.
  • To remove text blocks and test-driven blocks from model documentation, you first select the block you want to remove and click , either in the text-block's toolbar or in the test-driven's block single-button toolbar.

Remove content blocks

A gif showcasing the process of removing a test-driven block

Removing a test-driven block

New Settings landing page

A new Settings landing page now organizes more of your settings for the ValidMind Platform in one convenient place.

From this page you can manage:

  • Your organization, including the name and the API and secret key you use to connect to the ValidMind Platform.
  • The documentation templates that standardize the documentation table of contents for your projects and configure the required validation tests for specific model use cases.
  • Workflows that determine the statuses of your model and how it transitions through your model risk management process according to your requirements.

A screenshot showing the new ValidMind Platform settings page

New Settings page

Enhancements

ValidMind Library (v1.22.0)

Rouge and Bert Score tests now show average scores

  • Introduced RougeMetricsAggregate and BertScoreAggregate to offer a high-level overview of model performance across a large number of text rows.
  • These tests complement the detailed row-by-row analysis provided by RougeScore and BertScore.

RougeScore

BertScore

Tests for safety toxicity and bias in text summarization

We introduced several new tests to evaluate safety and bias risks in text summarization:

  • ToxicityScore: Measures safety risk
  • ToxicityHistogram: Provides a distribution of safety risk scores
  • RegardScore: Evaluates bias risk
  • RegardHistogram: Shows distribution of bias risk scores

ToxicityScore

RegardScore

Bug fixes

ValidMind Library (v1.22.0)

Shap test issue resolved

  • We set matplotlib to version 3.7.x in pyproject.toml to fix an incompatibility with the latest matplotlib version (3.8.0).
  • This incompatibility was causing SHAP plot errors. We will keep track of matplotlib releases for future updates. Once fixed, we will consider updating the version.

Documentation

Code samples

Improved handling of Jupyter Notebooks

We now programmatically embed our Jupyter Notebooks in our documentation site and generate a downloadable notebooks.zip file with all notebooks and supporting datasets.

Code samples

Run tests and test suites

User guide updates

Product overview rewrite

We expanded our platform overview to provide more background information about what ​ValidMind offers and how we enable you to comply with policies and regulations such as SR 11-7 and SS1/23.

About ​ValidMind

Quickstart updates for the closed beta

We updated the quickstart section of our documentation to reflect recent ValidMind Platform and sign-up flow changes.

Quickstart — Model Development

How to upgrade

ValidMind Platform

To access the latest version of the ValidMind Platform,1 hard refresh your browser tab:

1 Log in to ​ValidMind

  • Windows: Ctrl + Shift + R OR Ctrl + F5
  • MacOS: ⌘ Cmd + Shift + R OR hold down ⌘ Cmd and click the Reload button

ValidMind Library

To upgrade the ValidMind Library:2

2 ValidMind Library

  1. In your Jupyter Notebook:

    • Using JupyterHub: Hard refresh your browser tab.
    • In your own developer environment: Restart your notebook.
  2. Then within a code cell or your terminal, run:

    %pip install --upgrade validmind

You may need to restart your kernel after running the upgrade package for changes to be applied.

November 9, 2023
September 27, 2023
  • 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