December 13, 2023

Release highlights

This release includes bug fixes for the ValidMind Platform and reduces the external dependencies for our user-facing documentation site.

Bug fixes

Contextualized references to the current user

We fixed an issue where activity logs indicated user references out of context, displaying the current user’s full name instead of referring to them as “you”.

Respect width and height for plots when available

We fixed an issue where some plots were being cut off due to having more height than available in the current viewport. This issue was fixed by respecting the plot’s original defined height instead of setting a maximum pre-configured height on the frontend.

Documentation updates

Removed safe external dependencies

To improve loading times and reduce the reliance on being connected to the internet, we removed some external dependencies for our docs site:

  • Fonts are now stored and imported locally
  • Some unneeded font references in our template schema docs have been removed

How to upgrade

ValidMind Platform

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

  • 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

  1. In your Jupyter Notebook:

    • Using JupyterHub:3 Hard refresh your browser tab.
    • In your own developer environment:4 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.