File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212## Added
1313* ` ModelRun.upsert_data_rows() `
1414 * Add data rows to a model run without also attaching labels
15- * ` OperationNotAllowedException ` is raised when users hit resource limits or are not allowed to use a particular operation.
15+ * ` OperationNotAllowedException `
16+ * raised when users hit resource limits or are not allowed to use a particular operation
1617
1718## Updated
1819* ` ModelRun.upsert_labels() `
19- * Blocks until the upsert job is complete. Error messaged have been improved.
20+ * Blocks until the upsert job is complete. Errors are messages have been improved
2021* ` Organization.invite_user() ` and ` Organization.invite_limit() ` are no longer experimental
2122* ` AnnotationGroup ` was renamed to ` ModelRunDataRow `
2223* ` ModelRun.delete_annotation_groups() ` was renamed to ` ModelRun.delete_model_run_data_rows() `
2324* ` ModelRun.annotation_groups() ` was renamed to ` ModelRun.model_run_data_rows() `
2425
2526## Fix
26- * ` DataRowMetadataField ` no longer relies on pydantic for validation and coercion
27+ * ` DataRowMetadataField ` no longer relies on pydantic for field validation and coercion
2728 * This prevents unintended type coercion from occuring
2829
2930# Version 3.7.0 (2021-10-11)
You can’t perform that action at this time.
0 commit comments