Skip to content

Commit 4bf87e0

Browse files
authored
Merge pull request #128 from Labelbox/develop
2.5.2 Release
2 parents ba5a500 + 206c5b0 commit 4bf87e0

25 files changed

+4834
-17
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
# Version 2.5.2 (2021-03-25)
4+
## Fix
5+
* Ontology builder defaults to None for missing fields instead of empty lists
6+
* MAL validation added extra fields to subclasses
7+
8+
### Added
9+
* Example notebooks
10+
311
## Version 2.5.1 (2021-03-15)
412
### Fix
513
* `Dataset.data_row_for_external_id` No longer throws `ResourceNotFoundError` when there are duplicates

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Labelbox Python API offers a simple, user-friendly way to interact with the
66

77
## Requirements
88

9-
* Use Python 3.7 or 3.8.
9+
* Use Python 3.6, 3.7 or 3.8.
1010
* Create an account by visiting http://app.labelbox.com/.
1111
* [Generate an API key](https://labelbox.com/docs/api/getting-started#create_api_key).
1212

examples/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Labelbox SDK Examples
2+
3+
* Learn how to use the SDK by following along
4+
5+
Structure:
6+
7+
1. basics
8+
* [Fundamentals](basics/basics.ipynb)
9+
* CRUD
10+
* [Data rows](basics/data_rows.ipynb)
11+
* [Datasets](basics/datasets.ipynb)
12+
* [Labels](basics/labels.ipynb)
13+
* [Ontologies](basics/ontologies.ipynb)
14+
* [Projects](basics/projects.ipynb)
15+
2. label_export
16+
* [Image annotation export](label_export/images.ipynb)
17+
* [Text annotation export](label_export/text.ipynb)
18+
* [Video annotation export](label_export/video.ipynb)
19+
3. model_assisted_labeling
20+
* [Image mal example](model_assisted_labeling/image_mal.ipynb)
21+
* [Named entity recognition mal example](model_assisted_labeling/ner_mal.ipynb)
22+
* [Debugging mal](model_assisted_labeling/debugging_mal.ipynb)
23+
4. project_configuration
24+
* [Project setup](project_configuration/project_setup.ipynb)
25+
* [Queue management](project_configuration/queue_management.ipynb)
26+
* [Webhooks](project_configuration/webhooks.ipynb)

0 commit comments

Comments
 (0)