Skip to content

Commit 741bf00

Browse files
author
Matt Sokoloff
committed
changelog cleanup
1 parent 80c33aa commit 741bf00

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,19 @@
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)

0 commit comments

Comments
 (0)