@@ -5,6 +5,11 @@ All notable changes to the [Nucleus Python Client](https://github.com/scaleapi/n
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
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
813
914## [ 0.11.1] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.11.1 ) - 2022-05-19
1015
@@ -15,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1520## [ 0.11.0] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.11.0 ) - 2022-05-13
1621
1722### Added
23+
1824- Segmentation prediction masks can now be evaluated against polygon annotation with new Validate functions
1925- New function SegmentationToPolyIOU, configurable through client.validate.eval_functions.segmentation_to_poly_iou
2026- 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
2531## [ 0.10.8] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.10.8 ) - 2022-05-10
2632
2733### Fixed
28- - Add checks for duplicate (` reference_id ` , ` annotation_id ` ) when uploading Annotations or Predictions
2934
35+ - Add checks for duplicate (` reference_id ` , ` annotation_id ` ) when uploading Annotations or Predictions
3036
3137## [ 0.10.7] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.10.7 ) - 2022-05-09
3238
3339### Fixed
34- - Add checks for duplicate reference IDs
3540
41+ - Add checks for duplicate reference IDs
3642
3743## [ 0.10.6] ( https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.10.6 ) - 2022-05-06
3844
0 commit comments