Releases: angus-ai/angus-sdk-python
Releases · angus-ai/angus-sdk-python
0.0.15
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
0.0.14
Angus python SDK - Release Note v0.0.14
Bug fixed
- Fix the bad angus namespace design
Features added
- Looking for a local
config.json
file before using the global one.
Deprecation
- All the client SDK is now in
angus.client
module.
Please useangus.client.connect()
instead ofangus.connect()
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.7
Angus python SDK - Release Note v0.0.7
Bug fixed
- Fixed Python 3 compatibility of composite calls.
- When using composites, return json is now much simpler.
Features added
- Parameters initially passed in
process()
can now be passed inenable_session()
. - Add a test function in angusme to check sucessful SDK installation.
0.0.6
Angus python SDK - Release Note v0.0.6
Bug fixed
- Raising an exception when the service called does not exist.
- Raising an exception when the sdk is not correctly configured.
Features added
- The sdk is now Python 3 compatible.
- It is now possible to call multiple services in one call (see Composite services)
- It is now possible to make multiple calls inside a session (see Working with a session).