Skip to content

Commit 38ce8d9

Browse files
committed
add notes as of 12.13.2022
1 parent b14185f commit 38ce8d9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

guide/02-api-overview/release_notes_210.ipynb

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,12 @@
203203
" * Adds methods:\n",
204204
" * [`set_line_label_position()`](/python/api-reference/arcgis.features.managers.html#arcgis.features._parcel.ParcelFabricManager.set_line_label_position)\n",
205205
" * [`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",
206212
"* [`UtilityNetworkManager`](/python/api-reference/arcgis.features.managers.html#utilitynetworkmanager)\n",
207213
" * Adds methods:\n",
208214
" * [`associations()`](/python/api-reference/arcgis.features.managers.html#arcgis.features._utility.UtilityNetworkManager.associations)\n",
@@ -334,6 +340,8 @@
334340
"\n",
335341
"#### [`arcgis.graph`](/python/api-reference/arcgis.graph.html)\n",
336342
"* 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",
337345
"\n",
338346
"#### [`arcgis.mapping`](/python/api-reference/arcgis.mapping.toc.html)\n",
339347
"* [Working with 2D Maps](/python/api-reference/arcgis.mapping.toc.html#working-with-2d-maps)\n",
@@ -777,6 +785,10 @@
777785
" * `show_results()`\n",
778786
" * [`fit()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.MaskRCNN.fit)\n",
779787
" * 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",
780792
"* [3d Models](/python/api-reference/arcgis.learn.toc/?highlight=pointcloud#d-models)\n",
781793
" * [`RandLANet`](/python/api-reference/arcgis.learn.toc.html#randlanet)\n",
782794
" * [`save()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.RandLANet.save)\n",
@@ -792,6 +804,14 @@
792804
" * [`train_model()`](/python/api-reference/arcgis.learn.toc.html#train-model)\n",
793805
" * Fixes `Division by zero` erro when training multiple folders and data folders are empty"
794806
]
807+
},
808+
{
809+
"cell_type": "code",
810+
"execution_count": null,
811+
"id": "3deff311",
812+
"metadata": {},
813+
"outputs": [],
814+
"source": []
795815
}
796816
],
797817
"metadata": {

0 commit comments

Comments
 (0)