0.10.0 Release Notes
10 months ago by Shir Chorev
This page includes updates from our 0.10.0 Release, which includes new features, stability and performance improvements.
0.9.0 Release Notes
11 months ago by Shir Chorev
This page includes updates from our 0.9.0 Release, which includes new features, stability and performance improvements.
0.8.0 Release Notes
12 months ago by Shir Chorev
This page includes updates from our 0.8.0 Release, which includes new features, stability and performance improvements.
0.7.0 Release Notes
about 1 year ago by Shir Chorev
This page includes updates from our 0.7.0 Release, which includes new features, stability and performance improvements.
deprecated
0.7.0 API Changes (breaking 0.6.0)
about 1 year ago by Shay Tsadok
Summary of Changes
ext_interaction_id
was changed intouser_interaction_id
- This id must be unique within a single version and can be set by the consumer (otherwise deepchecks will generate one for you). This is the only unique id of the interaction.- We've made some name changes -
user_input
is nowinput
, andresponse
is notoutput
. Additional changes that affect SDK and REST API users are listed below.- We've added an option to set the annotation to
None
and differentiated it fromUnknown
.
None
- Deepchecks will try to estimate the annotation.Unknown
- the interaction input/output where reviewed, and the annotation for that interaction can't be defined as "Good" or "Bad". Deepchecks will not try to estimate an annotation for this sample.