Virtualitics AI Platform
Version 1.23.1 (2024.4.2)
-
Extended Table Editing Options: Users now have the ability to add and delete table rows in Edit Mode for data grid tables.
-
Stability and Bug Fixes:
-
Search bar fixed on Connections page
-
Sorting and filtering fixed on Assets and App History pages
-
Null values replaced with an em dash instead of a hyphen to account for markdown in table cells
-
Plotly and platform plots expanded to the proper height when placed next to a table
-
Columns titled “id” handled appropriately in tables to avoid conflicts with platform ID tracking
-
Virtualitics Developer Experience
Virtualitics SDK
-
Per-Column Markdown Control: App developers can now toggle Markdown rendering for individual table columns with
Table.markdown_columns
, offering enhanced flexibility in content presentation. -
Stability and Bug Fixes:
-
Scheduler no longer attempts to schedule Custom Apps that were deleted
-
Resolved Custom Event exception propagation issue which caused success message to be shown incorrectly
-
Breaking Changes:
-
Updated documentation so the file paths reference apps rather than flows. This is a breaking change for users that are not using the
from virtualitics_sdk import Flow, App, Step, StepType
top level imports for those specific classes
-
-