|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -# Version 3.40.0 (YYYY-MM-DD) |
4 | | -* Added new client method is_feature_schema_archived |
5 | | -* Added new client method unarchive_feature_schema_node |
6 | | -* Added new client method delete_feature_schema_from_ontology |
| 3 | +# Version 3.40.0 (2023-03-10) |
7 | 4 |
|
8 | 5 | ## Added |
9 | | -* Support Global keys to reference data rows in `Project.create_batch()`, `ModelRun.assign_data_rows_to_split()`. |
| 6 | +* Support Global keys to reference data rows in `Project.create_batch()`, `ModelRun.assign_data_rows_to_split()` |
| 7 | +* Support upserting labels via project_id in `model_run.upsert_labels()` |
| 8 | +* `media_type_override` param to export_v2 |
| 9 | +* `last_activity_at` and `label_created_at` params to export_v2 |
| 10 | +* New client method `is_feature_schema_archived()` |
| 11 | +* New client method `unarchive_feature_schema_node()` |
| 12 | +* New client method `delete_feature_schema_from_ontology()` |
10 | 13 |
|
| 14 | +## Changed |
| 15 | +* Removed default task names for export_v2 |
| 16 | + |
| 17 | +## Fixed |
| 18 | +* process_label() for COCO panoptic dataset |
| 19 | + |
| 20 | +## Notebooks |
| 21 | +* Updated `annotation_import/pdf.ipynb` with more examples |
| 22 | +* Added `integrations/huggingface/huggingface.ipynb` |
| 23 | +* Fixed broken links for detectron notebooks in README |
| 24 | +* Added Dataset QueueMode during project creation in `integrations/detectron2/coco_object.ipynb` |
| 25 | +* Removed metadata and updated ontology in `annotation_import/text.ipynb` |
| 26 | +* Removed confidence scores in `annotation_import/image.ipynb` |
| 27 | +* Updated custom embedding tutorial links in `basics/data_row_metadata.ipynb` |
11 | 28 |
|
12 | 29 | # Version 3.39.0 (2023-02-28) |
13 | 30 | ## Added |
|
76 | 93 | * Added support for adding metadata by name when creating datarows using `Dataset.create_data_rows()`, `Dataset.create_data_rows_sync()`, and `Dataset.create_data_row()`. |
77 | 94 | * Example notebooks for auto metrics in models |
78 | 95 |
|
79 | | - |
80 | 96 | ### Changed |
81 | 97 | * `Dataset.create_data_rows()` max limit of DataRows increased to 150,000 |
82 | 98 | * Improved error handling for invalid annotation import content |
|
0 commit comments