June 10, 2024

Enhancements

Rename business units

Within the ValidMind Platform UI, you can now edit the names of your business units.

A gif showing you the edit business unit name capability

Editing business units

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.