Skip to content

Commit c5628c8

Browse files
committed
updates through 2.5.25
1 parent 1a866f6 commit c5628c8

File tree

1 file changed

+86
-23
lines changed

1 file changed

+86
-23
lines changed

guide/02-api-overview/release_notes_241.ipynb

Lines changed: 86 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,22 @@
5656
" * [`import_table()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.import_table)\n",
5757
" * Adds support for _folder_ parameter\n",
5858
" * [`analyze()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.analyze)\n",
59-
" * Adds documentation note to _file_type_ parameter that _geojson_ support is available for ArcGIS Online \n",
60-
" \n",
59+
" * Adds documentation note to _file_type_ parameter that _geojson_ support is available for ArcGIS Online\n",
60+
" * [`add()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.add)\n",
61+
" * Adds note about support for _overwrite_ \n",
62+
"* [`Folders`]()\n",
63+
" * [`create()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folders.create)\n",
64+
" * **New parameter:**\n",
65+
" * _exist_ok_ \n",
6166
"* [`Folder`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder)\n",
6267
" * [`add()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n",
6368
" * **New parameter**\n",
6469
" * _upload_part_size_ - to support user import for larger part size for large files\n",
65-
"\n",
6670
" * [`delete()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.delete)\n",
6771
" * Adds documenation for return value \n",
68-
" \n",
6972
"* [`UserManager`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager)\n",
70-
" * [`create()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.create)\n",
73+
" * [`advanced_search()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.advanced_search)\n",
74+
" * Updates link endpoint for a reference to further information \n",
7175
" \n",
7276
"* [`User`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.User)\n",
7377
" * [`delete()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.User.delete)\n",
@@ -113,18 +117,28 @@
113117
" * Updates reference documentation links and _queries_ parameter description \n",
114118
"\n",
115119
"#### [`arcgis.gis.agonb`](/python/latest/api-reference/arcgis.gis.agonb.html)\n",
116-
"* [`AGOlNotebookManager`](/python/latest/api-reference/arcgis.gis.agonb.html#agolnotebookmanager)\n",
117-
"\n",
120+
"* [`NotebookManager`](/python/latest/api-reference/arcgis.gis.agonb.html#notebookmanager)\n",
121+
" * [`execute_notebook()`](/python/latest/api-reference/arcgis.gis.nb.html#arcgis.gis.nb.NotebookManager.execute_notebook)\n",
122+
" * Updates reference documentation\n",
123+
" \n",
118124
"#### [`arcgis.gis.workflowmanager`](/python/latest/api-reference/arcgis.gis.workflowmanager.html)\n",
119-
"\n",
120-
"\n",
125+
"* **New classes:**\n",
126+
" * [`ExecutionStatus`](/python/latest/api-reference/arcgis.gis.workflowmanager.html#arcgis.gis.workflowmanager.ExecutionStatus) \n",
127+
" * [`JobExecution`](/python/latest/api-reference/arcgis.gis.workflowmanager.html#arcgis.gis.workflowmanager.JobExecution)\n",
128+
" * [`MessageType`](/python/latest/api-reference/arcgis.gis.workflowmanager.html#arcgis.gis.workflowmanager.MessageType)\n",
129+
" * [`Notification`](/python/latest/api-reference/arcgis.gis.workflowmanager.html#arcgis.gis.workflowmanager.notification)\n",
130+
"* [`Job`](/python/latest/api-reference/arcgis.gis.workflowmanager.html#arcgis.gis.workflowmanager.Job)\n",
131+
" * [`set_job_version()`](/python/latest/api-reference/arcgis.gis.workflowmanager.html#arcgis.gis.workflowmanager.Job.set_job_version)\n",
132+
" * Adds support for Centralized Data References \n",
121133
"\n",
122134
"#### [`arcgis.features`](/python/latest/api-reference/arcgis.features.toc.html)\n",
123135
"* [`FeatureLayer`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer)\n",
124136
" * [`query()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n",
125137
" * Improves performance by adding multiprocessing and parameter refinement internally\n",
126138
" * [`edit_features()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features)\n",
127139
" * Updates reference documentation with examples of returned values\n",
140+
" * [`append()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.append)\n",
141+
" * Updates reference documentation with notes for further reading and how to find supported formats \n",
128142
" \n",
129143
"* [`FeatureCollection`](/python/latest/api-reference/arcgis.features.toc.html#featurecollection)\n",
130144
" * [`properties`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureCollection.properties)\n",
@@ -144,6 +158,8 @@
144158
" * [`create_view()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.create_view)\n",
145159
" * **New parameter:**\n",
146160
" * _folder_\n",
161+
"* [`FeatureLayerManager`](/python/latest/api-reference/arcgis.features.managers.html#featurelayermanager)\n",
162+
" * Updates documentation for schema change calls (_*definition()_)) with snippet and reference links\n",
147163
"\n",
148164
"\n",
149165
"#### [`arcgis.raster`](/python/latest/api-reference/arcgis.raster.toc.html#)\n",
@@ -162,7 +178,8 @@
162178
" \n",
163179
"\n",
164180
"#### [`arcgis.notebook`](https://next.sites.afd.arcgis.com/python/latest/api-reference/arcgis.notebook.html)\n",
165-
"\n",
181+
"* [`execute_notebook()`](/python/latest/api-reference/arcgis.notebook.html#arcgis.notebook.execute_notebook)\n",
182+
" * Updates reference documentation explanation and adds code snippet \n",
166183
"\n",
167184
"#### [`arcgis.geocoding`](/python/latest/api-reference/arcgis.geocoding.html)\n",
168185
"\n",
@@ -175,9 +192,46 @@
175192
" * Updates internal inheritance to remove unnecessary members from objects \n",
176193
"\n",
177194
"#### [`arcgis.graph`](/python/latest/api-reference/arcgis.graph.html)\n",
178-
"* [`KnowledgeGraph`](/python/latest/api-reference/arcgis.graph.html#knowledgegraph)\n",
179-
"\n",
180-
"\n",
195+
"* **New Data Classes:**\n",
196+
"* Click links below for complete list of classes under each heading\n",
197+
" * [Data Model Types](/python/api-reference/arcgis.graph.html#data-model-types)\n",
198+
" * [`ContraintRule`](/python/api-reference/arcgis.graph.html#constraintrule)\n",
199+
" * [`ConstraintRuleMask`](/python/api-reference/arcgis.graph.html#constraintrulemask)\n",
200+
" * [`Endpoint`](/python/api-reference/arcgis.graph.html#endpoint)\n",
201+
" * [`EntityType`](/python/api-reference/arcgis.graph.html#entitytype)\n",
202+
" * [`FieldIndex`](/python/api-reference/arcgis.graph.html#fieldindex)\n",
203+
" * [`GraphDataModel`](/python/api-reference/arcgis.graph.html#graphdatamodel)\n",
204+
" * [`GraphProperty`](/python/api-reference/arcgis.graph.html#graphproperty)\n",
205+
" * [`GraphPropertyMask`](/python/api-reference/arcgis.graph.html#graphpropertymask)\n",
206+
" * [`NamedObjectTypeMask`](/python/api-reference/arcgis.graph.html#namedobjecttypemask)\n",
207+
" * [`RelationshipExclusionRule`](/python/api-reference/arcgis.graph.html#graphpropertyrelationshipexclusionrule)\n",
208+
" * [`RelationshipExclusionRuleUpdate`](/python/api-reference/arcgis.graph.html#graphpropertyrelationshipexclusionruleupdate)\n",
209+
" * [`SetOfNamedTypes`](/python/api-reference/arcgis.graph.html#setofnamedtypes)\n",
210+
" * [`UpdateSetOfNamedTypes`](/python/api-reference/arcgis.graph.html#updatesetofnamedtypes)\n",
211+
" * [Graph Types](/python/api-reference/arcgis.graph.html#graph-types)\n",
212+
" * [`Entity`](/python/api-reference/arcgis.graph.html#entity)\n",
213+
" * [`EntityDelete`](/python/api-reference/arcgis.graph.html#entitydelete)\n",
214+
" * [`Path`](/python/api-reference/arcgis.graph.html#path)\n",
215+
" * [`Relationship`](/python/api-reference/arcgis.graph.html#relationship)\n",
216+
" * [`RelationshipDelete`](/python/api-reference/arcgis.graph.html#relationshipdelete)\n",
217+
" * [`Transform`](/python/api-reference/arcgis.graph.html#transform)\n",
218+
" * [Search Types](/python/api-reference/arcgis.graph.html#search-types)\n",
219+
" * [`SearchIndex`](/python/api-reference/arcgis.graph.html#searchindex)\n",
220+
" * [`SearchIndexProperties`](/python/api-reference/arcgis.graph.html#searchindexproperties)\n",
221+
" * [Response Types](/python/api-reference/arcgis.graph.html#response-types)\n",
222+
" * [`ApplyEditsResponse`](/python/api-reference/arcgis.graph.html#applyeditsresponse)\n",
223+
" * [`ConstraintRuleAddsResponse`](/python/api-reference/arcgis.graph.html#constraintruleaddsresponse)\n",
224+
" * [`ContraintRuleDeletesResponse`](/python/api-reference/arcgis.graph.html#constraintruledeletesresponse)\n",
225+
" * [`ConstraintRuleUpdatesResponse`](/python/api-reference/arcgis.graph.html#constraintruleupdatesresponse)\n",
226+
" * [`IndexAddsResponse`](/python/api-reference/arcgis.graph.html#indexaddsresponse)\n",
227+
" * [`IndexDeletesResponse`](/python/api-reference/arcgis.graph.html#indexdeletesresponse)\n",
228+
" * [`NamedObjectTypeAddsResponse`](/python/api-reference/arcgis.graph.html#namedobjecttypeaddsresponse)\n",
229+
" * [`NamedObjectTypeUpdateResponse`](/python/api-reference/arcgis.graph.html#namedobjecttypeupdateresponse)\n",
230+
" * [`NamedObjectTypeDeleteResponse`](/python/api-reference/arcgis.graph.html#namedobjecttypedeleteresponse)\n",
231+
" * [`PropertyAddsResponse`](/python/api-reference/arcgis.graph.html#propertyaddsresponse)\n",
232+
" * [`PropertyUpdateResponse`](/python/api-reference/arcgis.graph.html#propertyupdateresponse)\n",
233+
" * [`SyncDataModelResponse`](/python/api-reference/arcgis.graph.html#syncdatamodelresponse)\n",
234+
" * [`UpdateSearchIndexResponse`](/python/api-reference/arcgis.graph.html#updatesearchindexresponse)\n",
181235
"#### [`arcgis.layers`](/python/latest/api-reference/arcgis.layers.toc.html)\n",
182236
"* [`Service`](/python/latest/api-reference/arcgis.gis.server.html#service)\n",
183237
" * Adds support to initialize [KnowledgeGraph](/python/latest/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph) services\n",
@@ -197,9 +251,6 @@
197251
"#### [`arcgis.apps`](/python/latest/api-reference/arcgis.apps.html)\n",
198252
"* New Module:\n",
199253
" * [`itemgraph`](/python/latest/api-reference/arcgis.apps.itemgraph.html) \n",
200-
"\n",
201-
"* [`hub`](/python/latest/api-reference/arcgis.apps.hub.html)\n",
202-
" \n",
203254
"* [`storymap`](/python/latest/api-reference/arcgis.apps.storymap.html)\n",
204255
" * Adds **new parameters** _make_copyable_ and _no_seo_ to _save()_ methods for following classes:\n",
205256
" * [`StoryMap`](/python/api-reference/arcgis.apps.storymap.html#storymap)\n",
@@ -253,6 +304,7 @@
253304
"* [`GIS`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS)\n",
254305
" * BUG-000173116 - Fixes `KeyError` regaring _role_ values when initializing with a public account\n",
255306
" * Fixes issue with recursion occurring on objects created using the generate token endpoint\n",
307+
" * Fixes population of internal _User_ information for connections, such as using API Key, do not have explicit user\n",
256308
"* [`Item`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item)\n",
257309
" * BUG-000171384 - Fixes error where _tables_ property returned empty list when item is a Map Service\n",
258310
" * Fixes error when accessing _layers_ in ArcGIS Notebooks using _\"home\"_ authentication \n",
@@ -347,20 +399,25 @@
347399
" * [`to_featurelayer()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featurelayer)\n",
348400
" * Fixes `AttributeError: 'GIS' object has not attribute 'is_arcgisonline'` error\n",
349401
" * Fixes `Overwrite unsuccessful` error and messaging when originated from a _FeatureSet_\n",
350-
" * Updates internal processing to improve performance on large files \n",
402+
" * Updates internal processing to improve performance on large files\n",
403+
" * [`compare()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.compare)\n",
404+
" * [**Public Repo Issue #2214**](https://github.com/Esri/arcgis-python-api/issues/2214) - Fixes `KeyError` arising because the _match_field_ name was being truncated \n",
351405
"* [`FeatureCollection`](/python/latest/api-reference/arcgis.features.toc.html#featurecollection)\n",
352406
" * [`from_featureset()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureCollection.from_featureset)\n",
353407
" * Updates url endpoint for _Esri Symbol Page_ link in _symbol_ parameter description \n",
354408
"\n",
355409
" \n",
356410
"#### [`arcgis.features.managers`](/python/latest/api-reference/arcgis.features.managers.html) \n",
357-
"* [`FeatureLayerCollectionManager`]()\n",
411+
"* [`FeatureLayerCollectionManager`](/python/latest/api-reference/arcgis.features.managers.html#featurelayercollectionmanager)\n",
412+
" * Fixes `AttributeError: 'dict' object has no attribute 'result'` errors with definition calls to ArcGIS Online \n",
358413
" * [`update_definition()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.update_definition)\n",
359414
" * Fixes `Invalid definition` error when updating _editorTrackingInfo_ \n",
360415
" * [`create_view()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.create_view)\n",
361416
" * BUG-000169543 - Fixes `PropertyMap instance has no _serviceItemId_` error on ArcGIS Enterprise resulting in an empty view\n",
362417
" * [`overwrite()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.overwrite)\n",
363418
" * BUG-000173138 - Fixes `Error getting Item Info from Datastore` error when using on hosted _tables_ published from _service definition_ files\n",
419+
"* [`FeatureLayerManager`](/python/latest/api-reference/arcgis.features.managers.html#featurelayermanager)\n",
420+
" * Fixes issue where layer failed to refresh after calls updating the definition\n",
364421
"\n",
365422
"\n",
366423
"* [`VersionManager`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features._version.VersionManager)\n",
@@ -423,8 +480,12 @@
423480
" * Fixes issue where the _layers_ argument set to _all_ not returning results from all layers \n",
424481
"\n",
425482
"#### [`arcgis.map`](/python/api-reference/arcgis.map.toc.html)\n",
426-
" * [`PopupManager`](/python/api-reference/arcgis.map.toc.html#arcgis.map.popups.PopupManager)\n",
427-
" * Updates support for working with [table](/python/api-reference/arcgis.features.toc.html#arcgis.features.Table) objects \n",
483+
"* [`MapContent`](/python/latest/api-reference/arcgis.map.toc.html#mapcontent)\n",
484+
" * [`add()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent.add)\n",
485+
" * Fixes issue where _FeatureSets_ were not displaying if _OBJECTID_ field was not in the _fields_ list \n",
486+
"\n",
487+
"* [`PopupManager`](/python/api-reference/arcgis.map.toc.html#arcgis.map.popups.PopupManager)\n",
488+
" * Updates support for working with [table](/python/api-reference/arcgis.features.toc.html#arcgis.features.Table) objects \n",
428489
"\n",
429490
"#### [`arcgis.apps`](/python/latest/api-reference/arcgis.apps.html)\n",
430491
"* [`hub`](/python/latest/api-reference/arcgis.apps.hub.html)\n",
@@ -470,7 +531,7 @@
470531
"#### [`arcgis.learn`](/python/latest/api-reference/arcgis.learn.toc.html)\n",
471532
"* Deprecates the _overwrite_ parameter in `save()` methods for all models\n",
472533
"* Fixes overutilization of GPU memory during inferencing for numerous models\n",
473-
"\n",
534+
"* Fixes `ValueError` when using Language Pack to classify pixels\n",
474535
"* [Data Preparation Methods](/python/latest/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
475536
" * [`prepare_data()`](/python/latest/api-reference/arcgis.learn.toc.html#prepare-data)\n",
476537
" * Fixes error with ClimaX data on Linux Operating Systems\n",
@@ -483,7 +544,8 @@
483544
" * [`fit()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.AutoML.fit)\n",
484545
" * [`report()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.AutoML.report)\n",
485546
" * [`AutoDL`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.AutoDL)\n",
486-
" * Adds _RTDetrV2_, _SamLoRA_, and _Mask2Former_ as options for _network_ argument \n",
547+
" * Adds _RTDetrV2_, _SamLoRA_, and _Mask2Former_ as options for _network_ argument\n",
548+
" * Deprecates support for _OCRNet_ as option for _network_ argument \n",
487549
"\n",
488550
"* [Object Classification Models](/python/latest/api-reference/arcgis.learn.toc.html#object-classification-models)\n",
489551
" * [`FeatureClassifier`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.FeatureClassifier)\n",
@@ -528,7 +590,8 @@
528590
" * [`from_model()`](/api-reference/arcgis.learn.text.html#arcgis.learn.text.EntityRecognizer.from_model)\n",
529591
" \n",
530592
" * [`TextClassifier`](/python/latest/api-reference/arcgis.learn.text.html#textclassifier)\n",
531-
" * [`from_model()`](/python/latest/api-reference/arcgis.learn.text.html#arcgis.learn.text.TextClassifier.from_model)\n",
593+
" * [`predict()`](/python/latest/api-reference/arcgis.learn.text.html#arcgis.learn.text.TextClassifier.predict)\n",
594+
" * Fixes error processing column names with spaces when using Mistral backbone \n",
532595
" "
533596
]
534597
}

0 commit comments

Comments
 (0)