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 12
12
## Added
13
13
* ` ModelRun.upsert_data_rows() `
14
14
* 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
16
17
17
18
## Updated
18
19
* ` 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
20
21
* ` Organization.invite_user() ` and ` Organization.invite_limit() ` are no longer experimental
21
22
* ` AnnotationGroup ` was renamed to ` ModelRunDataRow `
22
23
* ` ModelRun.delete_annotation_groups() ` was renamed to ` ModelRun.delete_model_run_data_rows() `
23
24
* ` ModelRun.annotation_groups() ` was renamed to ` ModelRun.model_run_data_rows() `
24
25
25
26
## Fix
26
- * ` DataRowMetadataField ` no longer relies on pydantic for validation and coercion
27
+ * ` DataRowMetadataField ` no longer relies on pydantic for field validation and coercion
27
28
* This prevents unintended type coercion from occuring
28
29
29
30
# Version 3.7.0 (2021-10-11)
You can’t perform that action at this time.
0 commit comments