December 13, 2023

Release highlights

This release includes bug fixes for the ValidMind Platform UI 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 UI

To access the latest version of the ValidMind Platform UI,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 Developer Framework

To upgrade to the latest version of the ValidMind Developer Framework:2

  1. In your Jupyter Notebook:

    • Using JupyterHub:3 Hard refresh your browser tab.
    • In your own developer environment:4 Restart your notebook.
  2. Locate the %pip install -q validmind cell and replace the contents with:

    %pip install --upgrade validmind
  3. Run the edited code cell.

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