File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # Version 3.44.0 (2023-04-26)
4+
5+ ## Added
6+ * ` predictions ` param for optionally exporting predictions in model run export v2
7+ * Limits on ` model_run_ids ` and ` project_ids ` on catalog export v2 params
8+ * ` WORKFLOW_ACTION ` webhook topic
9+ * Added ` data_row_ids ` filter for dataset and project export v2
10+
11+ ## Fixed
12+ * ISO timestamp parsing for datetime metadata
13+ * Docstring typo for ` client.delete_feature_schema_from_ontology() `
14+
15+ ## Notebooks
16+ * Removed mention of embeddings metadata fields
17+ * Fixed broken colab link on ` examples/extras/classification-confusion-matrix.ipynb `
18+ * Added free text classification example to video annotation import notebook
19+ * Updated prediction_upload notebooks with Annotation Type examples
20+
321# Version 3.43.0 (2023-04-05)
422
523## Added
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.43 .0'
24+ release = '3.44 .0'
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.43 .0"
2+ __version__ = "3.44 .0"
33
44from backports .datetime_fromisoformat import MonkeyPatch
55
You can’t perform that action at this time.
0 commit comments