Skip to content

Commit 7bca0ca

Browse files
committed
updates through 3.18.25
1 parent fee8dce commit 7bca0ca

File tree

1 file changed

+45
-12
lines changed

1 file changed

+45
-12
lines changed

guide/02-api-overview/release_notes_241.ipynb

Lines changed: 45 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@
7878
" * Updates link endpoint for a reference to further information \n",
7979
"* [`User`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.User)\n",
8080
" * [`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",
8286
"* [`GroupMigrationManager`](/python/latest/api-reference/arcgis.gis.toc.html#groupmigrationmanager)\n",
8387
" * [`create()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupMigrationManager.create)\n",
8488
" * **New parameter:**\n",
@@ -117,7 +121,10 @@
117121
"#### [`arcgis.gis.server`](/python/latest/api-reference/arcgis.gis.server.html)\n",
118122
"* [`ReportManager`](/python/api-reference/arcgis.gis.server.html#reportmanager)\n",
119123
" * [`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",
121128
"\n",
122129
"#### [`arcgis.gis.agonb`](/python/latest/api-reference/arcgis.gis.agonb.html)\n",
123130
"* [`NotebookManager`](/python/latest/api-reference/arcgis.gis.agonb.html#notebookmanager)\n",
@@ -134,6 +141,13 @@
134141
" * [`set_job_version()`](/python/latest/api-reference/arcgis.gis.workflowmanager.html#arcgis.gis.workflowmanager.Job.set_job_version)\n",
135142
" * Adds support for Centralized Data References \n",
136143
"\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",
137151
"#### [`arcgis.features`](/python/latest/api-reference/arcgis.features.toc.html)\n",
138152
"* [`FeatureLayer`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer)\n",
139153
" * [`query()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n",
@@ -265,11 +279,9 @@
265279
" * _DeepLab_, _FasterRCNN_, _MaskRCNN_, _SingleShotDetector_, _FeatureClassifier_, _HEDEdgeDetector_\n",
266280
"* Adds _mixed_precision_ training in `fit()` method for:\n",
267281
" * _SingleShotDetector_, _RetinaNet_, _FAsterRCNN_, _YOLOv3_, _RTdetrV2_\n",
268-
"* Adds support for vit-based Clay backbones to:\n",
269-
" * _DeepLab_, _FAsterRCNN_, _MaskRCNN_, _SingleShotDetector_, _FeatureClassifier_, _HEDEdgeDetector_ \n",
270282
"* [Object Classification Models]( /python/latest/api-reference/arcgis.learn.toc.html#object-classification-models)\n",
271283
" * [`FeatureClassifier`](/python/api-reference/arcgis.learn.toc.html#featureclassifier)\n",
272-
" * Updates methods to support GradCam\n",
284+
" * Updates methods to support _GradCam_\n",
273285
" * [`save()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.FeatureClassifier.save)\n",
274286
" * [`show_results()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.FeatureClassifier.show_results)\n",
275287
" * [`predict()`](/python/python/api-reference/arcgis.learn.toc.html#arcgis.learn.FeatureClassifier.predict) \n",
@@ -281,6 +293,8 @@
281293
" * [`MLModel`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.MLModel)\n",
282294
" * Implements the _tabpfn_ model as option for _model_type_\n",
283295
"* [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",
284298
" * [`train_model()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.train_model)\n",
285299
" * Adds support for cloud store paths as the _output_name_ argument"
286300
]
@@ -349,7 +363,9 @@
349363
"* [`ViewManager`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ViewManager)\n",
350364
" * [`create()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ViewManager.create)\n",
351365
" * 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",
353369
"#### [`arcgis.gis Dataclasses`](/python/latest/api-reference/arcgis.gis.toc.html#dataclasses)\n",
354370
" * [`SpatialFilter`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._dataclasses.SpatialFilter)\n",
355371
" * [`as_json()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._dataclasses.SpatialFilter.as_json)\n",
@@ -387,13 +403,18 @@
387403
"* [`Service`](/python/latest/api-reference/arcgis.gis.server.html#service)\n",
388404
" * Fixes missing documentation\n",
389405
"* [`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",
391410
"\n",
392411
"#### [`arcgis.features`](/python/latest/api-reference/arcgis.features.toc.html)\n",
393412
"* [`FeatureLayer`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer)\n",
394413
" * [`query()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n",
395414
" * 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",
397418
"* _Spatially Enabled DataFrame_ - [`GeoAccessor`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor)\n",
398419
" * [`insert_layer()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.insert_layer)\n",
399420
" * Fixes issue on ArcGIS Enteprise where layer schema was inserted but features were not \n",
@@ -405,9 +426,11 @@
405426
" * Updates internal processing to improve performance on large files\n",
406427
" * [`compare()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.compare)\n",
407428
" * [**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",
409430
" * 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",
411434
"* [`FeatureCollection`](/python/latest/api-reference/arcgis.features.toc.html#featurecollection)\n",
412435
" * [`from_featureset()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureCollection.from_featureset)\n",
413436
" * Updates url endpoint for _Esri Symbol Page_ link in _symbol_ parameter description \n",
@@ -425,7 +448,13 @@
425448
" * Fixes issue where layer failed to refresh after calls updating the definition\n",
426449
"* [`AttachmentManager`](/python/latest/api-reference/arcgis.features.managers.html#attachmentmanager)\n",
427450
" * [`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",
429458
"\n",
430459
"#### [`arcgis.geoenrichment`](/python/latest/api-reference/arcgis.geoenrichment.html)\n",
431460
"* [`encrich()`](/python/api-reference/arcgis.geoenrichment.html#arcgis.geoenrichment.enrich)\n",
@@ -474,13 +503,17 @@
474503
" * BUG-000171541 - Fixes `KeyError` when using on ArcGIS Enterprise\n",
475504
" * [`AssignmentManager`](/python/latest/api-reference/arcgis.apps.workforce.managers.html#assignmentmanager)\n",
476505
" * [`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",
478510
"\n",
479511
"#### [`arcgis.learn`](/python/latest/api-reference/arcgis.learn.toc.html)\n",
480512
"* Deprecates the _overwrite_ parameter in `save()` methods for all models\n",
481513
"* Fixes overutilization of GPU memory during inferencing for numerous models\n",
482514
"* Fixes `ValueError` when using Language Pack to classify pixels\n",
483515
"* 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",
484517
"* [Data Preparation Methods](/python/latest/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
485518
" * [`prepare_data()`](/python/latest/api-reference/arcgis.learn.toc.html#prepare-data)\n",
486519
" * Fixes error with ClimaX data on Linux Operating Systems\n",

0 commit comments

Comments
 (0)