You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,11 @@
1
1
# Changelog
2
+
# Version 3.55.0 (2023-11-06)
3
+
## Fixed
4
+
* Fix the instantiation of `failed_data_row_ids` in Batch. This fix will address the issue with the `create_batch` method for more than 1,000 data rows.
5
+
* Improve Python type hints for the `data_rows()` method in the Dataset.
6
+
* Fix the `DataRowMetadataOntology` method `bulk_export()` to properly export global key(s).
7
+
* In the `DataRowMetadataOntology` method `update_enum_option`, provide a more descriptive error message when the enum option is not valid.
8
+
2
9
# Version 3.54.1 (2023-10-17)
3
10
## Notebooks
4
11
* Revised the notebooks to update outdated examples when using `client.create_project()` to create a project
0 commit comments