Skip to content

Releases: infermedica/python-api

v1.0.0 - Add v3 support

09 Feb 12:05
b984a9c
Compare
Choose a tag to compare

Breaking Changes

The library in version 1.0.0, was rewritten at its core. It was required to provide possibility to handle multiple Infermedica API versions. At the same time we have made improvements that will make it easier for developers to choose integration level, through new concept of API Connectors.
Please go through new README to see how to use new interface.

v0.1.1

17 Jan 16:03
Compare
Choose a tag to compare

Version v0.1.0 brings support for new API endpoints /red_flags and /rationale.

v0.1.0

16 Mar 15:04
Compare
Choose a tag to compare

Breaking changes
Version v0.1.0 uses new convention for the suggest endpoint. Right now the suggest should be invoked with a standard diagnosis object/dict (see examples for more details).

v0.0.12

04 Dec 16:25
Compare
Choose a tag to compare

Version v0.0.12 adds support for initial parameter in evidences and also add support for should_stop parameter returned by diagnosis method.

v0.0.11

22 Oct 16:21
Compare
Choose a tag to compare

Version v0.0.11 adds support for /triage method and allows to pass Interview-Id parameter into all function that support it.

v0.0.10

29 Aug 13:16
Compare
Choose a tag to compare

Version v0.0.10 adds support for /suggest method.

Version v0.0.9 was skipped.

v0.0.8

27 Jul 13:32
Compare
Choose a tag to compare

Version v0.0.8 deprecates case_id in favour of interview_id, just to clarify naming convention with current API documentation.

v0.0.7

30 Jan 10:58
Compare
Choose a tag to compare

Version v0.0.7 provide few minor fixes and add support for /parse method.

v0.0.6

17 Aug 11:25
Compare
Choose a tag to compare

Version v0.0.6 add case id support in diagnosis requests.

v0.0.5

12 Aug 10:53
Compare
Choose a tag to compare

Version v0.0.5 fixes some errors with new requests version and add few utilities functions.