6.20.2282#
SDK Version attached to KAPPA-Automate 6.20.2282 is version 6.20.5176.
New Features#
The new method kappa_sdk.Well.delete_data()
allows deletion of data from a well.
The new functions remove_leading_zeros()
and remove_trailing_zeros()
allow cleaning vectors by removing zeros from the beginning and end of data series, respectively.
The new attribute kappa_sdk.Well.data_folders
allows access to the Data Folder objects in the well. You can use the extensions methods, find_data_folder_recursively_by_id()
, find_data_folders_recursively_by_name()
and find_data_folder_recursively_by_data()
to manipulate DataFolder objects.
The new method kappa_sdk.Well.create_data_folder()
allows creation of data folder at the well level or within an existing data folder.
A new parameter folder_id has been added to the method kappa_sdk.Well.load_gauge()
to be able to load the gauge under a specific data folder.
Breaking Changes#
The argument production_folder_id has been renamed folder_id in the methods kappa_sdk.Well.create_data()
and kappa_sdk.Well.create_data()
.