|
56 | 56 | " * [`import_table()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.import_table)\n", |
57 | 57 | " * Adds support for _folder_ parameter\n", |
58 | 58 | " * [`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", |
61 | 66 | "* [`Folder`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder)\n", |
62 | 67 | " * [`add()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n", |
63 | 68 | " * **New parameter**\n", |
64 | 69 | " * _upload_part_size_ - to support user import for larger part size for large files\n", |
65 | | - "\n", |
66 | 70 | " * [`delete()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.delete)\n", |
67 | 71 | " * Adds documenation for return value \n", |
68 | | - " \n", |
69 | 72 | "* [`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", |
71 | 75 | " \n", |
72 | 76 | "* [`User`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.User)\n", |
73 | 77 | " * [`delete()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.User.delete)\n", |
|
113 | 117 | " * Updates reference documentation links and _queries_ parameter description \n", |
114 | 118 | "\n", |
115 | 119 | "#### [`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", |
118 | 124 | "#### [`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", |
121 | 133 | "\n", |
122 | 134 | "#### [`arcgis.features`](/python/latest/api-reference/arcgis.features.toc.html)\n", |
123 | 135 | "* [`FeatureLayer`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer)\n", |
124 | 136 | " * [`query()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n", |
125 | 137 | " * Improves performance by adding multiprocessing and parameter refinement internally\n", |
126 | 138 | " * [`edit_features()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features)\n", |
127 | 139 | " * 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", |
128 | 142 | " \n", |
129 | 143 | "* [`FeatureCollection`](/python/latest/api-reference/arcgis.features.toc.html#featurecollection)\n", |
130 | 144 | " * [`properties`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureCollection.properties)\n", |
|
144 | 158 | " * [`create_view()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.create_view)\n", |
145 | 159 | " * **New parameter:**\n", |
146 | 160 | " * _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", |
147 | 163 | "\n", |
148 | 164 | "\n", |
149 | 165 | "#### [`arcgis.raster`](/python/latest/api-reference/arcgis.raster.toc.html#)\n", |
|
162 | 178 | " \n", |
163 | 179 | "\n", |
164 | 180 | "#### [`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", |
166 | 183 | "\n", |
167 | 184 | "#### [`arcgis.geocoding`](/python/latest/api-reference/arcgis.geocoding.html)\n", |
168 | 185 | "\n", |
|
175 | 192 | " * Updates internal inheritance to remove unnecessary members from objects \n", |
176 | 193 | "\n", |
177 | 194 | "#### [`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", |
181 | 235 | "#### [`arcgis.layers`](/python/latest/api-reference/arcgis.layers.toc.html)\n", |
182 | 236 | "* [`Service`](/python/latest/api-reference/arcgis.gis.server.html#service)\n", |
183 | 237 | " * Adds support to initialize [KnowledgeGraph](/python/latest/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph) services\n", |
|
197 | 251 | "#### [`arcgis.apps`](/python/latest/api-reference/arcgis.apps.html)\n", |
198 | 252 | "* New Module:\n", |
199 | 253 | " * [`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", |
203 | 254 | "* [`storymap`](/python/latest/api-reference/arcgis.apps.storymap.html)\n", |
204 | 255 | " * Adds **new parameters** _make_copyable_ and _no_seo_ to _save()_ methods for following classes:\n", |
205 | 256 | " * [`StoryMap`](/python/api-reference/arcgis.apps.storymap.html#storymap)\n", |
|
253 | 304 | "* [`GIS`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS)\n", |
254 | 305 | " * BUG-000173116 - Fixes `KeyError` regaring _role_ values when initializing with a public account\n", |
255 | 306 | " * 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", |
256 | 308 | "* [`Item`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item)\n", |
257 | 309 | " * BUG-000171384 - Fixes error where _tables_ property returned empty list when item is a Map Service\n", |
258 | 310 | " * Fixes error when accessing _layers_ in ArcGIS Notebooks using _\"home\"_ authentication \n", |
|
347 | 399 | " * [`to_featurelayer()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featurelayer)\n", |
348 | 400 | " * Fixes `AttributeError: 'GIS' object has not attribute 'is_arcgisonline'` error\n", |
349 | 401 | " * 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", |
351 | 405 | "* [`FeatureCollection`](/python/latest/api-reference/arcgis.features.toc.html#featurecollection)\n", |
352 | 406 | " * [`from_featureset()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureCollection.from_featureset)\n", |
353 | 407 | " * Updates url endpoint for _Esri Symbol Page_ link in _symbol_ parameter description \n", |
354 | 408 | "\n", |
355 | 409 | " \n", |
356 | 410 | "#### [`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", |
358 | 413 | " * [`update_definition()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.update_definition)\n", |
359 | 414 | " * Fixes `Invalid definition` error when updating _editorTrackingInfo_ \n", |
360 | 415 | " * [`create_view()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.create_view)\n", |
361 | 416 | " * BUG-000169543 - Fixes `PropertyMap instance has no _serviceItemId_` error on ArcGIS Enterprise resulting in an empty view\n", |
362 | 417 | " * [`overwrite()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.overwrite)\n", |
363 | 418 | " * 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", |
364 | 421 | "\n", |
365 | 422 | "\n", |
366 | 423 | "* [`VersionManager`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features._version.VersionManager)\n", |
|
423 | 480 | " * Fixes issue where the _layers_ argument set to _all_ not returning results from all layers \n", |
424 | 481 | "\n", |
425 | 482 | "#### [`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", |
428 | 489 | "\n", |
429 | 490 | "#### [`arcgis.apps`](/python/latest/api-reference/arcgis.apps.html)\n", |
430 | 491 | "* [`hub`](/python/latest/api-reference/arcgis.apps.hub.html)\n", |
|
470 | 531 | "#### [`arcgis.learn`](/python/latest/api-reference/arcgis.learn.toc.html)\n", |
471 | 532 | "* Deprecates the _overwrite_ parameter in `save()` methods for all models\n", |
472 | 533 | "* Fixes overutilization of GPU memory during inferencing for numerous models\n", |
473 | | - "\n", |
| 534 | + "* Fixes `ValueError` when using Language Pack to classify pixels\n", |
474 | 535 | "* [Data Preparation Methods](/python/latest/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n", |
475 | 536 | " * [`prepare_data()`](/python/latest/api-reference/arcgis.learn.toc.html#prepare-data)\n", |
476 | 537 | " * Fixes error with ClimaX data on Linux Operating Systems\n", |
|
483 | 544 | " * [`fit()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.AutoML.fit)\n", |
484 | 545 | " * [`report()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.AutoML.report)\n", |
485 | 546 | " * [`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", |
487 | 549 | "\n", |
488 | 550 | "* [Object Classification Models](/python/latest/api-reference/arcgis.learn.toc.html#object-classification-models)\n", |
489 | 551 | " * [`FeatureClassifier`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.FeatureClassifier)\n", |
|
528 | 590 | " * [`from_model()`](/api-reference/arcgis.learn.text.html#arcgis.learn.text.EntityRecognizer.from_model)\n", |
529 | 591 | " \n", |
530 | 592 | " * [`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", |
532 | 595 | " " |
533 | 596 | ] |
534 | 597 | } |
|
0 commit comments