|
88 | 88 | "* [`ViewManager`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ViewManager)\n",
|
89 | 89 | " * Adds code snippet for initialization and updates reference documentation for methods\n",
|
90 | 90 | "\n",
|
91 |
| - "### [`arcgis.gis Enumerations`](/python/api-reference/arcgis.gis.toc.html#enumerations)\n", |
92 |
| - " * [`SpatialRelationship`](/python/api-reference/arcgis.gis.toc.html#spatialrelationship)\n", |
93 |
| - " * Adds ability to import directly\n", |
| 91 | + "#### [`arcgis.gis Enumerations`](/python/api-reference/arcgis.gis.toc.html#enumerations)\n", |
| 92 | + "* [`SpatialRelationship`](/python/api-reference/arcgis.gis.toc.html#spatialrelationship)\n", |
| 93 | + " * Adds ability to import directly\n", |
94 | 94 | " \n",
|
95 | 95 | "#### [`arcgis.gis Dataclasses`](/python/latest/api-reference/arcgis.gis.toc.html#dataclasses)\n",
|
96 |
| - " * [`ItemProperties`](/python/latest/api-reference/arcgis.gis.toc.html#itemproperties)\n", |
97 |
| - " * [`SpatialFilter`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._dataclasses.SpatialFilter)\n", |
98 |
| - " * Updates documentation with code snippets and explanation\n", |
99 |
| - " * Adds ability to import directly\n", |
| 96 | + "* [`SpatialFilter`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._dataclasses.SpatialFilter)\n", |
| 97 | + " * Updates documentation with code snippets and explanation\n", |
| 98 | + " * Adds ability to import directly\n", |
100 | 99 | "\n",
|
101 | 100 | "\n",
|
102 | 101 | "#### [`arcgis.gis.admin`](/python/latest/api-reference/arcgis.gis.admin.html#)\n",
|
| 102 | + "* [`AGOLUsageReports`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.AGOLUsageReports)\n", |
| 103 | + " * [`generate_report()`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.AGOLUsageReports.generate_report)\n", |
| 104 | + " * **New parameter:**\n", |
| 105 | + " * _time_aggregate_ \n", |
103 | 106 | "* [`LicenseManager`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.LicenseManager)\n",
|
104 | 107 | " * [`all()`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.LicenseManager.all)\n",
|
105 |
| - " * Updates error message when there are expired licenses within the organization \n", |
106 |
| - "\n", |
107 |
| - "* [`PortalAdminManager`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.PortalAdminManager)\n", |
108 |
| - "\n", |
| 108 | + " * Updates error message when there are expired licenses within the organization\n", |
109 | 109 | "\n",
|
110 | 110 | "#### [`arcgis.gis.server`](/python/latest/api-reference/arcgis.gis.server.html)\n",
|
111 | 111 | "* [`ReportManager`](/python/api-reference/arcgis.gis.server.html#reportmanager)\n",
|
112 | 112 | " * [`create()`](/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.ReportManager.create)\n",
|
113 | 113 | " * Updates reference documentation links and _queries_ parameter description \n",
|
114 | 114 | "\n",
|
115 |
| - "\n", |
116 | 115 | "#### [`arcgis.gis.agonb`](/python/latest/api-reference/arcgis.gis.agonb.html)\n",
|
117 | 116 | "* [`AGOlNotebookManager`](/python/latest/api-reference/arcgis.gis.agonb.html#agolnotebookmanager)\n",
|
118 | 117 | "\n",
|
|
124 | 123 | "* [`FeatureLayer`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer)\n",
|
125 | 124 | " * [`query()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n",
|
126 | 125 | " * Improves performance by adding multiprocessing and parameter refinement internally\n",
|
127 |
| - "\n", |
| 126 | + " * [`edit_features()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features)\n", |
| 127 | + " * Updates reference documentation with examples of returned values\n", |
| 128 | + " \n", |
128 | 129 | "* [`FeatureCollection`](/python/latest/api-reference/arcgis.features.toc.html#featurecollection)\n",
|
129 | 130 | " * [`properties`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureCollection.properties)\n",
|
130 | 131 | "\n",
|
|
133 | 134 | "* [`OrientedImageryLayer`](/python/api-reference/arcgis.features.toc.html#arcgis.features.OrientedImageryLayer)\n",
|
134 | 135 | " * Adds Table of Contents heading and documentation\n",
|
135 | 136 | "\n",
|
| 137 | + "#### [`arcgis.features.analysis`](/python/latest/api-reference/arcgis.features.analysis.html)\n", |
| 138 | + "* [`find_point_clusters()`](/python/api-reference/arcgis.features.analysis.html#arcgis.features.analysis.find_point_clusters)\n", |
| 139 | + " * Updates documentation with version availability information for _time_field_, _search_time_interval_, and _search_time_unit_ parameters\n", |
| 140 | + "\n", |
| 141 | + "\n", |
136 | 142 | "#### [`arcgis.features.managers`](/python/latest/api-reference/arcgis.features.managers.html#)\n",
|
137 | 143 | "* [`FeatureLayerCollectionManager`](/python/latest/api-reference/arcgis.features.managers.html#featurelayercollectionmanager)\n",
|
138 | 144 | " * [`create_view()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.create_view)\n",
|
|
246 | 252 | "#### [`arcgis.gis`](/python/latest/api-reference/arcgis.gis.toc.html)\n",
|
247 | 253 | "* [`GIS`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS)\n",
|
248 | 254 | " * BUG-000173116 - Fixes `KeyError` regaring _role_ values when initializing with a public account\n",
|
| 255 | + " * Fixes issue with recursion occurring on objects created using the generate token endpoint\n", |
249 | 256 | "* [`Item`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item)\n",
|
250 | 257 | " * BUG-000171384 - Fixes error where _tables_ property returned empty list when item is a Map Service\n",
|
251 | 258 | " * Fixes error when accessing _layers_ in ArcGIS Notebooks using _\"home\"_ authentication \n",
|
|
254 | 261 | " * Fixes issue where _Date Only_ fields were not handled appropriately\n",
|
255 | 262 | " * [`download()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.download)\n",
|
256 | 263 | " * Fixes failures to download json structure for specific item types, such as _Web Experiences_, lacking specific headers\n",
|
| 264 | + " * [`update()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.update)\n", |
| 265 | + " * BUG0-000172092 - Fixes issue where thumbnail was being overwritten \n", |
257 | 266 | "* [`GroupManager`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupManager)\n",
|
258 | 267 | " * [`clone()](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupManager.clone)\n",
|
259 | 268 | " * Fixes `KeyError: 'membershipAccess'` when cloning between ArcGIS Online organizations \n",
|
|
279 | 288 | "* [`Folder`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder)\n",
|
280 | 289 | " * [`add()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n",
|
281 | 290 | " * Fixes issue where _Date Only_ fields were not handled appropriately\n",
|
282 |
| - " \n", |
| 291 | + "\n", |
| 292 | + "* [`User`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.User)\n", |
| 293 | + " * BUG-000173279 - Changes how _users_ are initialized when returned in searches so that the _role_ property hydrates with custom role names \n", |
| 294 | + "\n", |
283 | 295 | "* [`UserManager`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager)\n",
|
284 | 296 | " * [`create()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.create)\n",
|
285 | 297 | "\n",
|
|
299 | 311 | "#### [`arcgis.gis.admin`](/python/latest/api-reference/arcgis.gis.admin.html)\n",
|
300 | 312 | "* [`AGOLAdminManager`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.AGOLAdminManager)\n",
|
301 | 313 | " * [`history()`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.AGOLAdminManager.history)\n",
|
302 |
| - " * BUG-000170507 - Removes _raw_ and _df_ options from the _data_format_ parameter because of inconistent results\n", |
303 |
| - " \n", |
| 314 | + " * BUG-000170507 - Removes _raw_ and _df_ options from the _data_format_ parameter because of inconistent results \n", |
304 | 315 | "* [`PortalAdminManager`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.PortalAdminManager)\n",
|
305 | 316 | " * [`mode`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.PortalAdminManager.mode)\n",
|
306 | 317 | " * BUG-000170798 - Updates reference code snippet to correctly set value\n",
|
| 318 | + "* [`AGOLUsageReports`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.AGOLUsageReports)\n", |
| 319 | + " * [`generate_report()`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.AGOLUsageReports.generate_report)\n", |
| 320 | + " * [**Public Repo Issue #2145**](https://github.com/Esri/arcgis-python-api/issues/2145) - Fixes _Specified output format not supported_ for various _report_types_, including _activity_, _credits_, _serviceUsages_, and _itemUsages_ \n", |
307 | 321 | "* [`LivingAtlasManager`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.LivingAtlasManager)\n",
|
308 |
| - " * Raises log warning instead of error when attempting to initialize object when ArcGIS Enterprise is not configured for Living Atlas content \n", |
| 322 | + " * Raises log warning instead of error when attempting to initialize object when ArcGIS Enterprise is not configured for Living Atlas content\n", |
| 323 | + "* [`SecuritySettings`](/python/latest/api-reference/arcgis.gis.admin.html#securitysettings)\n", |
| 324 | + " * [`register_idp()`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.SecuritySettings.register_idp)\n", |
| 325 | + " * BUG-000170083 - Fixes failure to register identity provider when using an _idpMetadataFile_\n", |
| 326 | + "* [`License`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.License)\n", |
| 327 | + " * [`user_entitlement()`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.License.user_entitlement)\n", |
| 328 | + " * BUG-000172452 - Fixes issue where _ArcGIS Pro_ entitlement could not be retrieved from _user_type_ which included _ArcGIS Pro_ \n", |
309 | 329 | "\n",
|
310 | 330 | "#### [`arcgis.gis.server`](/python/latest/api-reference/arcgis.gis.server.html)\n",
|
311 | 331 | "* [`DataStoreManager`](/python/latest/api-reference/arcgis.gis.server.html#arcgis.gis.server.DataStoreManager)\n",
|
|
326 | 346 | " * BUG-000171826 - Fixes issue where null values for _Int32_ or _Float64_ datatypes were converted to strings \n",
|
327 | 347 | " * [`to_featurelayer()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featurelayer)\n",
|
328 | 348 | " * Fixes `AttributeError: 'GIS' object has not attribute 'is_arcgisonline'` error\n",
|
329 |
| - " * Fixes `Overwrite unsuccessful` error and messaging when originated from a _FeatureSet_ \n", |
| 349 | + " * Fixes `Overwrite unsuccessful` error and messaging when originated from a _FeatureSet_\n", |
| 350 | + " * Updates internal processing to improve performance on large files \n", |
330 | 351 | "* [`FeatureCollection`](/python/latest/api-reference/arcgis.features.toc.html#featurecollection)\n",
|
331 | 352 | " * [`from_featureset()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureCollection.from_featureset)\n",
|
332 | 353 | " * Updates url endpoint for _Esri Symbol Page_ link in _symbol_ parameter description \n",
|
| 354 | + "\n", |
333 | 355 | " \n",
|
334 | 356 | "#### [`arcgis.features.managers`](/python/latest/api-reference/arcgis.features.managers.html) \n",
|
335 | 357 | "* [`FeatureLayerCollectionManager`]()\n",
|
|
440 | 462 | " * [`arcgis.apps.workforce.managers`](/python/api-reference/arcgis.apps.workforce.managers.html)\n",
|
441 | 463 | " * [`WorkerManager`](/python/api-reference/arcgis.apps.workforce.managers.html#workermanager)\n",
|
442 | 464 | " * [`add()`](/python/api-reference/arcgis.apps.workforce.managers.html#arcgis.apps.workforce.managers.WorkerManager.add)\n",
|
443 |
| - " * BUG-000171541 - Fixes `KeyError` when using on ArcGIS Enterprise \n", |
| 465 | + " * BUG-000171541 - Fixes `KeyError` when using on ArcGIS Enterprise\n", |
| 466 | + " * [`AssignmentManager`](/python/latest/api-reference/arcgis.apps.workforce.managers.html#assignmentmanager)\n", |
| 467 | + " * [`batch_delete()`](/python/latest/api-reference/arcgis.apps.workforce.managers.html#arcgis.apps.workforce.managers.AssignmentManager.batch_delete)\n", |
| 468 | + " * BUG-000167379 - Fixes `KeyError` when running operation \n", |
444 | 469 | "\n",
|
445 | 470 | "#### [`arcgis.learn`](/python/latest/api-reference/arcgis.learn.toc.html)\n",
|
446 | 471 | "* Deprecates the _overwrite_ parameter in `save()` methods for all models\n",
|
| 472 | + "* Fixes overutilization of GPU memory during inferencing for numerous models\n", |
447 | 473 | "\n",
|
448 | 474 | "* [Data Preparation Methods](/python/latest/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
|
449 | 475 | " * [`prepare_data()`](/python/latest/api-reference/arcgis.learn.toc.html#prepare-data)\n",
|
|
454 | 480 | "* [Automated Machine Learning](/python/latest/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n",
|
455 | 481 | "\n",
|
456 | 482 | " * [`AutoML`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.AutoML)\n",
|
457 |
| - " \n", |
458 | 483 | " * [`fit()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.AutoML.fit)\n",
|
459 |
| - "\n", |
460 | 484 | " * [`report()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.AutoML.report)\n",
|
| 485 | + " * [`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", |
461 | 487 | "\n",
|
462 | 488 | "* [Object Classification Models](/python/latest/api-reference/arcgis.learn.toc.html#object-classification-models)\n",
|
463 | 489 | " * [`FeatureClassifier`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.FeatureClassifier)\n",
|
|
481 | 507 | " * [`fit()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.MMSegmentation.fit)\n",
|
482 | 508 | "\n",
|
483 | 509 | "* [Image Translation Models](/python/latest/api-reference/arcgis.learn.toc.html#image-translation-models)\n",
|
484 |
| - " * [`Pix2Pix`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.Pix2Pix)\n", |
| 510 | + " * [`WNet_cGAN`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.wnet-cgan)\n", |
| 511 | + " * [`fit()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.WNet_cGAN.fit)\n", |
| 512 | + " * Fixes `Invalid deep learning model type` error when loading \n", |
485 | 513 | "\n",
|
486 | 514 | "* [3d Models](/python/latest/api-reference/arcgis.learn.toc/?highlight=pointcloud#d-models)\n",
|
487 | 515 | "\n",
|
|
0 commit comments