Skip to content

Commit 05a3ebe

Browse files
committed
notes 11.4.25..11.11.25
1 parent 067adb6 commit 05a3ebe

1 file changed

Lines changed: 22 additions & 2 deletions

File tree

guide/02-api-overview/release_notes_243.ipynb

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
"* [`User`](/python/api-reference/arcgis.gis.toc.html#user)\n",
3636
"\n",
3737
"* [`UserManager`](/python/api-reference/arcgis.gis.toc.html#usermanager)\n",
38+
" * [`user_settings`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.user_settings)\n",
39+
" * Adds reference documentation and code example \n",
3840
" \n",
3941
"* [`ContentManager`](/python/api-reference/arcgis.gis.toc.html#contentmanager)\n",
4042
" * [`clone_items()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)\n",
@@ -140,13 +142,25 @@
140142
"\n",
141143
"#### [`arcgis.map`](/python/api-reference/arcgis.map.toc.html)\n",
142144
"* [Common Classes (Map and Scene)](/python/api-reference/arcgis.map.toc.html#common-classes-map-and-scene)\n",
143-
"\n",
145+
"* [`RendererManager`](/python/latest/api-reference/arcgis.map.toc.html#renderermanager)\n",
146+
" * [`to_template()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.renderers.RendererManager.to_template)\n",
147+
" * **New parameter:**\n",
148+
" * *path* \n",
144149
" \n",
145150
"#### [`arcgis.apps`](/python/api-reference/arcgis.apps.html) \n",
146151
"* [`dashboard`](/python/api-reference/arcgis.apps.dashboard.html)\n",
147152
" * Removed from documentation and code base. Deprecated since release 2.1.0.\n",
148153
"\n",
149154
"* [`storymap`](/python/api-reference/arcgis.apps.storymap.html)\n",
155+
"* Significant refactoring throughout module to:\n",
156+
" * update numerous internal utilities, including for *node* and *resource ID* generation\n",
157+
" * improve peformance through loading classes and data only when being used, particularly for internal functions of\n",
158+
" * [`Collection`](/python/latest/api-reference/arcgis.apps.storymap.html#collection)\n",
159+
" * [`Briefing`](/python/latest/api-reference/arcgis.apps.storymap.html#briefing) classes \n",
160+
"\n",
161+
"\n",
162+
"\n",
163+
"\n",
150164
" * [`MapTour`](/python/api-reference/arcgis.apps.storymap.html#maptour)\n",
151165
"\n",
152166
" * [`Map`](/python/api-reference/arcgis.apps.storymap.html#map)\n",
@@ -274,7 +288,9 @@
274288
"#### [`arcgis.features`](/python/api-reference/arcgis.features.toc.html)\n",
275289
"* [`FeatureLayer`](/python/api-reference/arcgis.features.toc.html#featurelayer) \n",
276290
" * [`query()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n",
277-
"\n",
291+
" * [`query_top_features()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query_top_features)\n",
292+
" * **BUG-000180522** Fixes `AttributeError` with internal processing structures\n",
293+
" \n",
278294
"* [`FeatureLayerCollection`](/python/latest/api-reference/arcgis.features.toc.html#featurelayercollection)\n",
279295
"\n",
280296
"* [`Spatially Enabled DataFrame`](/python/api-reference/arcgis.features.toc.html#geoaccessor) (_GeoAccessor_)\n",
@@ -301,6 +317,10 @@
301317
"#### [`arcgis.raster.functions`](/python/api-reference/arcgis.raster.functions.html)\n",
302318
"* [`NAME_OF_FUNCTION()`](/python/latest/api-reference/arcgis.raster.functions.html#<NAME_OF_FUNCTION)\n",
303319
"\n",
320+
"#### [`arcgis.raster.functions.RFT`](/python/latest/api-reference/arcgis.raster.functions.RFT.html)\n",
321+
"* [`RFT`](/python/latest/api-reference/arcgis.raster.functions.RFT.html#arcgis.raster.functions.RFT)\n",
322+
" * Fixes issue where parameters load incorrectly when there are value properties in the raster function template \n",
323+
"\n",
304324
"#### [`arcgis.geoenrichment`](/python/api-reference/arcgis.geoenrichment.html)\n",
305325
"* [`Country()`](/python/api-reference/arcgis.geoenrichment.html#country)\n",
306326
"\n",

0 commit comments

Comments
 (0)