@@ -5,6 +5,11 @@ All notable changes to the [Nucleus Python Client](https://github.com/scaleapi/n
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.11.2] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.11.2 ) - 2022-05-20
9
+
10
+ ### Changed
11
+
12
+ - Restored backward compatibility of video constructor by adding back deprecated attachment_type argument
8
13
9
14
## [ 0.11.1] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.11.1 ) - 2022-05-19
10
15
@@ -15,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
20
## [ 0.11.0] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.11.0 ) - 2022-05-13
16
21
17
22
### Added
23
+
18
24
- Segmentation prediction masks can now be evaluated against polygon annotation with new Validate functions
19
25
- New function SegmentationToPolyIOU, configurable through client.validate.eval_functions.segmentation_to_poly_iou
20
26
- New function SegmentationToPolyRecall, configurable through client.validate.eval_functions.segmentation_to_poly_recall
@@ -25,14 +31,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
31
## [ 0.10.8] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.10.8 ) - 2022-05-10
26
32
27
33
### Fixed
28
- - Add checks for duplicate (` reference_id ` , ` annotation_id ` ) when uploading Annotations or Predictions
29
34
35
+ - Add checks for duplicate (` reference_id ` , ` annotation_id ` ) when uploading Annotations or Predictions
30
36
31
37
## [ 0.10.7] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.10.7 ) - 2022-05-09
32
38
33
39
### Fixed
34
- - Add checks for duplicate reference IDs
35
40
41
+ - Add checks for duplicate reference IDs
36
42
37
43
## [ 0.10.6] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.10.6 ) - 2022-05-06
38
44
0 commit comments