|
203 | 203 | " * Adds methods:\n",
|
204 | 204 | " * [`set_line_label_position()`](/python/api-reference/arcgis.features.managers.html#arcgis.features._parcel.ParcelFabricManager.set_line_label_position)\n",
|
205 | 205 | " * [`transfer_parcel()`](/python/api-reference/arcgis.features.managers.html#arcgis.features._parcel.ParcelFabricManager.transfer_parcel)\n",
|
| 206 | + " * [`duplicate()`](/python/api-reference/arcgis.features.managers.html#arcgis.features._parcel.ParcelFabricManager.duplicate)\n", |
| 207 | + " * Adds parameters:\n", |
| 208 | + " * `repeat_count`\n", |
| 209 | + " * `update_field`\n", |
| 210 | + " * `start_value`\n", |
| 211 | + " * `increment_value`\n", |
206 | 212 | "* [`UtilityNetworkManager`](/python/api-reference/arcgis.features.managers.html#utilitynetworkmanager)\n",
|
207 | 213 | " * Adds methods:\n",
|
208 | 214 | " * [`associations()`](/python/api-reference/arcgis.features.managers.html#arcgis.features._utility.UtilityNetworkManager.associations)\n",
|
|
334 | 340 | "\n",
|
335 | 341 | "#### [`arcgis.graph`](/python/api-reference/arcgis.graph.html)\n",
|
336 | 342 | "* Adds documentation introducing module and noting which versions of the API can work with which versions of ArcGIS Enterprised deployments of knowldege graphs\n",
|
| 343 | + "* [`search()`](/python/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph.search)\n", |
| 344 | + " * Adds documentation note on finding valid values for `category` argument\n", |
337 | 345 | "\n",
|
338 | 346 | "#### [`arcgis.mapping`](/python/api-reference/arcgis.mapping.toc.html)\n",
|
339 | 347 | "* [Working with 2D Maps](/python/api-reference/arcgis.mapping.toc.html#working-with-2d-maps)\n",
|
|
777 | 785 | " * `show_results()`\n",
|
778 | 786 | " * [`fit()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.MaskRCNN.fit)\n",
|
779 | 787 | " * Fixes `ValueError math domain error` \n",
|
| 788 | + "* [Image Translation Models](/python/api-reference/arcgis.learn.toc.html#image-translation-models)\n", |
| 789 | + " * [`Pix2PixHD`](/python/api-reference/arcgis.learn.toc.html#pix2pixhd)\n", |
| 790 | + " * [`from_model()`](/python/api-reference/arcgis.learn.toc.html#aracgis.learn.Pix2PIxHD.from_model)\n", |
| 791 | + " * Fixes `TypeError` regarding multiple backbones issue when using a checkpoint file\n", |
780 | 792 | "* [3d Models](/python/api-reference/arcgis.learn.toc/?highlight=pointcloud#d-models)\n",
|
781 | 793 | " * [`RandLANet`](/python/api-reference/arcgis.learn.toc.html#randlanet)\n",
|
782 | 794 | " * [`save()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.RandLANet.save)\n",
|
|
792 | 804 | " * [`train_model()`](/python/api-reference/arcgis.learn.toc.html#train-model)\n",
|
793 | 805 | " * Fixes `Division by zero` erro when training multiple folders and data folders are empty"
|
794 | 806 | ]
|
| 807 | + }, |
| 808 | + { |
| 809 | + "cell_type": "code", |
| 810 | + "execution_count": null, |
| 811 | + "id": "3deff311", |
| 812 | + "metadata": {}, |
| 813 | + "outputs": [], |
| 814 | + "source": [] |
795 | 815 | }
|
796 | 816 | ],
|
797 | 817 | "metadata": {
|
|
0 commit comments