|
1 | 1 | # Changelog |
| 2 | +# Version 3.49.0 (2023-06-27) |
| 3 | + |
| 4 | +## Changed |
| 5 | +* Improved batch creation logic when more than 1000 global keys provided |
| 6 | + |
| 7 | + |
| 8 | +## Notebooks |
| 9 | +* Added example on how to access mark in export v2 |
| 10 | +* Removed NDJSON library from `examples/basics/custom_embeddings.ipynb` |
| 11 | +* Removed `queue_mode` property from `create_project()` method call. |
| 12 | + |
2 | 13 | # Version 3.48.0 (2023-06-13) |
3 | 14 | ## Added |
4 | 15 | * Support for ISO format to exports V2 date filters |
|
37 | 48 | * Global key support to DataRow Metadata `bulk_upsert()` function |
38 | 49 |
|
39 | 50 | ## Notebooks |
40 | | -* Removed dataset based projects from project setup notebook |
| 51 | +* Removed dataset based projects from project setup notebook |
41 | 52 | * Updated all links to annotation import and prediction notebooks in examples README |
42 | 53 |
|
43 | 54 | # Version 3.45.0 (2023-04-27) |
|
91 | 102 | ## Added |
92 | 103 | * Message based classifications with annotation types for conversations |
93 | 104 | * Video and raster segmentation annotation types |
94 | | -* Global key support to `ConversationEntity`, `DocumentEntity` and `DicomSegments` |
| 105 | +* Global key support to `ConversationEntity`, `DocumentEntity` and `DicomSegments` |
95 | 106 | * DICOM polyline annotation type |
96 | 107 | * Confidence attribute to classification annotations |
97 | 108 |
|
|
100 | 111 | * Removed `deletedDataRowGlobalKey` from `get_data_row_ids_for_global_keys()` |
101 | 112 |
|
102 | 113 | ## Fixed |
103 | | -* Annotation data type coercion by Pydantic |
| 114 | +* Annotation data type coercion by Pydantic |
104 | 115 | * Error message when end point coordinates are smaller than start point coordinates |
105 | 116 | * Some typos in error messages |
106 | 117 |
|
|
145 | 156 | * Updated `annotation_import/pdf.ipynb` with more examples |
146 | 157 | * Added `integrations/huggingface/huggingface.ipynb` |
147 | 158 | * Fixed broken links for detectron notebooks in README |
148 | | -* Added Dataset QueueMode during project creation in `integrations/detectron2/coco_object.ipynb` |
| 159 | +* Added Dataset QueueMode during project creation in `integrations/detectron2/coco_object.ipynb` |
149 | 160 | * Removed metadata and updated ontology in `annotation_import/text.ipynb` |
150 | 161 | * Removed confidence scores in `annotation_import/image.ipynb` |
151 | 162 | * Updated custom embedding tutorial links in `basics/data_row_metadata.ipynb` |
|
190 | 201 |
|
191 | 202 | # Version 3.37.0 (2023-02-08) |
192 | 203 | ## Added |
193 | | -* New `last_activity_start` param to `project.export_labels()` for filtering which labels are exported. See docstring for more on how this works. |
| 204 | +* New `last_activity_start` param to `project.export_labels()` for filtering which labels are exported. See docstring for more on how this works. |
194 | 205 |
|
195 | 206 | ## Changed |
196 | 207 | * Rename `Classification.instructions` to `Classification.name` |
|
0 commit comments