Skip to content

Commit db2db12

Browse files
authored
Merge pull request #917 from Labelbox/VB/rel3.38-changelog
Update the version and update changelog for release 3.38.0
2 parents 64bbf71 + 89517ff commit db2db12

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Changelog
2-
# Version 3.38.0 (2023-xx-xx)
2+
# Version 3.38.0 (2023-02-15)
33

4-
### Added
4+
## Added
55
* All imports are available via `import labelbox as lb` and `import labelbox.types as lb_types`.
6+
* Attachment_name support to create_attachment()
67

78
## Changed
89
* `LabelImport.create_from_objects()`, `MALPredictionImport.create_from_objects()`, `MEAPredictionImport.create_from_objects()`, `Project.upload_annotations()`, `ModelRun.add_predictions()` now support Python Types for annotations.
910

11+
## Notebooks
12+
* Removed NDJsonConverter from example notebooks
13+
* Simplified imports in all notebooks
14+
* Fixed nested classification in examples/annotation_import/image.ipynb
15+
* Ontology (instructions --> name)
16+
17+
1018
# Version 3.37.0 (2023-02-08)
1119
## Added
1220
* New `last_activity_start` param to `project.export_labels()` for filtering which labels are exported. See docstring for more on how this works.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '3.37.0'
24+
release = '3.38.0'
2525

2626
# -- General configuration ---------------------------------------------------
2727

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "3.37.0"
2+
__version__ = "3.38.0"
33

44
from labelbox.client import Client
55
from labelbox.schema.project import Project

0 commit comments

Comments
 (0)