Skip to content

Commit 2fd998a

Browse files
committed
updates for page 4 10-10-23 and 12-12-23
1 parent 1276e1b commit 2fd998a

File tree

1 file changed

+46
-3
lines changed

1 file changed

+46
-3
lines changed

guide/02-api-overview/release_notes_230.ipynb

Lines changed: 46 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"\n",
1010
"## New\n",
1111
"* New implementation for sharing\n",
12-
" * [SharingManager](/python/api-reference/arcgis.gis.toc.html#sharingmanager) - for managing sharing [Item](/python/api-reference/arcgis.gis.toc.html#item) sharing\n",
12+
" * [SharingManager](/python/api-reference/arcgis.gis.toc.html#sharingmanager) - for managing [Item](/python/api-reference/arcgis.gis.toc.html#item) sharing\n",
1313
" * [SharingGroupManager](/python/api-reference/arcgis.gis.toc.html#sharinggroupmanager) - for managing [Item](/python/api-reference/arcgis.gis.toc.html#item) sharing to [Groups](/python/api-reference/arcgis.gis.toc.html#group)\n",
1414
"\n",
1515
"### [Guides](../)\n",
@@ -99,6 +99,11 @@
9999
" * Adds paging support\n",
100100
" * [`delete()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.delete)\n",
101101
" * Adds support for *permanent* argument to permanently delete items from Onlne organizations opted into Recycle Bin functionality\n",
102+
" * [`update()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.update)\n",
103+
" * Adds error messaging when run on file type items if the *item_properties* is missing a fileName value\n",
104+
"* [`Group`](/python/api-reference/arcgis.gis.toc.html#group)\n",
105+
" * [`remove_users()`]()\n",
106+
" * Updates documentation for *usernames* parameter\n",
102107
"\n",
103108
"#### [`arcgis.gis.admin`](/python/api-reference/arcgis.gis.admin.html#)\n",
104109
"* [`AGOLUsageReports`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.AGOLUsageReports)\n",
@@ -166,14 +171,19 @@
166171
"\n",
167172
"#### [`arcgis.raster.utils`](/python/api-reference/arcgis.raster.utils.html)\n",
168173
"\n",
169-
"\n",
170174
"#### [`arcgis.geoanalytics`](/python/api-reference/arcgis.geoanalytics.toc.html)\n",
171175
"* [`arcgis.geoanalytics.find_locations`](/python/api-reference/arcgis.geoanalytics.find_locations.html)\n",
172176
" \n",
173177
"#### [`arcgis.geoenrichment`](/python/api-reference/arcgis.geoenrichment.html)\n",
174178
"* [`BufferStudyArea`](/python/api-reference/arcgis.geoenrichment.html#bufferstudyarea)\n",
175179
"* [`Country`](/python/api-reference/arcgis.geoenrichment.html#country)\n",
176180
"\n",
181+
"#### [`arcgis.geometry.functions`](/python/api-reference/arcgis.geometry.functions.html)\n",
182+
"* Reorganized API Reference table of contents\n",
183+
" * Adds *Enumerations* and *Functions* subheadings\n",
184+
"* Adds class:\n",
185+
" * [`GeometryJob`](/python/api-reference/arcgis.geometry.functions.html#geometryjob)\n",
186+
"\n",
177187
"#### [`arcgis.graph`](/python/api-reference/arcgis.graph.html)\n",
178188
"* [`search()`](/python/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph.search)\n",
179189
"\n",
@@ -226,6 +236,12 @@
226236
" * [`export_training_data()`](/python/api-reference/arcgis.learn.toc.html#export-training-data)\n",
227237
" * [`export_point_dataset()`](/python/api-reference/arcgis.learn.toc.html#export-point-dataset)\n",
228238
" * [`prepare_data()`](/python/api-reference/arcgis.learn.toc.html#prepare-data)\n",
239+
" * Updates *channels_of_interest* documentations description for PSETAE model\n",
240+
" * Adds support for the *num_workers* argument for:\n",
241+
" * [`ChangeDetector`](/python/api-reference/arcgis.learn.toc.html#changedetector)\n",
242+
" * [`Pix2Pix`](/python/api-reference/arcgis.learn.toc.html#pix2pix)\n",
243+
" * [`Pix2PixHD`](/python/api-reference/arcgis.learn.toc.html#pix2pixhd)\n",
244+
" * [`SiamMask`](/python/api-reference/arcgis.learn.toc.html#siammask)\n",
229245
" * [`prepare_tabulardata()`](/python/api-reference/arcgis.learn.toc.html#prepare-tabular-data)\n",
230246
" * [`prepare_textdata()`](/python/api-reference/arcgis.learn.toc.html#prepare-textdata)\n",
231247
" * [`Transform3d`](/python/api-reference/arcgis.learn.toc.html#transform3d)\n",
@@ -247,6 +263,23 @@
247263
" * [`MMDetection`](/python/api-reference/arcgis.learn.toc.html#mmdetection)\n",
248264
" * [`DETReg`](/python/api-reference/arcgis.learn.toc.html#detreg)\n",
249265
" * [`EfficientDET`](/python/api-reference/arcgis.learn.toc.html#efficientdet)\n",
266+
"* [Pixel Classification Models](/python/api-reference/arcgis.learn.toc.html#pixel-classification-models)\n",
267+
" * [`UnetClassifier`](/python/api-reference/arcgis.learn.toc.html#unetclassifier)\n",
268+
" * [`PSPNetClassifier`](/python/api-reference/arcgis.learn.toc.html#pspnetclassifier)\n",
269+
" * [`DeepLab`](/python/api-reference/arcgis.learn.toc.html#deeplab)\n",
270+
" * [`BDCNEdgeDetector`](/python/api-reference/arcgis.learn.toc.html#bdcnedgedetector)\n",
271+
" * [`HEDEdgeDetector`](/python/api-reference/arcgis.learn.toc.html#hededgedetector)\n",
272+
" * [`MultiTaskRoadExtractor`](/python/api-reference/arcgis.learn.toc.html#multitaskroadextractor)\n",
273+
" * [`ConnectNet`](/python/api-reference/arcgis.learn.toc.html#connectnet)\n",
274+
" * [`ChangeDetector`](/python/api-reference/arcgis.learn.toc.html#changedetector)\n",
275+
" * [`MMSegmentation`](/python/api-reference/arcgis.learn.toc.html#mmsegmentation)\n",
276+
" * Integrates *prithivi* fine-tuning models\n",
277+
" * *prithivi100m_burn_scar*\n",
278+
" * *prithivi100_crop_classification*\n",
279+
" * *prithivi100m_sen1floods*\n",
280+
" * *prithivi100m*\n",
281+
" * [`MaxDeepLab`](/python/api-reference/arcgis.learn.toc.html#maxdeeplab)\n",
282+
" * [`SamLoRA`](/python/api-reference/arcgis.learn.toc.html#samlora)\n",
250283
"* [Image Translation Models](/python/api-reference/arcgis.learn.toc.html#image-translation-models)\n",
251284
" * [`CycleGan`](/python/api-reference/arcgis.learn.toc.html#cyclegan)\n",
252285
" * [`Pix2Pix`](/python/api-reference/arcgis.learn.toc.html#pix2pix)\n",
@@ -582,8 +615,10 @@
582615
" * [`load(()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.ImageryModel.load)\n",
583616
"* [Object Classification Models](/python/api-reference/arcgis.learn.toc.html#object-classification-models)\n",
584617
" * [`FeatureClassifier`](/python/api-reference/arcgis.learn.toc.html#featureclassifier)\n",
618+
" * [`predict()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.FeatureClassifier.predict)\n",
619+
" * Fixes `TypeError` when *visualize=True* with *timm* backbones\n",
585620
"* [Object Detection Models](/python/api-reference/arcgis.learn.toc.html#object-detection-models)\n",
586-
" * [`FasterRCNN`](/python/api-reference/arcgis.learn.toc.html#fasterrcnn)\n",
621+
" * Fixes training failures for models when run on multiple-GPU machines\n",
587622
" * [`RetinaNet`](/python/api-reference/arcgis.learn.toc.html#retinanet)\n",
588623
" * [`fit()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.RetinaNet.fit)\n",
589624
" * [`YOLOv3`](/python/api-reference/arcgis.learn.toc.html#yolov3)\n",
@@ -644,6 +679,14 @@
644679
" * [`list_models()`](/python/api-reference/arcgis.learn.toc.html#list-models)\n",
645680
" * [`train_model()`](/python/api-reference/arcgis.learn.toc.html#train-model)"
646681
]
682+
},
683+
{
684+
"cell_type": "code",
685+
"execution_count": null,
686+
"id": "29c77989",
687+
"metadata": {},
688+
"outputs": [],
689+
"source": []
647690
}
648691
],
649692
"metadata": {

0 commit comments

Comments
 (0)