|
1 | 1 | # Changelog |
2 | | -# Version 3.14.0 (2022-02-10) |
3 | | -## Added |
4 | | -* Updated metrics for classifications to be per-answer |
5 | 2 |
|
6 | | -# Version 3.13.0 (2022-02-07) |
| 3 | +# Version 3.22.1 (2022-05-23) |
| 4 | +## Updated |
| 5 | +* Renamed `custom_metadata` to `metadata_fields` in DataRow |
| 6 | + |
| 7 | +# Version 3.22.0 (2022-05-20) |
| 8 | +## Added |
| 9 | +* `Dataset.create_data_row()` and `Dataset.create_data_rows()` now uploads metadata to data row |
| 10 | +* Added `media_attributes` and `metadata` to `BaseData` |
| 11 | + |
| 12 | +## Updated |
| 13 | +* Removed `iou` from classification metrics |
| 14 | + |
| 15 | +# Version 3.21.1 (2022-05-12) |
| 16 | +## Updated |
| 17 | + * `Project.create_batch()` timeout increased to 180 seconds |
| 18 | + |
| 19 | +# Version 3.21.0 (2022-05-11) |
| 20 | +## Added |
| 21 | + * Projects can be created with a `media_type` |
| 22 | + * Added `media_type` attribute to `Project` |
| 23 | + * New `MediaType` enumeration |
| 24 | + |
| 25 | +## Fix |
| 26 | + * Added back the mimetype to datarow bulk uploads for orgs that require delegated access |
| 27 | + |
| 28 | +# Version 3.20.1 (2022-05-02) |
| 29 | +## Updated |
| 30 | +* Ontology Classification `scope` field is only set for top level classifications |
| 31 | + |
| 32 | +# Version 3.20.0 (2022-04-27) |
| 33 | +## Added |
| 34 | +* Batches in a project can be retrieved with `project.batches()` |
| 35 | +* Added `Batch.remove_queued_data_rows()` to cancel remaining data rows in batch |
| 36 | +* Added `Batch.export_data_rows()` which returns `DataRow`s for a batch |
| 37 | + |
| 38 | +## Updated |
| 39 | +* NDJsonConverter now supports Video bounding box annotations. |
| 40 | + * Note: Currently does not support nested classifications. |
| 41 | + * Note: Converting an export into Labelbox annotation types, and back to export will result in only keyframe annotations. This is to support correct import format. |
| 42 | + |
| 43 | + |
| 44 | +## Fix |
| 45 | +* `batch.project()` now works |
| 46 | + |
| 47 | +# Version 3.19.1 (2022-04-14) |
| 48 | +## Fix |
| 49 | +* `create_data_rows` and `create_data_rows_sync` now uploads the file with a mimetype |
| 50 | +* Orgs that only allow DA uploads were getting errors when using these functions |
| 51 | + |
| 52 | +# Version 3.19.0 (2022-04-12) |
| 53 | +## Added |
| 54 | +* Added Tool object type RASTER_SEGMENTATION for Video and DICOM ontologies |
| 55 | + |
| 56 | +# Version 3.18.0 (2022-04-07) |
| 57 | +## Added |
| 58 | +* Added beta support for exporting labels from model_runs |
| 59 | +* LBV1Converter now supports data_split key |
| 60 | +* Classification objects now include `scope` key |
| 61 | + |
| 62 | +## Fix |
| 63 | +* Updated notebooks |
| 64 | + |
| 65 | +# Version 3.17.2 (2022-03-28) |
| 66 | +## Fix |
| 67 | +* Project.upsert_instructions now works properly for new projects. |
| 68 | + |
| 69 | +# Version 3.17.1 (2022-03-25) |
| 70 | +## Updated |
| 71 | +* Remove unused rasterio dependency |
| 72 | + |
| 73 | +# Version 3.17.0 (2022-03-22) |
| 74 | +## Added |
| 75 | +* Create batches from the SDK (Beta). Learn more about [batches](https://docs.labelbox.com/docs/batches) |
| 76 | +* Support for precision and recall metrics on Entity annotations |
| 77 | + |
| 78 | +## Fix |
| 79 | +* `client.create_project` type hint added for its return type |
| 80 | + |
| 81 | +## Updated |
| 82 | +* Removed batch MVP code |
| 83 | + |
| 84 | +# Version 3.16.0 (2022-03-08) |
| 85 | +## Added |
| 86 | +* Ability to fetch a model run with `client.get_model_run()` |
| 87 | +* Ability to fetch labels from a model run with `model_run.export_labels()` |
| 88 | + - Note: this is only Experimental. To use, client param `enable_experimental` should |
| 89 | + be set to true |
| 90 | +* Ability to delete an attachment |
| 91 | + |
| 92 | +## Fix |
| 93 | +* Logger level is no longer set to INFO |
| 94 | + |
| 95 | +## Updated |
| 96 | +* Deprecation: Creating Dropdowns will no longer be supported after 2022-03-31 |
| 97 | + - This includes creating/adding Dropdowns to an ontology |
| 98 | + - This includes creating/adding Dropdown Annotation Type |
| 99 | + - For the same functionality, use Radio |
| 100 | + - This will not affect existing Dropdowns |
| 101 | + |
| 102 | +# Changelog |
| 103 | +# Version 3.15.0 (2022-02-28) |
| 104 | +## Added |
| 105 | +* Extras folder which contains useful applications using the sdk |
| 106 | +* Addition of ResourceTag at the Organization and Project level |
| 107 | +* Updates to the example notebooks |
| 108 | + |
| 109 | +## Fix |
| 110 | +* EPSGTransformer now properly transforms Polygon to Polygon |
| 111 | +* VideoData string representation now properly shows VideoData |
| 112 | + |
| 113 | + |
| 114 | +# Version 3.14.0 (2022-02-10) |
| 115 | +## Added |
| 116 | +* Updated metrics for classifications to be per-answer |
| 117 | + |
| 118 | + |
| 119 | +# Version 3.13.0 (2022-02-07) |
7 | 120 | ## Added |
8 | 121 | * Added `from_shapely` method to create annotation types from Shapely objects |
9 | 122 | * Added `start` and `end` filter on the following methods |
10 | 123 | - `Project.export_labels()` |
11 | 124 | - `Project.label_generator()` |
12 | 125 | - `Project.video_label_generator()` |
13 | | -* Improved type hinting |
| 126 | +* Improved type hinting |
14 | 127 |
|
15 | 128 |
|
16 | 129 | # Version 3.12.0 (2022-01-19) |
|
0 commit comments