|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +# Version 3.19.1 (2022-04-14) |
| 4 | +## Fix |
| 5 | +* `create_data_rows` and `create_data_rows_sync` now uploads the file with a mimetype |
| 6 | +* Orgs that only allow DA uploads were getting errors when using these functions |
| 7 | + |
3 | 8 | # Version 3.19.0 (2022-04-12)
|
4 | 9 | ## Added
|
5 | 10 | * Added Tool object type RASTER_SEGMENTATION for Video and DICOM ontologies
|
|
37 | 42 | * Ability to fetch a model run with `client.get_model_run()`
|
38 | 43 | * Ability to fetch labels from a model run with `model_run.export_labels()`
|
39 | 44 | - Note: this is only Experimental. To use, client param `enable_experimental` should
|
40 |
| - be set to true |
| 45 | + be set to true |
41 | 46 | * Ability to delete an attachment
|
42 | 47 |
|
43 | 48 | ## Fix
|
|
47 | 52 | * Deprecation: Creating Dropdowns will no longer be supported after 2022-03-31
|
48 | 53 | - This includes creating/adding Dropdowns to an ontology
|
49 | 54 | - This includes creating/adding Dropdown Annotation Type
|
50 |
| - - For the same functionality, use Radio |
| 55 | + - For the same functionality, use Radio |
51 | 56 | - This will not affect existing Dropdowns
|
52 | 57 |
|
53 | 58 | # Changelog
|
54 |
| -# Version 3.15.0 (2022-02-28) |
55 |
| -## Added |
| 59 | +# Version 3.15.0 (2022-02-28) |
| 60 | +## Added |
56 | 61 | * Extras folder which contains useful applications using the sdk
|
57 | 62 | * Addition of ResourceTag at the Organization and Project level
|
58 |
| -* Updates to the example notebooks |
| 63 | +* Updates to the example notebooks |
59 | 64 |
|
60 | 65 | ## Fix
|
61 | 66 | * EPSGTransformer now properly transforms Polygon to Polygon
|
62 | 67 | * VideoData string representation now properly shows VideoData
|
63 | 68 |
|
64 | 69 |
|
65 |
| -# Version 3.14.0 (2022-02-10) |
66 |
| -## Added |
67 |
| -* Updated metrics for classifications to be per-answer |
| 70 | +# Version 3.14.0 (2022-02-10) |
| 71 | +## Added |
| 72 | +* Updated metrics for classifications to be per-answer |
68 | 73 |
|
69 | 74 |
|
70 |
| -# Version 3.13.0 (2022-02-07) |
| 75 | +# Version 3.13.0 (2022-02-07) |
71 | 76 | ## Added
|
72 | 77 | * Added `from_shapely` method to create annotation types from Shapely objects
|
73 | 78 | * Added `start` and `end` filter on the following methods
|
74 | 79 | - `Project.export_labels()`
|
75 | 80 | - `Project.label_generator()`
|
76 | 81 | - `Project.video_label_generator()`
|
77 |
| -* Improved type hinting |
| 82 | +* Improved type hinting |
78 | 83 |
|
79 | 84 |
|
80 | 85 | # Version 3.12.0 (2022-01-19)
|
|
0 commit comments