Skip to content

Commit 20a65a7

Browse files
committed
notes 1.29.26..2.5.2026
1 parent 5df7baf commit 20a65a7

1 file changed

Lines changed: 50 additions & 10 deletions

File tree

guide/02-api-overview/release_notes_243.ipynb

Lines changed: 50 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
"\n",
1010
"## New\n",
1111
"* 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",
1315
" * [`arcgis.apps.dashboards`](/python/latest/api-reference/arcgis.apps.dashboards.html)\n",
1416
" * Focused on managing content dependencies within Dashboard items for more fluid cloning capability\n",
15-
"* **Deprecated module:**\n",
17+
"* **Deprecated modules:**\n",
1618
" * [`arcgis.apps.dashboard`](/python/latest/api-reference/arcgis.apps.dashboard.html)\n",
1719
" * Removal of the module, which has seen no active development since the 2.1.0 release. \n",
1820
"\n",
@@ -63,7 +65,12 @@
6365
" \n",
6466
"* [`ContentManager`](/python/latest/api-referencearcgis.gis.toc.html#contentmanager)\n",
6567
" * [`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",
6774
" * [`bulk_udpate()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.bulk_update)\n",
6875
" * Adds code example to reference documentation \n",
6976
"\n",
@@ -108,6 +115,7 @@
108115
" \n",
109116
"\n",
110117
"#### [`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",
111119
"* [`AGOLNotebookManager`](/python/latest/api-reference/arcgis.gis.agonb.html#agolnotebookmanager)\n",
112120
"\n",
113121
"* [`ContainerManager`](/python/latest/api-reference/arcgis.gis.agonb.html#containermanager)\n",
@@ -134,9 +142,16 @@
134142
"* [`FeatureSet`](/python/latest/api-referencearcgis.features.toc.html#featureset)\n",
135143
"\n",
136144
"* [`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",
140155
"* [`GeoAccessor`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.geoaccessor)\n",
141156
" * [`from_featuresclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass)\n",
142157
"\n",
@@ -169,7 +184,15 @@
169184
"\n",
170185
"\n",
171186
"#### [`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",
173196
"\n",
174197
"#### [`arcgis.raster.functions.RFT`](/python/latest/api-reference/arcgis.raster.functions.RFT.html)\n",
175198
"\n",
@@ -258,6 +281,7 @@
258281
" \n",
259282
"#### [`arcgis.learn`](/python/latest/api-referencearcgis.learn.toc.html)\n",
260283
"* 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",
261285
"* [Data Preparation Methods](/python/latest/api-referencearcgis.learn.toc.html#data-preparation-methods)\n",
262286
" * [`prepare_data()`](/python/latest/api-referencearcgis.learn.toc.html#prepare-data)\n",
263287
"\n",
@@ -371,6 +395,11 @@
371395
"* [`Kubernetes`](/python/latest/api-reference/arcgis.gis.admin.html#kubernetes)\n",
372396
"\n",
373397
"* [`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",
374403
"\n",
375404
"* [`UX`](/python/latest/api-reference/arcgis.gis.admin.html#ux)\n",
376405
" * **New classes:**\n",
@@ -396,6 +425,10 @@
396425
"#### [`arcgis.gis.tasks`](/python/latest/api-referencearcgis.gis.tasks.html)\n",
397426
"* [`TaskManager`](/python/latest/api-reference/arcgis.gis.tasks.html#arcgis.gis.tasks.TaskManager)\n",
398427
"\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",
399432
"\n",
400433
"#### [`arcgis.features`](/python/latest/api-referencearcgis.features.toc.html)\n",
401434
"* [`FeatureSet`](/python/latest/api-reference/arcgis.features.toc.html#featureset)\n",
@@ -453,10 +486,12 @@
453486
" * Fixes `HTTPSConnectionPool` timeout issue when initializing objects from Landsat services\n",
454487
"\n",
455488
"#### [`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",
457491
"\n",
458492
"#### [`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",
460495
"\n",
461496
"#### [`arcgis.raster.functions.RFT`](/python/latest/api-reference/arcgis.raster.functions.RFT.html)\n",
462497
"* [`RFT`](/python/latest/api-reference/arcgis.raster.functions.RFT.html#arcgis.raster.functions.RFT)\n",
@@ -491,6 +526,9 @@
491526
" * **BUG-000181653** Fixes issue where initializing object formed the GIS url incorrectly \n",
492527
" * [`get_theme()`](/python/latest/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story.StoryMap.get_theme) \n",
493528
" * 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",
494532
"\n",
495533
"\n",
496534
"* [`itemgraph`](/python/latest/api-reference/arcgis.apps.itemgraph.html)\n",
@@ -528,7 +566,9 @@
528566
"\n",
529567
"* [Pixel Classification Models](python/latest/api-reference/arcgis.learn.toc.html#pixel-classification-models)\n",
530568
" * [`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",
532572
" * [`MaXDeepLab`](/python/latest/api-reference/arcgis.learn.toc.html#maxdeeplab)\n",
533573
"\n",
534574
" * [`MMSegmentation`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.MMSegmentation)\n",

0 commit comments

Comments
 (0)