|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 | # Next Release |
4 | | - |
5 | 4 | ## Removed |
6 | 5 | * Deprecated functions |
7 | 6 | - project.reviews() |
8 | 7 | - project.create_prediction() |
9 | 8 | - project.create_prediction_model() |
10 | 9 | - project.create_label() |
11 | 10 |
|
| 11 | +# Version 2.7b1+mea (2021-06-27) |
| 12 | +## Fix |
| 13 | +* No longer convert `ModelRun.created_by_id` to cuid on construction of a `ModelRun`. |
| 14 | + * This was causing queries for ModelRuns to fail. |
| 15 | + |
| 16 | +# Version 2.7b0+mea (2021-06-27) |
| 17 | +## Fix |
| 18 | +* Update `AnnotationGroup` to expect labelId to be a cuid instead of uuid. |
| 19 | +* Update `datarow_miou` to support masks with multiple classes in them. |
| 20 | + |
12 | 21 | # Version 2.7.0 (2021-06-27) |
13 | 22 | ## Added |
14 | 23 | * Added `dataset.export_data_rows()` which returns all `DataRows` for a `Dataset`. |
15 | 24 |
|
| 25 | +# Version 2.6b2+mea (2021-06-16) |
| 26 | +## Added |
| 27 | +* `ModelRun.annotation_groups()` to fetch data rows and label information for a model run |
| 28 | + |
16 | 29 | # Version 2.6.0 (2021-06-11) |
17 | 30 | ## Fix |
18 | 31 | * Upated `create_mask_ndjson` helper function in `image_mal.ipynb` to use the color arg |
|
25 | 38 | * Use `DataRow.create_attachment()` instead of `DataRow.create_metadata()` |
26 | 39 | * Update pydantic version |
27 | 40 |
|
| 41 | +# Version 2.5b0+mea (2021-06-11) |
| 42 | +## Added |
| 43 | +* Added new `Model` and 'ModelRun` entities |
| 44 | +* Update client to support creating and querying for `Model`s |
| 45 | +* Implement new prediction import pipeline to support both MAL and MEA |
| 46 | +* Added notebook to demonstrate how to use MEA |
| 47 | +* Added `datarow_miou` for calculating datarow level iou scores |
| 48 | + |
| 49 | + |
28 | 50 | # Version 2.5.6 (2021-05-19) |
29 | 51 | ## Fix |
30 | 52 | * MAL validation no longer raises exception when NER tool has same start and end location |
|
0 commit comments