Angus python SDK - Release Note v0.0.15
Bug fixed
- Fix compatibility with Python 3
Features added
- New
process_async
method to process job asynchronously on the client side
Deprecation
- The
callback
parameter in theprocess
method has been deprecated, useprocess_async
method instead