Skip to content

Commit 3d665b1

Browse files
committed
notes up through UserResources 7.20..7.27
1 parent bf973f7 commit 3d665b1

1 file changed

Lines changed: 52 additions & 21 deletions

File tree

guide/02-api-overview/release_notes_242.ipynb

Lines changed: 52 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,17 @@
7272
"### Module Changes\n",
7373
"\n",
7474
"#### [`arcgis.gis`](/python/api-reference/arcgis.gis.toc.html)\n",
75+
"* **New Classes:**\n",
76+
" * [`Job`](/python/latest/api-reference/arcgis.gis.toc.html#job)\n",
77+
" * Adds documentation for class as it is return type for [Folder.add()](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add) method \n",
7578
"* [`GIS`](/python/api-reference/arcgis.gis.toc.html#gis)\n",
7679
" * ENH-000155803 - Adds support for initializing users configured for multifactor authentication\n",
7780
" * Fixes performance issue with internal session objects created unnecessarily furing initialization\n",
7881
" * [`notebook_server`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS.notebook_server)\n",
7982
" * Adds support for ArcGIS Enterprise on Kubernetes\n",
8083
"* [`User`](/python/api-reference/arcgis.gis.toc.html#user)\n",
84+
" * **New properties:**\n",
85+
" * [`resources`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.User.resources) \n",
8186
"* [`UserManager`](/python/api-reference/arcgis.gis.toc.html#usermanager)\n",
8287
" * [`create()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.create)\n",
8388
" * **New parameters:**\n",
@@ -87,7 +92,10 @@
8792
"* [`ItemTypeEnum`](/python/latest/api-reference/arcgis.gis.toc.html#itemtypeenum)\n",
8893
" * Adds support for:\n",
8994
" * `MOBILE_BASEMAP_PACKAGE`\n",
90-
" * `MOBILE_MAP_PACKAGE` \n",
95+
" * `MOBILE_MAP_PACKAGE`\n",
96+
"* [`Folder`]()\n",
97+
" * [`add()`](https://next.gha.afd.arcgis.com/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n",
98+
" * Adds documentation linkink to resulting [Job](/python/latest/api-reference/arcgis.gis.toc.html#job) object\n",
9199
"\n",
92100
"#### [`arcgis.gis.admin`](/python/api-reference/arcgis.gis.admin.html#)\n",
93101
"* **New Classes:**\n",
@@ -220,6 +228,9 @@
220228
"\n",
221229
"#### [`arcgis.raster.functions.gbl`](/python/api-reference/arcgis.raster.functions.gbl.html)\n",
222230
"\n",
231+
"#### [`arcgis.raster.functions.RFT`](/python/latest/api-reference/arcgis.raster.functions.RFT.html)\n",
232+
"* Adds support for new format when using local functions\n",
233+
"\n",
223234
"\n",
224235
"#### [`arcgis.raster.utils`](/python/api-reference/arcgis.raster.utils.html)\n",
225236
"\n",
@@ -233,13 +244,23 @@
233244
" * **New parameters:**\n",
234245
" * `derivative_variables` - adds support for [derivative variables](/rest/geoenrichment/enrich/#addderivativevariables) \n",
235246
"\n",
236-
"#### [`arcgis.graph`](/python/api-reference/arcgis.graph.html)\n",
247+
"#### [`arcgis.graph`](python/latest/api-reference/arcgis.graph.toc.html)\n",
237248
"* [`search()`](/python/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph.search)\n",
238249
"\n",
250+
"#### [`arcgis.layers`](python/latest/api-reference/arcgis.layers.toc.html)\n",
239251
"\n",
240-
"#### [`arcgis.mapping`](/python/api-reference/arcgis.mapping.toc.html)\n",
241-
"* [Working with 2D Maps](/python/api-reference/arcgis.mapping.toc.html#working-with-2d-maps)\n",
242-
" * [`WebMap`](/python/api-reference/arcgis.mapping.toc.html#webmap)\n",
252+
"#### [`arcgis.map`](/python/api-reference/arcgis.map.toc.html)\n",
253+
"* [Common Classes (Map and Scene)](/python/api-reference/arcgis.map.toc.html#common-classes-map-and-scene)\n",
254+
" * **New classes:**\n",
255+
" * [`BasemapStylesService`](/python/api-reference/arcgis.map.toc.html#arcgis.map.BasemapStylesService)\n",
256+
" * [`BasemapStyle`](/python/api-reference/arcgis.map.toc.html#arcgis.map.BasemapStyle)\n",
257+
" * [`BasemapManager`](/python/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.BasemapManager)\n",
258+
" * **New properties:**\n",
259+
" * [`basemap_styles_service`](/python/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.BasemapManager.basemap_styles_service)\n",
260+
"* [Basemap Styles Enumerations](/python/api-reference/arcgis.map.toc.html#basemap-styles-enumerations)\n",
261+
" * [`BasemapStyleLanguage`](/python/api-reference/arcgis.map.toc.html#arcgis.map.BasemapStyle.language)\n",
262+
" * [`BasemapStylePlace`](/python/api-reference/arcgis.map.toc.html#arcgis.map.BasemapStyle.place)\n",
263+
" * [`BasemapStyleWorldview`](/python/api-reference/arcgis.map.toc.html#arcgis.map.BasemapStyle.language)\n",
243264
"* [Working with 3D Maps](/python/api-reference/arcgis.mapping.toc.html#working-with-3d-maps)\n",
244265
" * [`VoxelLayer`](/python/api-reference/arcgis.mapping.toc.html#voxellayer)\n",
245266
"* [Working with Map Service Layers]()\n",
@@ -441,20 +462,20 @@
441462
"### Module Changes\n",
442463
"\n",
443464
"#### [`arcgis.gis`](/python/api-reference/arcgis.gis.toc.html)\n",
444-
"* **New Classes:**\n",
445-
" * [`Job`](/python/latest/api-reference/arcgis.gis.toc.html#job)\n",
446-
" * Adds documentation for class as it is return type for [Folder.add()](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add) method \n",
447-
"* [`GIS`](/python/api-reference/arcgis.gis.toc.html#gis)\n",
448-
" * Fixes issue when value entered for *url* argument had a trailing slash, it caused subsequent operations to fail with double slashes in the url\n",
465+
"* Fixes issue when value entered for *url* argument had a trailing slash, it caused subsequent operations to fail with double slashes in the url\n",
449466
" * [`notebook_server`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS.notebook_server)\n",
450467
" * Fixes issue with malformed urls when accessing *Notebook Server* configured for ArcGIS Enterprise on Kubernetes\n",
451468
" * Fixes issue where blank list returned if server licensed as *Notebook Server* was licensed as other roles \n",
452469
" * [`hosting_servers`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS.hosting_servers)\n",
453470
"* [`Item`](/python/api-reference/arcgis.gis.toc.html#item)\n",
471+
" * Fixes issue where mosaic rule not recognized when rendering item in notebooks \n",
454472
" * [`attachments_size`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.attachments_size)\n",
455473
" * Fixes issue where property returned None\n",
456-
" * [`remap_data`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.remap_data)\n",
457-
" * Fixes permissions error when attempting to remap data in a cloned item \n",
474+
" * [`remap_data`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.remap_data)\n",
475+
" * Fixes permissions error when attempting to remap data in a cloned item\n",
476+
" * [`publish()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.publish)\n",
477+
" * Fixes issue where *spk* and *slpk* items failed to publish because request was not accommodating cache correctly\n",
478+
" * Fixes issue where *tpk* items failed to publish layer content in *ArcGIS Online* \n",
458479
"* [`ContentManager`](/python/api-reference/arcgis.gis.toc.html#contentmanager)\n",
459480
" * [`clone_items()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)\n",
460481
" * **BUG-000172746** - Fixes issue when cloning hosted feature layers resulted in different item id for cloned feature service and cloned feature service\n",
@@ -463,7 +484,8 @@
463484
" * **BUG-000174859** - Fixes issue with cloning *Survey123 Form* items multiple times in succession with *preserve_item_id=True*\n",
464485
"* [`Folder`]()\n",
465486
" * [`add()`](https://next.gha.afd.arcgis.com/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n",
466-
" * Adds documentation linkink to resulting [Job](/python/latest/api-reference/arcgis.gis.toc.html#job) object \n",
487+
" * Fixes issue where item *tags* entered as strings were overwriting existing tags instead of updating\n",
488+
" * **BUG-000176760** - Fixes return type documentation and internal code processing \n",
467489
"* [`Group`](/python/api-reference/arcgis.gis.toc.html#group)\n",
468490
" * [`update()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Group.update)\n",
469491
" * **BUG-000174312** - Fixes issue where could not remove all the tags for a group\n",
@@ -539,6 +561,8 @@
539561
" * Fixes incorrect results when using *out_statistics* and *group_by_fields_for_statistics* arguments together\n",
540562
" * [`properties`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.properties)\n",
541563
" * [`edit_features()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features)\n",
564+
"* [`FeatureLayerCollection`](/python/latest/api-reference/arcgis.features.toc.html#featurelayercollection)\n",
565+
" * Fixes issue where active gis was not being passed correctly into the initialization \n",
542566
"* [`Spatially Enabled DataFrame`](/python/api-reference/arcgis.features.toc.html#geoaccessor) (_GeoAccessor_)\n",
543567
" * [`project()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.project)\n",
544568
" * Fixes failure to project data when spatial reference added as a dictionary\n",
@@ -561,7 +585,8 @@
561585
"\n",
562586
"#### [`arcgis.features.managers`](/python/api-reference/arcgis.features.managers.html) \n",
563587
"* [`FeatureLayerCollectionManager`](/python/api-reference/arcgis.features.managers.html#featurelayercollectionmanager)\n",
564-
" * [`create_view()`]()\n",
588+
" * [`create_view()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.create_view)\n",
589+
" * Fixes issue in ArcGIS Online where interal ID value was not passed to request correctly \n",
565590
"* [`UtilityNetworkManager`](/python/api-reference/arcgis.features.managers.html#utilitynetworkmanager)\n",
566591
" * [`trace()`](/python/api-reference/arcgis.features.managers.html#utilitynetworkmanager.trace)\n",
567592
"* [`ValidationManager`](/python/api-reference/arcgis.features.managers.html#validationmanager)\n",
@@ -627,13 +652,19 @@
627652
"#### [`arcgis.geometry`](/python/api-reference/arcgis.geometry.html)\n",
628653
"* [`Geometry`](/api-reference/arcgis.geometry.html#geometry)\n",
629654
" * [`project()`](/python/api-reference/arcgis.geometry.html#project)\n",
630-
"\n",
631-
"#### [`arcgis.mapping`](/python/api-reference/arcgis.mapping.toc.html)\n",
632-
"* [Working with 2D Maps](/python/api-reference/arcgis.mapping.toc.html#working-with-2d-maps)\n",
633-
" * [`WebMap`](/python/api-reference/arcgis.mapping.toc.html#webmap)\n",
634-
" * [`gallery_basemaps`](/python/api-reference/arcgis.mapping.toc.html#arcgis.mapping.WebMap.gallery_basemaps)\n",
635-
" * [`OfflineMapAreaManager`](/python/api-reference/arcgis.mapping.toc.html#offlinemapareamanager)\n",
636-
" * [`create()`](/python/api-reference/arcgis.mapping.toc.html#arcgis.mapping.OfflineMapAreaManager.create)\n",
655+
" \n",
656+
"#### [`arcgis.graph`](python/latest/api-reference/arcgis.graph.toc.html)\n",
657+
"\n",
658+
"#### [`arcgis.layers`](python/latest/api-reference/arcgis.layers.toc.html)\n",
659+
"* **Deprecated classes:**\n",
660+
" * [`BasemapServices`](/python/latest/api-reference/arcgis.layers.toc.html#basemapservices)\n",
661+
" * [`BasemapService`](/python/latest/api-reference/arcgis.layers.toc.html#basemapservice) \n",
662+
"\n",
663+
"#### [`arcgis.map`](/python/api-reference/arcgis.map.toc.html)\n",
664+
"* [Map Classes](/python/latest/api-reference/arcgis.map.toc.html#map-classes)\n",
665+
" * [`MapContent`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent)\n",
666+
" * [`add()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent.add)\n",
667+
" * Fixes issue where mosaic rules were not recognized when rendering item \n",
637668
"* [Working with 3D Maps](/python/api-reference/arcgis.mapping.toc.html#working-with-3d-maps)\n",
638669
" * [`SceneLayer`](/python/api-reference/arcgis.mapping.toc.html#scenelayer)\n",
639670
" * [`SceneLayerManager`](/python/api-reference/arcgis.mapping.toc.html#scenelayermanager)\n",

0 commit comments

Comments
 (0)