Virtualitics AI Platform
Version 1.22.0 (2024.3)
- App Version Info: App version info is now accessible under “Version” in the Flows table row expansions. Copy version info from there or by clicking into an app's 3-dot menu from from the home page.
- Indicator for Required Inputs: If a dropdown input is required, it is now identified with an asterisk at the end of its label.
- Required Filter Inputs: Card filters can no longer be executed until all range sliders are filled out.
- Stability and Bug Fixes:
- Names of dropdown options and current selections are now fully visible in filter panels.
- The Submit Feedback link is now fully configurable per deployment.
- Row bounding fix documented for platform native plots render too largely.
- Plotly plots are now fully contained within Card boundaries.
- “Select All” option restored to multi-select dropdown elements.
Virtualitics Explore
Version 1.22.0 (2024.3)
- [Beta] Pathfinder: This new tool helps users arrive at data-driven decisions faster. By making a few simple selections for any of the 3 different analysis paths, Pathfinder will help to answer business questions in a new experience that focuses on simplicity, clarity and speed.
- Cloud User Settings Storage: Selections in the Settings window will now be saved to the Virtualitics cloud storage system by default, allowing for a more familiar experience when using different machines or browsers.
- Telemetry Improvements: Added more events to include recently added functionality and existing functionality.
- Automatically Refresh Insights: Set this to Disabled by default to improve performance when there are categorical features with many unique values.
- General stability and bug fixes.
Virtualitics Explore Desktop
Version 1.22.0 (2024.3)
- Telemetry Improvements: Added more events to include recently added functionality and existing functionality.
- Automatically Refresh Insights: Set this to Disabled by default to improve performance when there are categorical features with many unique values.
- General stability and bug fixes.
Virtualitics Developer Experience
Virtualitics SDK
- Max Table Row Height: Set a maximum height for table row contents to improve table readability.
- Data Grid Color Options: Colored text and cells are now enabled for data grid tables.
- [Beta] Simplified Import Statements: Import statements no longer require knowledge of predict_backend locations, and can follow the format from virtualitics_sdk import followed by the desired import names.
- Stability and Bug Fixes:
- Using
card.remove_item
orpage.replace_content_in_section
in an updater function no longer results in a blank white screen. - Now requiring app writers to specify the
filter_update
every time they callreplace_content_in_section
. - Saved updates on editable tables now register as a page change.
- Functionality restored to the required parameter for dropdowns.
Connection_Type
can now be used in Self-Service Flows to defineDropdownDataSources
to access connections in the store.
- Using
pyVIP
- Bug fixes and documentation updates.