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