Skip to content

Commit 2153b03

Browse files
committed
notes as of 12.14.2022
1 parent 38ce8d9 commit 2153b03

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

guide/02-api-overview/release_notes_210.ipynb

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,8 @@
579579
" * Fixes error when setting `return_distinct_values` to `True` and specifying multiple `out_fields`\n",
580580
" * [`properties`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.properties)\n",
581581
" * Fixes failure to load on layers with a `VersionManagementService` and `attachments` enabled\n",
582+
" * [`edit_features()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features)\n",
583+
" * BUG-000142118 Fixes issue in environments without `ArcPy` where method fails to add polygon features with holes\n",
582584
"* [`Spatially Enabled DataFrame`](/python/api-reference/arcgis.features.toc.html#geoaccessor) (_GeoAccessor_)\n",
583585
" * Fixes [**Public Repo Issue #1295**](https://github.com/Esri/arcgis-python-api/issues/1295) `Could not load dataset` error returned when using these methods when columns contain non-finite values, such as `NA` or `Inf`:\n",
584586
" * `from_layer()`\n",
@@ -784,7 +786,11 @@
784786
" * `show_batch()`\n",
785787
" * `show_results()`\n",
786788
" * [`fit()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.MaskRCNN.fit)\n",
787-
" * Fixes `ValueError math domain error` \n",
789+
" * Fixes `ValueError math domain error`\n",
790+
" * [`YOLOv3`](/python/api-reference/arcgis.learn.toc.html#yolov3)\n",
791+
" * Fixes `show_results` returning faded images\n",
792+
" * [`predict()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.YOLOv3.predict)\n",
793+
" * Fixes issue where axes displayed in imagery visualization\n",
788794
"* [Image Translation Models](/python/api-reference/arcgis.learn.toc.html#image-translation-models)\n",
789795
" * [`Pix2PixHD`](/python/api-reference/arcgis.learn.toc.html#pix2pixhd)\n",
790796
" * [`from_model()`](/python/api-reference/arcgis.learn.toc.html#aracgis.learn.Pix2PIxHD.from_model)\n",
@@ -804,14 +810,6 @@
804810
" * [`train_model()`](/python/api-reference/arcgis.learn.toc.html#train-model)\n",
805811
" * Fixes `Division by zero` erro when training multiple folders and data folders are empty"
806812
]
807-
},
808-
{
809-
"cell_type": "code",
810-
"execution_count": null,
811-
"id": "3deff311",
812-
"metadata": {},
813-
"outputs": [],
814-
"source": []
815813
}
816814
],
817815
"metadata": {

0 commit comments

Comments
 (0)