File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- # Version X.XX.X (Unreleased )
3
+ # Version 3.33.0 (2022-12-13 )
4
4
### Added
5
5
* Added SDK support for creating batches with up to 100k data rows
6
+ * Added optional media_type to ` client.create_ontology_from_feature_schemas() ` and ` client.create_ontology() `
7
+
8
+ ### Changed
9
+ * String representation of ` DbObject ` subclasses are now formatted
6
10
7
11
# Version 3.32.0 (2022-12-02)
8
12
### Added
Original file line number Diff line number Diff line change 21
21
copyright = '2021, Labelbox'
22
22
author = 'Labelbox'
23
23
24
- release = '3.32 .0'
24
+ release = '3.33 .0'
25
25
26
26
# -- General configuration ---------------------------------------------------
27
27
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "3.32 .0"
2
+ __version__ = "3.33 .0"
3
3
4
4
from labelbox .client import Client
5
5
from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments