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 11# Changelog
22
3- # Version X.XX.X (Unreleased )
3+ # Version 3.33.0 (2022-12-13 )
44### Added
55* 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
610
711# Version 3.32.0 (2022-12-02)
812### Added
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.32 .0'
24+ release = '3.33 .0'
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.32 .0"
2+ __version__ = "3.33 .0"
33
44from labelbox .client import Client
55from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments