|
9 | 9 | "\n", |
10 | 10 | "## New\n", |
11 | 11 | "* Updates documentation regarding [ArcGIS Online terms of use](https://doc.arcgis.com/en/arcgis-online/reference/terms-of-use.htm)\n", |
12 | | - "* **New module:**\n", |
| 12 | + "* **New modules:**\n", |
| 13 | + " * [`arcgis.ai`](python/latest/api-reference/arcgis.ai.html)\n", |
| 14 | + " * Provides functionality for image and text analysis and translatation \n", |
13 | 15 | " * [`arcgis.apps.dashboards`](/python/latest/api-reference/arcgis.apps.dashboards.html)\n", |
14 | 16 | " * Focused on managing content dependencies within Dashboard items for more fluid cloning capability\n", |
15 | | - "* **Deprecated module:**\n", |
| 17 | + "* **Deprecated modules:**\n", |
16 | 18 | " * [`arcgis.apps.dashboard`](/python/latest/api-reference/arcgis.apps.dashboard.html)\n", |
17 | 19 | " * Removal of the module, which has seen no active development since the 2.1.0 release. \n", |
18 | 20 | "\n", |
|
63 | 65 | " \n", |
64 | 66 | "* [`ContentManager`](/python/latest/api-referencearcgis.gis.toc.html#contentmanager)\n", |
65 | 67 | " * [`clone_items()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)\n", |
66 | | - "\n", |
| 68 | + " * **New parameters:**\n", |
| 69 | + " * For implementations of new [`arcgis.apps.dashboards`](/python/latest/api-reference/arcgis.apps.dashboards.html) module\n", |
| 70 | + " * *dashboard_mapping* - allows for fine-grained management of lower level dashboard information layer and field metadata \n", |
| 71 | + " * *dashboard_options* \n", |
| 72 | + " * Updates internal version values of cloned dashboards to latest version compatible with the *target* organization\n", |
| 73 | + " \n", |
67 | 74 | " * [`bulk_udpate()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.bulk_update)\n", |
68 | 75 | " * Adds code example to reference documentation \n", |
69 | 76 | "\n", |
|
108 | 115 | " \n", |
109 | 116 | "\n", |
110 | 117 | "#### [`arcgis.gis.agonb`](/python/latest/api-referenceargcis.gis.agonb.html)\n", |
| 118 | + "* Enables the Python API to securely retrieve secrets for use in ArcGIS Notebooks\n", |
111 | 119 | "* [`AGOLNotebookManager`](/python/latest/api-reference/arcgis.gis.agonb.html#agolnotebookmanager)\n", |
112 | 120 | "\n", |
113 | 121 | "* [`ContainerManager`](/python/latest/api-reference/arcgis.gis.agonb.html#containermanager)\n", |
|
134 | 142 | "* [`FeatureSet`](/python/latest/api-referencearcgis.features.toc.html#featureset)\n", |
135 | 143 | "\n", |
136 | 144 | "* [`FeatureLayer`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer)\n", |
137 | | - "* Updates documentation regarding [ArcGIS Online terms of use](https://doc.arcgis.com/en/arcgis-online/reference/terms-of-use.htm) \n", |
138 | | - " * [`query()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n", |
139 | | - "\n", |
| 145 | + " * Updates documentation regarding [ArcGIS Online terms of use](https://doc.arcgis.com/en/arcgis-online/reference/terms-of-use.htm) \n", |
| 146 | + " * [`query()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n", |
| 147 | + " * [`fromitem()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.fromitem)\n", |
| 148 | + " * **New paramter:**\n", |
| 149 | + " * *id_property* - Allows for specifying *FeatureLayer.properties.id* \n", |
| 150 | + "* [`Table`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.Table)\n", |
| 151 | + " * [`fromitem()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.fromitem)\n", |
| 152 | + " * **New paramter:**\n", |
| 153 | + " * *id_property* - Allows for specifying *Table.properties.id*\n", |
| 154 | + " \n", |
140 | 155 | "* [`GeoAccessor`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.geoaccessor)\n", |
141 | 156 | " * [`from_featuresclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass)\n", |
142 | 157 | "\n", |
|
169 | 184 | "\n", |
170 | 185 | "\n", |
171 | 186 | "#### [`arcgis.raster.analytics`](/python/latest/api-referencearcgis.raster.analytics.html#)\n", |
172 | | - "\n", |
| 187 | + "* **New functions:**\n", |
| 188 | + " * [`calculate_image_service()`](/python/latest/api-reference/arcgis.raster.analytics.html#calculate-image-service-field)\n", |
| 189 | + " * [`build_multidimensional_info()`](/python/latest/api-reference/arcgis.raster.analytics.html#build-multidimensional-info)\n", |
| 190 | + " * [`detect_image_anomalies()`](/python/latest/api-reference/arcgis.raster.analytics.html#detect-image-anomalies)\n", |
| 191 | + " * [`detect_target_using_spectra()`](/python/latest/api-reference/arcgis.raster.analytics.html#detect-target-using-spectra)\n", |
| 192 | + " * [`resample_library_spectra()`](/python/latest/api-reference/arcgis.raster.analytics.html#resample-library-spectra)\n", |
| 193 | + "* [`linear_spectral_unmixing`](/python/latest/api-reference/arcgis.raster.analytics.html#linear-spectral-unmixing)\n", |
| 194 | + " ** New parameters:**\n", |
| 195 | + " * *remove_continuum* \n", |
173 | 196 | "\n", |
174 | 197 | "#### [`arcgis.raster.functions.RFT`](/python/latest/api-reference/arcgis.raster.functions.RFT.html)\n", |
175 | 198 | "\n", |
|
258 | 281 | " \n", |
259 | 282 | "#### [`arcgis.learn`](/python/latest/api-referencearcgis.learn.toc.html)\n", |
260 | 283 | "* Updates the *scale_range* and *num_it* values for *lr_find* methods\n", |
| 284 | + "* Adds support for *prithvi_v2_300M* and *prithvi_v2_600M* backbones for *Object Classifiction* and several *Object Detection* models\n", |
261 | 285 | "* [Data Preparation Methods](/python/latest/api-referencearcgis.learn.toc.html#data-preparation-methods)\n", |
262 | 286 | " * [`prepare_data()`](/python/latest/api-referencearcgis.learn.toc.html#prepare-data)\n", |
263 | 287 | "\n", |
|
371 | 395 | "* [`Kubernetes`](/python/latest/api-reference/arcgis.gis.admin.html#kubernetes)\n", |
372 | 396 | "\n", |
373 | 397 | "* [`SSLCertificates`](/python/latest/api-reference/arcgis.gis.admin.html#sslcertificates)\n", |
| 398 | + "* [`LicenseManager`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.LicenseManager)\n", |
| 399 | + " * **New method:**\n", |
| 400 | + " * [`stale_entitlement_usage()`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.LicenseManager.stale_entitlement_usage) \n", |
| 401 | + " * [`all()`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.LicenseManager.all)\n", |
| 402 | + " * [**Public Repo Issue #2447**](https://github.com/Esri/arcgis-python-api/issues/2447) - Fixes issue where method returned no results when expired licenses exist in organization\n", |
374 | 403 | "\n", |
375 | 404 | "* [`UX`](/python/latest/api-reference/arcgis.gis.admin.html#ux)\n", |
376 | 405 | " * **New classes:**\n", |
|
396 | 425 | "#### [`arcgis.gis.tasks`](/python/latest/api-referencearcgis.gis.tasks.html)\n", |
397 | 426 | "* [`TaskManager`](/python/latest/api-reference/arcgis.gis.tasks.html#arcgis.gis.tasks.TaskManager)\n", |
398 | 427 | "\n", |
| 428 | + "#### [`arcgis.apps.workflowmanager`](python/latest/api-reference/arcgis.gis.workflowmanager.html)\n", |
| 429 | + "* [`WorkflowManager`](/python/latest/api-reference/arcgis.gis.workflowmanager.html#workflowmanager)\n", |
| 430 | + " * [`create_job_template()`](/python/latest/api-reference/arcgis.gis.workflowmanager.html#arcgis.gis.workflowmanager.WorkflowManager.create_job_template)\n", |
| 431 | + " * Updates method with missing parameters: *default_job_name*, *default_status*, *default_final_status* \n", |
399 | 432 | "\n", |
400 | 433 | "#### [`arcgis.features`](/python/latest/api-referencearcgis.features.toc.html)\n", |
401 | 434 | "* [`FeatureSet`](/python/latest/api-reference/arcgis.features.toc.html#featureset)\n", |
|
453 | 486 | " * Fixes `HTTPSConnectionPool` timeout issue when initializing objects from Landsat services\n", |
454 | 487 | "\n", |
455 | 488 | "#### [`raster.analytics`](/python/latest/api-referencearcgis.raster.analytics.html)\n", |
456 | | - "\n", |
| 489 | + "* [`segment`](/python/latest/api-reference/arcgis.raster.analytics.html#segment)\n", |
| 490 | + " * Adds missing parameter: *max_segment_size_in_pixels* \n", |
457 | 491 | "\n", |
458 | 492 | "#### [`arcgis.raster.functions`](/python/latest/api-referencearcgis.raster.functions.html)\n", |
459 | | - "* [`NAME_OF_FUNCTION()`](/python/latest/api-reference/arcgis.raster.functions.html#<NAME_OF_FUNCTION)\n", |
| 493 | + "* [`segment_mean_shift()`](/python/latest/api-reference/arcgis.raster.functions.html#segment_mean_shift)\n", |
| 494 | + " * Adds missing parameter: *max_num_pixels_per_segment* \n", |
460 | 495 | "\n", |
461 | 496 | "#### [`arcgis.raster.functions.RFT`](/python/latest/api-reference/arcgis.raster.functions.RFT.html)\n", |
462 | 497 | "* [`RFT`](/python/latest/api-reference/arcgis.raster.functions.RFT.html#arcgis.raster.functions.RFT)\n", |
|
491 | 526 | " * **BUG-000181653** Fixes issue where initializing object formed the GIS url incorrectly \n", |
492 | 527 | " * [`get_theme()`](/python/latest/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story.StoryMap.get_theme) \n", |
493 | 528 | " * Fixes issue with returning correct theme\n", |
| 529 | + " * [`BriefingSlide`](/python/latest/api-reference/arcgis.apps.storymap.html#briefingslide)\n", |
| 530 | + " * Updates behavior to use requirements instead of raising an error when attempting to use *Text* object to set *title* \n", |
| 531 | + "\n", |
494 | 532 | "\n", |
495 | 533 | "\n", |
496 | 534 | "* [`itemgraph`](/python/latest/api-reference/arcgis.apps.itemgraph.html)\n", |
|
528 | 566 | "\n", |
529 | 567 | "* [Pixel Classification Models](python/latest/api-reference/arcgis.learn.toc.html#pixel-classification-models)\n", |
530 | 568 | " * [`DeepLab`](/python/latest/api-reference/arcgis.learn.toc.html#deeplab)\n", |
531 | | - "\n", |
| 569 | + " * Fixes a load failure with previously saved models configured with `timm` and `satlas` backbones using *ArcGIS Pro Classify Pixels Using Deep Learning* tool\n", |
| 570 | + " * [`SamLoRA`](/python/latest/api-reference/arcgis.learn.toc.html#samlora)\n", |
| 571 | + " * Updates internal processing to ensure default *vit_b* backbone is used when no argument provided \n", |
532 | 572 | " * [`MaXDeepLab`](/python/latest/api-reference/arcgis.learn.toc.html#maxdeeplab)\n", |
533 | 573 | "\n", |
534 | 574 | " * [`MMSegmentation`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.MMSegmentation)\n", |
|
0 commit comments