Virtualitics AI Platform
Virtualitics Explore
Version 1.21.0 (2024.2)
- Cloud Storage Integration: Users can save to and load from the Virtualitics cloud storage system (Persistence).
- Autosave: Project files will now be autosaved to the cloud storage system.
- Redesigned Home Page: Revised home page UI to view datasets and projects saved in the cloud storage system.
- New PCA Method: Added a new default method for PCA. This also applies to Threshold Anomaly Detection.
- Segments: Changed Network Graph grouping name from "Louvain Community" to "Segments".
- General stability and bug fixes.
Virtualitics Explore Desktop
Version 1.21.0 (2024.2)
- Mac Interactivity Fix: Fixed a significant issue where Mac users were unable to interact with the software using the mouse.
- New PCA Method: Added a new default method for PCA. This also applies to Threshold Anomaly Detection.
- Segments: Changed Network Graph grouping name from "Louvain Community" to "Segments".
- General stability and bug fixes.
Virtualitics Predict
Version 1.21.0 (2024.2)
- Edit Mode for Tables: Toggle on Edit Mode to modify table cell values, save your changes to an App instance, and download or share the updated results.
- Excel File Support: Upload and download XLSX files within an App, ensuring control over the sections of the file you modify and incorporate during export.
- Dashboard Filter Controls: Exercise control over Dashboard filter values, with options to Reset or Cancel individual selections as needed.
- Expanded Dropdown Data Limits: Dropdown elements now support loading and displaying thousands of options simultaneously.
Virtualitics Developer Experience
Virtualitics Predict SDK
- Simplified Dashboard Creation: Build dashboards effortlessly by utilizing the
Card
element directly, as we initiate the deprecation process for theDashboard
class.- Notes:
- Backwards compatibility has been maintained so the
Dashboard
class remains fully functional. Nevertheless, we highly encourage transitioning all Dashboard elements to Card elements for optimal utilization. - While your App should continue to function as expected with the
Dashboard
class, please note that leveraging filter update functions may require you to eliminate references to the Dashboard title. - Dashboard descriptions will need to be updated to card descriptions
- You may need to update your element layout ratios due to our updated ratio system
- Backwards compatibility has been maintained so the
- Notes:
- Enhanced Layout Options: Benefit from our enhanced layout options by utilizing our updated ratio system, which treats columns and rows separately and eliminates the need for row widths and column heights to add up to the same value.
- SDK Updates:
card.update_item
to replacedashboard.update_item
- New
filters
andfilter_update
parameters in the Card__init__
function as_columns
in the Card__init__
functionadd_content
can now be controlled by anindex
parameter
pyVIP
- Updated documentation.
Account Portal:
Version 1.20.0
- Package security updates