|
78 | 78 | " * Updates link endpoint for a reference to further information \n", |
79 | 79 | "* [`User`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.User)\n", |
80 | 80 | " * [`delete()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.User.delete)\n", |
81 | | - " * Updates warning message when attempting to delete a _User_ who still owns items \n", |
| 81 | + " * Updates warning message when attempting to delete a _User_ who still owns items\n", |
| 82 | + " * [`folders`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.User.folders)\n", |
| 83 | + " * Updates reference documentation with code snippet\n", |
| 84 | + " * [`items()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.User.items)\n", |
| 85 | + " * Updates reference documentation with explanation and code snippet \n", |
82 | 86 | "* [`GroupMigrationManager`](/python/latest/api-reference/arcgis.gis.toc.html#groupmigrationmanager)\n", |
83 | 87 | " * [`create()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupMigrationManager.create)\n", |
84 | 88 | " * **New parameter:**\n", |
|
117 | 121 | "#### [`arcgis.gis.server`](/python/latest/api-reference/arcgis.gis.server.html)\n", |
118 | 122 | "* [`ReportManager`](/python/api-reference/arcgis.gis.server.html#reportmanager)\n", |
119 | 123 | " * [`create()`](/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.ReportManager.create)\n", |
120 | | - " * Updates reference documentation links and _queries_ parameter description \n", |
| 124 | + " * Updates reference documentation links and _queries_ parameter description\n", |
| 125 | + "* [`LogManager`](/python/latest/api-reference/arcgis.gis.server.html#arcgis.gis.server.LogManager)\n", |
| 126 | + " * [`query()`](/python/latest/api-reference/arcgis.gis.server.html#arcgis.gis.server.LogManager.query)\n", |
| 127 | + " * Updates documentation with parameter details and code snippet \n", |
121 | 128 | "\n", |
122 | 129 | "#### [`arcgis.gis.agonb`](/python/latest/api-reference/arcgis.gis.agonb.html)\n", |
123 | 130 | "* [`NotebookManager`](/python/latest/api-reference/arcgis.gis.agonb.html#notebookmanager)\n", |
|
134 | 141 | " * [`set_job_version()`](/python/latest/api-reference/arcgis.gis.workflowmanager.html#arcgis.gis.workflowmanager.Job.set_job_version)\n", |
135 | 142 | " * Adds support for Centralized Data References \n", |
136 | 143 | "\n", |
| 144 | + "#### [`arcgis.gis.tasks`](/python/latest/api-reference/arcgis.gis.tasks.html)\n", |
| 145 | + "* Adds code snippets and formatting for all members\n", |
| 146 | + "* **New properties:**\n", |
| 147 | + " * _properties_ \n", |
| 148 | + " * [`Task`](/python/latest/api-reference/arcgis.gis.tasks.html#arcgis.gis.tasks.Task)\n", |
| 149 | + " * [`Run`](/python/latest/api-reference/arcgis.gis.tasks.html#arcgis.gis.tasks.Run) \n", |
| 150 | + "\n", |
137 | 151 | "#### [`arcgis.features`](/python/latest/api-reference/arcgis.features.toc.html)\n", |
138 | 152 | "* [`FeatureLayer`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer)\n", |
139 | 153 | " * [`query()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n", |
|
265 | 279 | " * _DeepLab_, _FasterRCNN_, _MaskRCNN_, _SingleShotDetector_, _FeatureClassifier_, _HEDEdgeDetector_\n", |
266 | 280 | "* Adds _mixed_precision_ training in `fit()` method for:\n", |
267 | 281 | " * _SingleShotDetector_, _RetinaNet_, _FAsterRCNN_, _YOLOv3_, _RTdetrV2_\n", |
268 | | - "* Adds support for vit-based Clay backbones to:\n", |
269 | | - " * _DeepLab_, _FAsterRCNN_, _MaskRCNN_, _SingleShotDetector_, _FeatureClassifier_, _HEDEdgeDetector_ \n", |
270 | 282 | "* [Object Classification Models]( /python/latest/api-reference/arcgis.learn.toc.html#object-classification-models)\n", |
271 | 283 | " * [`FeatureClassifier`](/python/api-reference/arcgis.learn.toc.html#featureclassifier)\n", |
272 | | - " * Updates methods to support GradCam\n", |
| 284 | + " * Updates methods to support _GradCam_\n", |
273 | 285 | " * [`save()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.FeatureClassifier.save)\n", |
274 | 286 | " * [`show_results()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.FeatureClassifier.show_results)\n", |
275 | 287 | " * [`predict()`](/python/python/api-reference/arcgis.learn.toc.html#arcgis.learn.FeatureClassifier.predict) \n", |
|
281 | 293 | " * [`MLModel`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.MLModel)\n", |
282 | 294 | " * Implements the _tabpfn_ model as option for _model_type_\n", |
283 | 295 | "* [Model Management](/python/api-reference/arcgis.learn.toc.html#model-management)\n", |
| 296 | + " * **New class:**\n", |
| 297 | + " * [`AIServiceConnection`](/python/api-reference/arcgis.learn.toc.html#aiserviceconnection) \n", |
284 | 298 | " * [`train_model()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.train_model)\n", |
285 | 299 | " * Adds support for cloud store paths as the _output_name_ argument" |
286 | 300 | ] |
|
349 | 363 | "* [`ViewManager`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ViewManager)\n", |
350 | 364 | " * [`create()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ViewManager.create)\n", |
351 | 365 | " * Updates documentation for _set_item_id_ parameter to note suppported platform and version\n", |
352 | | - " \n", |
| 366 | + "* [`RoleManager`](/python/latest/api-reference/arcgis.gis.toc.html#rolemanager)\n", |
| 367 | + " * [`clone()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.RoleManager.clone)\n", |
| 368 | + " * Fixes `AttributeError` regarding no _name_ attribute \n", |
353 | 369 | "#### [`arcgis.gis Dataclasses`](/python/latest/api-reference/arcgis.gis.toc.html#dataclasses)\n", |
354 | 370 | " * [`SpatialFilter`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._dataclasses.SpatialFilter)\n", |
355 | 371 | " * [`as_json()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._dataclasses.SpatialFilter.as_json)\n", |
|
387 | 403 | "* [`Service`](/python/latest/api-reference/arcgis.gis.server.html#service)\n", |
388 | 404 | " * Fixes missing documentation\n", |
389 | 405 | "* [`Server`](/python/latest/api-reference/arcgis.gis.server.html#arcgis.gis.server.Server)\n", |
390 | | - " * Fixes `AttributeError` when initiliazing using the _portal_connection_ argument \n", |
| 406 | + " * Fixes `AttributeError` when initiliazing using the _portal_connection_ argument\n", |
| 407 | + "* [`LogManager`](/python/latest/api-reference/arcgis.gis.server.html#arcgis.gis.server.LogManager)\n", |
| 408 | + " * [`query()`](/python/latest/api-reference/arcgis.gis.server.html#arcgis.gis.server.LogManager.query)\n", |
| 409 | + " * Fixes issue where no results are returned if _end_time_ argument provided as a string \n", |
391 | 410 | "\n", |
392 | 411 | "#### [`arcgis.features`](/python/latest/api-reference/arcgis.features.toc.html)\n", |
393 | 412 | "* [`FeatureLayer`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer)\n", |
394 | 413 | " * [`query()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n", |
395 | 414 | " * Fixes `Cannot access local variable` error if only _OBJECTID_ field is set in _out_fields_ argument\n", |
396 | | - " * BUG-000171499 - Fixes issue with incorrect number of results returned on referenced services with _result_record_count_ set \n", |
| 415 | + " * BUG-000171499 - Fixes issue with incorrect number of results returned on referenced services with _result_record_count_ argument\n", |
| 416 | + " * [`edit_features()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features)\n", |
| 417 | + " * Fixes `Invalid 'editsUploadFormat' parameter` error when running asynchronously on ArcGIS Enterprise \n", |
397 | 418 | "* _Spatially Enabled DataFrame_ - [`GeoAccessor`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor)\n", |
398 | 419 | " * [`insert_layer()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.insert_layer)\n", |
399 | 420 | " * Fixes issue on ArcGIS Enteprise where layer schema was inserted but features were not \n", |
|
405 | 426 | " * Updates internal processing to improve performance on large files\n", |
406 | 427 | " * [`compare()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.compare)\n", |
407 | 428 | " * [**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", |
408 | | - " * [`from_featureclass()`]([`to_featureclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass)\n", |
| 429 | + " * [`from_featureclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass)\n", |
409 | 430 | " * Fixes `TypeError` when _location_ argument is an _arcpy.mp.Layer_ object\n", |
410 | | - " * Fixes `KeyError` when using a subset for the _fields_ argument in _arcpy_ environments \n", |
| 431 | + " * Fixes `KeyError` when using a subset for the _fields_ argument in _arcpy_ environments\n", |
| 432 | + " * [`from_layer()`]([`to_featureclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_layer)\n", |
| 433 | + " * Fixes issue with duplicate records returned on _Feature Layer_ objects hosted in ArcGIS Enteprise created with this method \n", |
411 | 434 | "* [`FeatureCollection`](/python/latest/api-reference/arcgis.features.toc.html#featurecollection)\n", |
412 | 435 | " * [`from_featureset()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureCollection.from_featureset)\n", |
413 | 436 | " * Updates url endpoint for _Esri Symbol Page_ link in _symbol_ parameter description \n", |
|
425 | 448 | " * Fixes issue where layer failed to refresh after calls updating the definition\n", |
426 | 449 | "* [`AttachmentManager`](/python/latest/api-reference/arcgis.features.managers.html#attachmentmanager)\n", |
427 | 450 | " * [`count()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.AttachmentManager.count)\n", |
428 | | - " * Fixes `KeyError: 'count'` when calling method \n", |
| 451 | + " * Fixes `KeyError: 'count'` when calling method\n", |
| 452 | + " * [`search()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.AttachmentManager.search)\n", |
| 453 | + " * Fixes situation where all records were returned instead of specific results \n", |
| 454 | + "\n", |
| 455 | + "#### [`arcgis.raster.orthomapping`](/python/latest/api-reference/arcgis.raster.orthomapping.html)\n", |
| 456 | + "* [`Project`](/python/latest/api-reference/arcgis.raster.orthomapping.html#project)\n", |
| 457 | + " * Fixes issue where _gis_ argument was not used for initialization\n", |
429 | 458 | "\n", |
430 | 459 | "#### [`arcgis.geoenrichment`](/python/latest/api-reference/arcgis.geoenrichment.html)\n", |
431 | 460 | "* [`encrich()`](/python/api-reference/arcgis.geoenrichment.html#arcgis.geoenrichment.enrich)\n", |
|
474 | 503 | " * BUG-000171541 - Fixes `KeyError` when using on ArcGIS Enterprise\n", |
475 | 504 | " * [`AssignmentManager`](/python/latest/api-reference/arcgis.apps.workforce.managers.html#assignmentmanager)\n", |
476 | 505 | " * [`batch_delete()`](/python/latest/api-reference/arcgis.apps.workforce.managers.html#arcgis.apps.workforce.managers.AssignmentManager.batch_delete)\n", |
477 | | - " * BUG-000167379 - Fixes `KeyError` when running operation \n", |
| 506 | + " * BUG-000167379 - Fixes `KeyError` when running operation\n", |
| 507 | + "* [`storymap`](/python/latest/api-reference/arcgis.apps.storymap.html)\n", |
| 508 | + " * [`Table`])(/python/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story_content.Table)\n", |
| 509 | + " * Fixes issue where strings were not being accepted as input for cells \n", |
478 | 510 | "\n", |
479 | 511 | "#### [`arcgis.learn`](/python/latest/api-reference/arcgis.learn.toc.html)\n", |
480 | 512 | "* Deprecates the _overwrite_ parameter in `save()` methods for all models\n", |
481 | 513 | "* Fixes overutilization of GPU memory during inferencing for numerous models\n", |
482 | 514 | "* Fixes `ValueError` when using Language Pack to classify pixels\n", |
483 | 515 | "* Fixes `URLError` when usig _from_model() to load models if the torch cache is cleared or unavailable\n", |
| 516 | + "* Fixes issue with weight loading on _Prithvi_ models\n", |
484 | 517 | "* [Data Preparation Methods](/python/latest/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n", |
485 | 518 | " * [`prepare_data()`](/python/latest/api-reference/arcgis.learn.toc.html#prepare-data)\n", |
486 | 519 | " * Fixes error with ClimaX data on Linux Operating Systems\n", |
|
0 commit comments