Releases: Labelbox/labelbox-python
Releases · Labelbox/labelbox-python
v.3.58.1
Version 3.58.1 (2023-12-15)
Added
- Support to export all projects and all model runs to
export_v2
for adataset
and aslice
Notebooks
- Update exports v2 notebook to include methods that return
ExportTask
v.3.58.0
Version 3.58.0 (2023-12-11)
Added
ontology_id
to the model app instantiation- LLM data generation label types
run_foundry_app
to support running model foundry apps- Two methods for sending data rows to any workflow task in a project, that can also include predictions from a model run, or annotations from a different project
Fixed
- Documentation index for identifiables
Removed
- Project.datasets and Datasets.projects methods as they have been deprecated
Notebooks
- Added note books for Human labeling(GT/MAL/MEA) + data generation (GT/MAL)
- Remove relationship annotations from text and conversational imports
v.3.57.0
Version 3.57.0 (2023-11-30)
Added
- Global key support for Project move_data_rows_to_task_queue
- Project name required for project creation
Notebooks
- Updates to Image and Video notebook format
- Added additional byte array examples for Image/Video import and Image prediction import notebook
- Added a new LLM folder for new LLM import (MAL/MEA/Ground truth)
v.3.56.0
Version 3.56.0 (2023-11-21)
Added
- Support for importing raster video masks from image bytes as a source
- Add new ExportTask class to handle streaming of exports
Fixed
- Check for empty fields during webhook creation
Notebooks
- Updates to use bytes array for masks (video, image), and add examples of multiple notations per frame (video)
Release v.3.55.0
Version 3.55.0 (2023-11-06)
Fixed
- Fix the instantiation of
failed_data_row_ids
in Batch. This fix will address the issue with thecreate_batch
method for more than 1,000 data rows. - Improve Python type hints for the
data_rows()
method in the Dataset. - Fix the
DataRowMetadataOntology
methodbulk_export()
to properly export global key(s). - In the
DataRowMetadataOntology
methodupdate_enum_option
, provide a more descriptive error message when the enum option is not valid.
v.3.54.1
Version 3.54.1 (2023-10-17)
Notebooks
- Revised the notebooks to update outdated examples when using
client.create_project()
to create a project
Release v.3.54.0
Added
- Add exports v1 deprecation warning
- Create method in SDK to modify LPO priorities in bulk
Removed
- Remove backoff library
Release v.3.53.0
Version 3.53.0 (2023-10-03)
Added
- Remove LPO deprecation warning and allow greater range of priority values
- Add an sdk method to get data row by global key
- Disallow invalid quality modes during create_project
- Python 3.10 support
- Change return of dataset.create_data_rows() to Task
- Add new header to capture python version
- Updated examples to match latest updates to SDK
v.3.52.0
Version 3.52.0 (2023-08-24)
Added
- Added methods to create multiple batches for a project from a list of data rows or from a dataset
v.3.51.0
Version 3.51.0 (2023-08-14)
Added
- Added global keys to export v2 filters for project, dataset and DataRow
- Added workflow task status filtering for export v2
Notebooks
- Removed labels notebook, since almost all of the relevant methods in the notebook were not compatible with workflow paradigm.
- Updated project.ipynb to use batches not datasets