|
1 | 1 | # Changelog |
| 2 | +# Version 3.49.1 (2023-06-29) |
| 3 | +## Fixed |
| 4 | +* Removed numpy version lock that caused Python version >3.8 to download incompatible numpy version |
| 5 | + |
| 6 | +# Version 3.49.0 (2023-06-27) |
| 7 | + |
| 8 | +## Changed |
| 9 | +* Improved batch creation logic when more than 1000 global keys provided |
| 10 | + |
| 11 | +## Notebooks |
| 12 | +* Added example on how to access mark in export v2 |
| 13 | +* Removed NDJSON library from `examples/basics/custom_embeddings.ipynb` |
| 14 | +* Removed `queue_mode` property from `create_project()` method call. |
| 15 | + |
| 16 | +# Version 3.48.0 (2023-06-13) |
| 17 | +## Added |
| 18 | +* Support for ISO format to exports V2 date filters |
| 19 | +* Support to specify confidence for all free-text annotations |
| 20 | + |
| 21 | +## Changed |
| 22 | +* Removed backports library and replaced it with python dateutil package to parse iso strings |
| 23 | + |
| 24 | +## Notebooks |
| 25 | +* Added predictions to model run example |
| 26 | +* Added notebook to run yolov8 and sam on video and upload to LB |
| 27 | +* Updated google colab notebooks to reflect raster segmentation tool being released on 6/13 |
| 28 | +* Updated radio NDJSON annotations format to support confidence |
| 29 | +* Added confidence to all free-text annotations (ndjson) |
| 30 | +* Fixed issues with cv2 library rooting from the Geospatial notebook used a png map with a signed URL with an expired token |
| 31 | + |
| 32 | +# Version 3.47.1 (2023-05-24) |
| 33 | +## Fixed |
| 34 | +* Loading of the ndjson parser when optional [data] libraries (geojson etc.) are not installed |
| 35 | + |
| 36 | +# Version 3.47.0 (2023-05-23) |
| 37 | +## Added |
| 38 | +* Support for interpolated frames to export v2 |
| 39 | + |
| 40 | +## Changed |
| 41 | +* Removed ndjson library and replaced it with a custom ndjson parser |
| 42 | + |
| 43 | +## Notebooks |
| 44 | +* Removed confidence scores in annotations - video notebook |
| 45 | +* Removed raster seg masks from video prediction |
| 46 | +* Added export v2 example |
| 47 | +* Added SAM and Labelbox connector notebook |
| 48 | + |
| 49 | +# Version 3.46.0 (2023-05-03) |
| 50 | +## Added |
| 51 | +* Global key support to DataRow Metadata `bulk_upsert()` function |
| 52 | + |
| 53 | +## Notebooks |
| 54 | +* Removed dataset based projects from project setup notebook |
| 55 | +* Updated all links to annotation import and prediction notebooks in examples README |
| 56 | + |
| 57 | +# Version 3.45.0 (2023-04-27) |
| 58 | +## Changed |
| 59 | +* Reduce threshold for async batch creation to 1000 data rows |
| 60 | + |
| 61 | +## Notebooks |
| 62 | +* Added subclassifications to ontology notebook |
| 63 | +* Added conversational and pdf predictions notebooks |
| 64 | + |
| 65 | +# Version 3.44.0 (2023-04-26) |
| 66 | + |
| 67 | +## Added |
| 68 | +* `predictions` param for optionally exporting predictions in model run export v2 |
| 69 | +* Limits on `model_run_ids` and `project_ids` on catalog export v2 params |
| 70 | +* `WORKFLOW_ACTION` webhook topic |
| 71 | +* Added `data_row_ids` filter for dataset and project export v2 |
| 72 | + |
| 73 | +## Fixed |
| 74 | +* ISO timestamp parsing for datetime metadata |
| 75 | +* Docstring typo for `client.delete_feature_schema_from_ontology()` |
| 76 | + |
| 77 | +## Notebooks |
| 78 | +* Removed mention of embeddings metadata fields |
| 79 | +* Fixed broken colab link on `examples/extras/classification-confusion-matrix.ipynb` |
| 80 | +* Added free text classification example to video annotation import notebook |
| 81 | +* Updated prediction_upload notebooks with Annotation Type examples |
| 82 | + |
| 83 | +# Version 3.43.0 (2023-04-05) |
| 84 | + |
| 85 | +## Added |
| 86 | +* Nested object classifications to `VideoObjectAnnotation` |
| 87 | +* Relationship Annotation Types |
| 88 | +* Added `project_ids` and `model_run_ids` to params in all export_v2 functions |
| 89 | + |
| 90 | +## Fixed |
| 91 | +* VideoMaskAnnotation annotation import |
| 92 | + |
| 93 | +## Notebooks |
| 94 | +* Added DICOM annotation import notebook |
| 95 | +* Added audio annotation import notebook |
| 96 | +* Added HTML annotation import notebook |
| 97 | +* Added relationship examples to annotation import notebooks |
| 98 | +* Added global video classification example |
| 99 | +* Added nested classification examples |
| 100 | +* Added video mask example |
| 101 | +* Added global key and LPOs to queue management notebook |
| 102 | + |
| 103 | +# Version 3.42.0 (2023-03-22) |
| 104 | + |
| 105 | +## Added |
| 106 | +* Message based classifications with annotation types for conversations |
| 107 | +* Video and raster segmentation annotation types |
| 108 | +* Global key support to `ConversationEntity`, `DocumentEntity` and `DicomSegments` |
| 109 | +* DICOM polyline annotation type |
| 110 | +* Confidence attribute to classification annotations |
| 111 | + |
| 112 | +## Changed |
| 113 | +* Increased metadata string size limit to 4096 chars |
| 114 | +* Removed `deletedDataRowGlobalKey` from `get_data_row_ids_for_global_keys()` |
| 115 | + |
| 116 | +## Fixed |
| 117 | +* Annotation data type coercion by Pydantic |
| 118 | +* Error message when end point coordinates are smaller than start point coordinates |
| 119 | +* Some typos in error messages |
| 120 | + |
| 121 | +## Notebooks |
| 122 | +* Refactored video notebook to include annotation types |
| 123 | +* Replaced data row ids with global keys in notebooks |
| 124 | +* Replaced `create_data_row` with `create_data_rows` in notebooks |
| 125 | + |
| 126 | +# Version 3.41.0 (2023-03-15) |
| 127 | + |
| 128 | +## Added |
| 129 | +* New data classes for creating labels: `AudioData`, `ConversationData`, `DicomData`, `DocumentData`, `HTMLData` |
| 130 | +* New `DocumentEntity` annotation type class |
| 131 | +* New parameter `last_activity_end` to `Project.export_labels()` |
| 132 | + |
| 133 | +## Notebooks |
| 134 | +* Updated `annotation_import/pdf.ipynb` with example use of `DocumentEntity` class |
2 | 135 |
|
3 | 136 | # Version 3.40.1 (2023-03-10) |
4 | 137 |
|
|
26 | 159 | * Updated `annotation_import/pdf.ipynb` with more examples |
27 | 160 | * Added `integrations/huggingface/huggingface.ipynb` |
28 | 161 | * Fixed broken links for detectron notebooks in README |
29 | | -* Added Dataset QueueMode during project creation in `integrations/detectron2/coco_object.ipynb` |
| 162 | +* Added Dataset QueueMode during project creation in `integrations/detectron2/coco_object.ipynb` |
30 | 163 | * Removed metadata and updated ontology in `annotation_import/text.ipynb` |
31 | 164 | * Removed confidence scores in `annotation_import/image.ipynb` |
32 | 165 | * Updated custom embedding tutorial links in `basics/data_row_metadata.ipynb` |
|
71 | 204 |
|
72 | 205 | # Version 3.37.0 (2023-02-08) |
73 | 206 | ## Added |
74 | | -* New `last_activity_start` param to `project.export_labels()` for filtering which labels are exported. See docstring for more on how this works. |
| 207 | +* New `last_activity_start` param to `project.export_labels()` for filtering which labels are exported. See docstring for more on how this works. |
75 | 208 |
|
76 | 209 | ## Changed |
77 | 210 | * Rename `Classification.instructions` to `Classification.name` |
|
0 commit comments