We have reworked web mobile display of UI to properly render the control panel on mobile phone. Navigate to your app with your mobile phone browser and start looking at your favorite browser from your mobile device.

We have reworked web mobile display of UI to properly render the control panel on mobile phone. Navigate to your app with your mobile phone browser and start looking at your favorite browser from your mobile device.
We have added a complete support to allow you install, configure and maintain your edge device directly from our web app.
Go to Data Hub > Edge Device . You can from there Register and setup an Edge device, Using Edge to connect your data and Troubleshoot your device.
We have also extended the list of natively supported protocols, don't find the one your are looking for ? Contact our support on [email protected]
With release 11.1 we introduce full control for your pipeline installation directly from the AI Lab. You can now see how many runners are linked to your environment, and pause, restart or force restart them.
You can consult which python packages are currently installed on the runners.
You can install additional python librairies not included in Wizata runners by yourself including the one you have developed yourself.
You simply have to go to AI lab > Overview, select custom requirements modify the requirements and then restart the runners.
It is also now possible to not have to upsert your function in Wizata but directly reference it within your pipeline by simply adding the library tag. Don't forget to reference your function in init file of your package.
{
"type": "script",
"config": {
"library": "my_package",
"function" : "my_function"
},
"inputs": [
{ "dataframe" : "input_df" }
],
"outputs": [
{ "dataframe" : "output_df" }
]
}
With release 11.1, we have added dynamic tiles on control panel delivering real time Insights directly to you.
Insights checks real time values against user made condition to show different status and alerts. Learn how to configure them and start creating your first insights.
With it, we have added a favorite option and different filters to let you organise the tiles on your control panel.
Changelog for release version 11.1
We have been reimagining and reinventing how to deal with event and batch data within Wizata. This new solution creates foundation to store event/batch data within Wizata and analyse them. It can be useful to track batch number, cluster anomalies and alerts, or simply track working shifts.
The solution have been developed including native support with the time-series database and queries within the data science API. You can query data using the event ID stored within the platform even when this event happens at different time on different machine.
e.g. query vibration of same batch across multiple twin motors using datapoint events to link them.
Learn more on Events & Batches added within version 11.0.2
Changelog for release version 11.0.2