|
579 | 579 | " * Fixes error when setting `return_distinct_values` to `True` and specifying multiple `out_fields`\n",
|
580 | 580 | " * [`properties`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.properties)\n",
|
581 | 581 | " * 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", |
582 | 584 | "* [`Spatially Enabled DataFrame`](/python/api-reference/arcgis.features.toc.html#geoaccessor) (_GeoAccessor_)\n",
|
583 | 585 | " * 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",
|
584 | 586 | " * `from_layer()`\n",
|
|
784 | 786 | " * `show_batch()`\n",
|
785 | 787 | " * `show_results()`\n",
|
786 | 788 | " * [`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", |
788 | 794 | "* [Image Translation Models](/python/api-reference/arcgis.learn.toc.html#image-translation-models)\n",
|
789 | 795 | " * [`Pix2PixHD`](/python/api-reference/arcgis.learn.toc.html#pix2pixhd)\n",
|
790 | 796 | " * [`from_model()`](/python/api-reference/arcgis.learn.toc.html#aracgis.learn.Pix2PIxHD.from_model)\n",
|
|
804 | 810 | " * [`train_model()`](/python/api-reference/arcgis.learn.toc.html#train-model)\n",
|
805 | 811 | " * Fixes `Division by zero` erro when training multiple folders and data folders are empty"
|
806 | 812 | ]
|
807 |
| - }, |
808 |
| - { |
809 |
| - "cell_type": "code", |
810 |
| - "execution_count": null, |
811 |
| - "id": "3deff311", |
812 |
| - "metadata": {}, |
813 |
| - "outputs": [], |
814 |
| - "source": [] |
815 | 813 | }
|
816 | 814 | ],
|
817 | 815 | "metadata": {
|
|
0 commit comments