File size: 3,028 Bytes
065fee7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
# Release History
## 0.6.0 (2021-12-02)
### Features Added
- Add support for Face Recognition Quality Score.
### Breaking Changes
- Various operations that previously accepted an optional name parameter
are now required.
## 0.5.0 (2021-03-12)
**Features**
- Model FaceAttributes has a new parameter mask
**Breaking changes**
- Operation FaceOperations.detect_with_stream has a new signature
- Operation FaceOperations.detect_with_url has a new signature
## 0.4.1 (2020-06-24)
**Features**
- Add recognition_03 support
## 0.4.0 (2019-06-27)
**Features**
- Add "detection_model" to operations when possible. This is a
breaking change if you were using positional arguments on some
scenarios
**Breaking changes**
- Operation FaceListOperations.add_face_from_stream has a new
signature
- Operation FaceListOperations.add_face_from_url has a new
signature
- Operation FaceOperations.detect_with_stream has a new signature
- Operation FaceOperations.detect_with_url has a new signature
- Operation LargeFaceListOperations.add_face_from_stream has a new
signature
- Operation LargeFaceListOperations.add_face_from_url has a new
signature
- Operation LargePersonGroupPersonOperations.add_face_from_stream
has a new signature
- Operation LargePersonGroupPersonOperations.add_face_from_url has
a new signature
- Operation PersonGroupPersonOperations.add_face_from_stream has a
new signature
- Operation PersonGroupPersonOperations.add_face_from_url has a new
signature
## 0.3.0 (2019-03-28)
**Features**
- Model PersonGroup has a new parameter recognition_model
- Model FaceList has a new parameter recognition_model
- Model LargePersonGroup has a new parameter recognition_model
- Model LargeFaceList has a new parameter recognition_model
- Model DetectedFace has a new parameter recognition_model
**Breaking changes**
- Operation FaceListOperations.create has a new signature
- Operation FaceListOperations.get has a new signature
- Operation FaceOperations.detect_with_stream has a new signature
- Operation FaceOperations.detect_with_stream has a new signature
- Operation FaceOperations.detect_with_url has a new signature
- Operation FaceOperations.detect_with_url has a new signature
- Operation LargeFaceListOperations.create has a new signature
- Operation LargeFaceListOperations.get has a new signature
- Operation LargePersonGroupOperations.create has a new signature
- Operation LargePersonGroupOperations.get has a new signature
- Operation LargePersonGroupOperations.list has a new signature
- Operation PersonGroupOperations.create has a new signature
- Operation PersonGroupOperations.get has a new signature
- Operation PersonGroupOperations.list has a new signature
- Operation FaceListOperations.list has a new signature
- Operation LargeFaceListOperations.list has a new signature
## 0.2.0 (2019-03-07)
- Add snapshots features
## 0.1.0 (2018-10-17)
- Initial Release
|