v0.9.8
The following features have been added:
- Added a new plugin to provide the ability to allocate resources for ongoing cases. Please refer to Create a project to see what additional info is required for this plugin, and Update Addtional Info to see how to set the additional info. You can also find the plugin’s result explanation in Result Explanation.
- Added support for setting the encoding method and parameters for each plugin. You can check here for more details: Set Parameters.
- Separated the pre-processing as a standalone worker service. If you’re interested in this development change, please refer to Processor for more details.
- Added support for re-uploading the event log file. Please refer to Re-upload File for more details.
- Added support for disabling or enabling some plugins. Please refer to Disable or Enable Plugins for more details.
- Added support for check plugin’s status separately. Please refer to Check Plugin Status for more details.
The following updates have been made:
- Improved the way generating test ongoing cases dataset.
- Increase the maximum size limit of the non-fast-mode dataset.
The following issues have been fixed:
- Fixed a bug that didin’t check event log’s definition when creating a project.
- Let plugins send online report proactively in case the scheduler is not triggering on the core side
- Fixed a the plugin pre-processing performance issue.
- Stop accepting streaming result if streaming mode is disabled.
- Removed casualLift package’s unlimited n_jobs, which may cause performance issue.