Skip to content

Releases: angus-ai/angus-sdk-python

0.0.15

25 Aug 09:27
Compare
Choose a tag to compare

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 the process method has been deprecated, use process_async
    method instead

0.0.14

09 Aug 17:30
Compare
Choose a tag to compare

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 use angus.client.connect() instead of angus.connect()

0.0.13

24 Mar 08:12
Compare
Choose a tag to compare

Angus python SDK - Release Note v0.0.13

Bug fixed

  • Relieve constraints on requests dependency

0.0.12

04 Jan 12:02
Compare
Choose a tag to compare

Angus python SDK - Release Note v0.0.12

Bug fixed

  • Typo in default configuration loader

0.0.11

04 Jan 12:01
Compare
Choose a tag to compare

Angus python SDK - Release Note v0.0.11

Bug fixed

  • Update support information

Features added

  • Add global timeout for a connection
  • Enable mjpeg streaming

0.0.10

02 Dec 17:35
Compare
Choose a tag to compare

Angus python SDK - Release Note v0.0.10

Bug fixed

  • angusme is now working properly when called for the first time

Features added

  • None

0.0.9

29 Nov 16:18
Compare
Choose a tag to compare

Angus python SDK - Release Note v0.0.9

Bug fixed

  • it is now possible to use sessions and composite services

Features added

  • enabling client side asynchronous calls
  • it is now easier to set credentials programmatically

0.0.7

22 Jul 10:22
Compare
Choose a tag to compare

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 in enable_session().
  • Add a test function in angusme to check sucessful SDK installation.

0.0.6

29 Jun 11:45
Compare
Choose a tag to compare

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).

0.0.5

28 Apr 12:37
Compare
Choose a tag to compare

Bugfixes in angusme, now StringIO avoids writing a string in a file to open Angus and force attachment mechanism