diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e5dbb113..3eb867fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,22 @@ # Changelog -# Next mea release -* Added `ModelRun.annotation_groups()` to fetch data rows and label information for a model run + +# Version 2.6b0+mea (2021-06-16) +## Added +* `ModelRun.annotation_groups()` to fetch data rows and label information for a model run + + +# Version 2.6.0 (2021-06-11) +## Fix +* Upated `create_mask_ndjson` helper function in `image_mal.ipynb` to use the color arg + instead of a hardcoded color. + +## Added +* asset_metadata is now deprecated and has been replaced with asset_attachments + * `AssetAttachment` replaces `AssetMetadata` ( see definition for updated attribute names ) + * Use `DataRow.attachments()` instead of `DataRow.metadata()` + * Use `DataRow.create_attachment()` instead of `DataRow.create_metadata()` +* Update pydantic version # Version 2.5b0+mea (2021-06-11) ## Added @@ -11,6 +26,7 @@ * Added notebook to demonstrate how to use MEA * Added `datarow_miou` for calculating datarow level iou scores + # Version 2.5.6 (2021-05-19) ## Fix * MAL validation no longer raises exception when NER tool has same start and end location diff --git a/examples/basics/data_rows.ipynb b/examples/basics/data_rows.ipynb index bdcfbe13d..0271dbfcc 100644 --- a/examples/basics/data_rows.ipynb +++ b/examples/basics/data_rows.ipynb @@ -24,7 +24,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "posted-nation", "metadata": {}, "outputs": [], @@ -34,7 +34,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 1, "id": "beautiful-ready", "metadata": {}, "outputs": [], @@ -47,7 +47,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 2, "id": "vertical-stockholm", "metadata": {}, "outputs": [], @@ -78,21 +78,21 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 3, "id": "rural-fellow", "metadata": {}, "outputs": [], "source": [ "# Pick a project that has a dataset attached, data has external ids, and there are some labels\n", "# This will modify the project so just pick a dummy one that you don't care about\n", - "PROJECT_ID = \"ckk4q1viuc0w20704eh69u28h\"\n", + "PROJECT_ID = \"ckpnfquwy0kyg0y8t9rwb99cz\"\n", "# Only update this if you have an on-prem deployment\n", "ENDPOINT = \"https://api.labelbox.com/graphql\"" ] }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 4, "id": "proof-detective", "metadata": {}, "outputs": [], @@ -102,7 +102,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 5, "id": "selective-reconstruction", "metadata": {}, "outputs": [], @@ -123,7 +123,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 6, "id": "extra-paris", "metadata": {}, "outputs": [], @@ -134,7 +134,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 7, "id": "packed-going", "metadata": {}, "outputs": [ @@ -142,9 +142,9 @@ "name": "stdout", "output_type": "stream", "text": [ - "Associated dataset \n", - "Associated label(s)