Changelog¶
Version 2.0.1¶
- [Fix] Fixed parsing of custom objects in knowledge model
- [Fix] Fixed creating tables within data connection by passing
data_source_id
parameter - [Fix] Improved logging for
data_pool.create_table()
method - [Add] Support for translated name attribute in PQLColumns for analysis components
Version 2.0.0¶
PyCelonis 2.0.0 is a complete redesign PyCelonis with improved user experience, performance, and stability. It is not backwards compatible with PyCelonis 1.X.X.
The new features of PyCelonis 2.0 include: - New interfaces aligned with the EMS navigation: apps, data integration, studio, ...
-
Performance improvements for API calls
-
Improved error handling and logging
-
Explicit update and sync operations to improve performance
-
Improved semantics for data upload
-
Additional features for PQL handling
-
Streamlined data export through data model
-
Clearer separation between Studio and Apps
-
Removal of redundant APIs
-
A consistent interface for classes and methods
For more information on the differences between PyCelonis 1.X and 2.X and how to migrate existing scripts to 2.X, check out the migration tutorial.