File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ # Version 2.5.5 (2021-05-14)
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
7
+ * ToOne relationship caching to speed up specific queries
8
+
2
9
3
10
# Version 2.5.4 (2021-04-22)
4
11
## Added
24
31
# Version 2.5.2 (2021-03-25)
25
32
## Fix
26
33
* Ontology builder defaults to None for missing fields instead of empty lists
27
- * MAL validation added extra fields to subclasses
34
+ * MAL validation added extra fields to subclasses
28
35
29
36
### Added
30
37
* Example notebooks
39
46
* Now supports ` IMAGE_OVERLAY ` metadata
40
47
* Webhooks for review topics added
41
48
* Upload project instructions with ` Project.upsert_instructions `
42
- * User input validation
49
+ * User input validation
43
50
* MAL validity is now checked client side for faster feedback
44
51
* type and value checks added in a few places
45
52
49
56
* Retry 502s
50
57
51
58
## Version 2.4.10 (2021-02-05)
52
- ### Added
59
+ ### Added
53
60
* SDK version added to request headers
54
61
55
62
## Version 2.4.9 (2020-11-09)
Original file line number Diff line number Diff line change 21
21
copyright = '2021, Labelbox'
22
22
author = 'Labelbox'
23
23
24
- release = '2.5.4 '
24
+ release = '2.5.5 '
25
25
26
26
# -- General configuration ---------------------------------------------------
27
27
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "2.5.4 "
2
+ __version__ = "2.5.5 "
3
3
4
4
from labelbox .client import Client
5
5
from labelbox .schema .bulk_import_request import BulkImportRequest
You can’t perform that action at this time.
0 commit comments