You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updated the enums documentation to include all the possible enums available (#247)
1.13.2 (4DEC17)
A wrong statuscode check prevented the upload of a script to complete fully in pykechain. The script is properly uploaded, but pykechain checked against wrong code (#246).
Added additional xtypes to the list of allowed xtypes in the customizations in order to support our new widgets. (#240)
updated dependent versions for development: pytest (3.2.5)
1.13 (9NOV17)
Added Service and ServiceExecution models to pykechain (#231). This includes the ability to create, retrieve, edit, destroy and upload kecpkg files to KE-chain. Also the retrieve, terminate, and download log results for ServiceExecutions (which are associated to Services) are available. This brings pykechain in line with the full abilities in KE-chain 2 SIM release (31OKT17) (SIM module license needed). Also see the PyPI package kecpkg-tools from KE-works to help you smoothen the workflow of creating custom KE-chain supported python packages (kecpkg) that can be executed by the KE-chain SIM module.
Added additional keywords arguments in the scope and activity searchers. You can now craft complex search queries to the KE-chain API (#231)
Prevented the creation of Activities with incorrect activity_class. This is now prevented in pykechain (#225)
Added an option for all models to reload (will return a new object) and refresh (will update in place). (#232)
Added additional tests and improved documentation for Service and ServiceExecution models.