|
1 | 1 | # Changelog
|
| 2 | +# Version 2.5.5 (2021-05-17) |
| 3 | +## Added |
| 4 | +* `DataRow` now has a `media_attributes` field |
| 5 | +* `DataRow`s can now be looked up from `LabelingParameterOverride`s |
| 6 | +* `Project.export_queued_data_rows` to export all data rows in a queue for a project at once |
2 | 7 |
|
3 | 8 | # Version 2.5.4 (2021-04-22)
|
4 | 9 | ## Added
|
|
9 | 14 | * Delete users from organization
|
10 | 15 | * Example notebook added under examples/basics
|
11 | 16 | * Issues and comments export
|
12 |
| - * Bulk export issues and comments. See `Project.export_labels` |
| 17 | + * Bulk export issues and comments. See `Project.export_issues` |
13 | 18 | * MAL on Tiled Imagery
|
14 | 19 | * Example notebook added under examples/model_assisted_labeling
|
15 | 20 | * `Dataset.create_data_rows` now allows users to upload tms imagery
|
|
24 | 29 | # Version 2.5.2 (2021-03-25)
|
25 | 30 | ## Fix
|
26 | 31 | * Ontology builder defaults to None for missing fields instead of empty lists
|
27 |
| -* MAL validation added extra fields to subclasses |
| 32 | +* MAL validation added extra fields to subclasses |
28 | 33 |
|
29 | 34 | ### Added
|
30 | 35 | * Example notebooks
|
|
39 | 44 | * Now supports `IMAGE_OVERLAY` metadata
|
40 | 45 | * Webhooks for review topics added
|
41 | 46 | * Upload project instructions with `Project.upsert_instructions`
|
42 |
| -* User input validation |
| 47 | +* User input validation |
43 | 48 | * MAL validity is now checked client side for faster feedback
|
44 | 49 | * type and value checks added in a few places
|
45 | 50 |
|
|
49 | 54 | * Retry 502s
|
50 | 55 |
|
51 | 56 | ## Version 2.4.10 (2021-02-05)
|
52 |
| -### Added |
| 57 | +### Added |
53 | 58 | * SDK version added to request headers
|
54 | 59 |
|
55 | 60 | ## Version 2.4.9 (2020-11-09)
|
|
0 commit comments