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

    • ValidMind Library
    • Python API
    • Public REST API

    • Training Courses
  • Log In
  1. 2023 Releases
  2. August 15, 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 Library (v1.17.0)
    • ValidMind Platform (v1.4.10)
  • How to upgrade
  • Edit this page
  • Report an issue
  1. 2023 Releases
  2. August 15, 2023

August 15, 2023

Published

August 15, 2023

This release includes a number of improvements for the developer experience when using the ValidMind Library, along with a visual redesign of the ValidMind Platform.

Release highlights

ValidMind Library (v1.17.0)

Improved developer experience for the Metric test class

We made a number of enhancements to the ValidMind Library to improve the experience for developers.

Better test organization

Added a metadata and tags attribute to the test base class for better categorization and filtering of tests.

test()

Better filtering

Added a new task_type argument to the list_tests() function to allow simple filtering by task_type set in a test.

list_tests()

Clearer naming

Renamed required_context to required_inputs across the whole ​ValidMind ValidMind Library Python API.

Enhancements to test configuration discovery

To make the discovery of required context and default configuration easier, this update includes a number of changes to how required_context and default_parameters are presented.

Preview template expansion

With vm.preview_template(), you can now view detailed, expandable information for each content block driven by a test. This includes the test's name, description, required context, and default parameters.

preview_template()

Simplified test listing

The vm.tests.list_tests() function has been refined to show only the ID, Name, and Description for each test, making it more user-friendly.

list_tests()

Detailed test descriptions

You can now obtain complete test details, including required_context and default_params, using the vm.tests.describe_test() function.

describe_test()

Retrieve test suite

The new function vm.get_test_suite() allows you to access a specific test suite instance via the high-level ValidMind Library Python API.

get_test_suite()

Access to default configuration

A new method, get_default_config(), is now part of both the TestPlan and TestSuite classes, letting you obtain a dictionary containing all the configuration parameters used by the tests.

get_default_config()

ValidMind Platform (v1.4.10)

Redesigned application and navigation bar layout

  • The new application design offers a cleaner, more intuitive interface that enhances user experience.
  • The updated navigation bar layout specifically contributes to easier navigation, allowing users to find what they need with greater efficiency.

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.

September 27, 2023
July 24, 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