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+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.