June 10, 2024
Enhancements
Rename business units
Within the ValidMind Platform UI, you can now edit the names of your 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+RORCtrl+F5 - MacOS:
⌘ Cmd+Shift+ROR hold down⌘ Cmdand click theReloadbutton
ValidMind Developer Framework
To upgrade to the latest version of the ValidMind Developer Framework:2
In your Jupyter Notebook:
Locate the
%pip install -q validmindcell and replace the contents with:%pip install --upgrade validmindRun the edited code cell.
You may need to restart your kernel after running the upgrade package for changes to be applied.