Skip to content

Commit 1a866f6

Browse files
committed
updates through 1.21.25
1 parent 24e6be6 commit 1a866f6

File tree

1 file changed

+50
-22
lines changed

1 file changed

+50
-22
lines changed

guide/02-api-overview/release_notes_241.ipynb

Lines changed: 50 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -88,31 +88,30 @@
8888
"* [`ViewManager`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ViewManager)\n",
8989
" * Adds code snippet for initialization and updates reference documentation for methods\n",
9090
"\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",
9494
" \n",
9595
"#### [`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",
10099
"\n",
101100
"\n",
102101
"#### [`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",
103106
"* [`LicenseManager`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.LicenseManager)\n",
104107
" * [`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",
109109
"\n",
110110
"#### [`arcgis.gis.server`](/python/latest/api-reference/arcgis.gis.server.html)\n",
111111
"* [`ReportManager`](/python/api-reference/arcgis.gis.server.html#reportmanager)\n",
112112
" * [`create()`](/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.ReportManager.create)\n",
113113
" * Updates reference documentation links and _queries_ parameter description \n",
114114
"\n",
115-
"\n",
116115
"#### [`arcgis.gis.agonb`](/python/latest/api-reference/arcgis.gis.agonb.html)\n",
117116
"* [`AGOlNotebookManager`](/python/latest/api-reference/arcgis.gis.agonb.html#agolnotebookmanager)\n",
118117
"\n",
@@ -124,7 +123,9 @@
124123
"* [`FeatureLayer`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer)\n",
125124
" * [`query()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n",
126125
" * 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",
128129
"* [`FeatureCollection`](/python/latest/api-reference/arcgis.features.toc.html#featurecollection)\n",
129130
" * [`properties`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureCollection.properties)\n",
130131
"\n",
@@ -133,6 +134,11 @@
133134
"* [`OrientedImageryLayer`](/python/api-reference/arcgis.features.toc.html#arcgis.features.OrientedImageryLayer)\n",
134135
" * Adds Table of Contents heading and documentation\n",
135136
"\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",
136142
"#### [`arcgis.features.managers`](/python/latest/api-reference/arcgis.features.managers.html#)\n",
137143
"* [`FeatureLayerCollectionManager`](/python/latest/api-reference/arcgis.features.managers.html#featurelayercollectionmanager)\n",
138144
" * [`create_view()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.create_view)\n",
@@ -246,6 +252,7 @@
246252
"#### [`arcgis.gis`](/python/latest/api-reference/arcgis.gis.toc.html)\n",
247253
"* [`GIS`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS)\n",
248254
" * 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",
249256
"* [`Item`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item)\n",
250257
" * BUG-000171384 - Fixes error where _tables_ property returned empty list when item is a Map Service\n",
251258
" * Fixes error when accessing _layers_ in ArcGIS Notebooks using _\"home\"_ authentication \n",
@@ -254,6 +261,8 @@
254261
" * Fixes issue where _Date Only_ fields were not handled appropriately\n",
255262
" * [`download()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.download)\n",
256263
" * 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",
257266
"* [`GroupManager`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupManager)\n",
258267
" * [`clone()](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupManager.clone)\n",
259268
" * Fixes `KeyError: 'membershipAccess'` when cloning between ArcGIS Online organizations \n",
@@ -279,7 +288,10 @@
279288
"* [`Folder`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder)\n",
280289
" * [`add()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n",
281290
" * 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",
283295
"* [`UserManager`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager)\n",
284296
" * [`create()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.create)\n",
285297
"\n",
@@ -299,13 +311,21 @@
299311
"#### [`arcgis.gis.admin`](/python/latest/api-reference/arcgis.gis.admin.html)\n",
300312
"* [`AGOLAdminManager`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.AGOLAdminManager)\n",
301313
" * [`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",
304315
"* [`PortalAdminManager`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.PortalAdminManager)\n",
305316
" * [`mode`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.PortalAdminManager.mode)\n",
306317
" * 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",
307321
"* [`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",
309329
"\n",
310330
"#### [`arcgis.gis.server`](/python/latest/api-reference/arcgis.gis.server.html)\n",
311331
"* [`DataStoreManager`](/python/latest/api-reference/arcgis.gis.server.html#arcgis.gis.server.DataStoreManager)\n",
@@ -326,10 +346,12 @@
326346
" * BUG-000171826 - Fixes issue where null values for _Int32_ or _Float64_ datatypes were converted to strings \n",
327347
" * [`to_featurelayer()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featurelayer)\n",
328348
" * 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",
330351
"* [`FeatureCollection`](/python/latest/api-reference/arcgis.features.toc.html#featurecollection)\n",
331352
" * [`from_featureset()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureCollection.from_featureset)\n",
332353
" * Updates url endpoint for _Esri Symbol Page_ link in _symbol_ parameter description \n",
354+
"\n",
333355
" \n",
334356
"#### [`arcgis.features.managers`](/python/latest/api-reference/arcgis.features.managers.html) \n",
335357
"* [`FeatureLayerCollectionManager`]()\n",
@@ -440,10 +462,14 @@
440462
" * [`arcgis.apps.workforce.managers`](/python/api-reference/arcgis.apps.workforce.managers.html)\n",
441463
" * [`WorkerManager`](/python/api-reference/arcgis.apps.workforce.managers.html#workermanager)\n",
442464
" * [`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",
444469
"\n",
445470
"#### [`arcgis.learn`](/python/latest/api-reference/arcgis.learn.toc.html)\n",
446471
"* Deprecates the _overwrite_ parameter in `save()` methods for all models\n",
472+
"* Fixes overutilization of GPU memory during inferencing for numerous models\n",
447473
"\n",
448474
"* [Data Preparation Methods](/python/latest/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
449475
" * [`prepare_data()`](/python/latest/api-reference/arcgis.learn.toc.html#prepare-data)\n",
@@ -454,10 +480,10 @@
454480
"* [Automated Machine Learning](/python/latest/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n",
455481
"\n",
456482
" * [`AutoML`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.AutoML)\n",
457-
" \n",
458483
" * [`fit()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.AutoML.fit)\n",
459-
"\n",
460484
" * [`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",
461487
"\n",
462488
"* [Object Classification Models](/python/latest/api-reference/arcgis.learn.toc.html#object-classification-models)\n",
463489
" * [`FeatureClassifier`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.FeatureClassifier)\n",
@@ -481,7 +507,9 @@
481507
" * [`fit()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.MMSegmentation.fit)\n",
482508
"\n",
483509
"* [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",
485513
"\n",
486514
"* [3d Models](/python/latest/api-reference/arcgis.learn.toc/?highlight=pointcloud#d-models)\n",
487515
"\n",

0 commit comments

Comments
 (0)