Skip to content

Commit 2f9459b

Browse files
committed
notes 2.21.2026..2.28.2026
1 parent 5ecf122 commit 2f9459b

1 file changed

Lines changed: 9 additions & 14 deletions

File tree

guide/02-api-overview/release_notes_243.ipynb

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797
"\n",
9898
"* [`UX`](/python/latest/api-reference/arcgis.gis.admin.html#ux)\n",
9999
" * [`MapSettings`](/python/latest/api-reference/arcgis.gis.admin.html#mapsettings)\n",
100-
" \n",
100+
" * [`default_mapviwer()`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.MapSettings.default_mapviewer)\n",
101+
" * Updates method processing and documentation to accommodate deprecation of Classic Map Viewer\n",
101102
"* [`Kubernetes`](/python/latest/api-reference/arcgis.gis.admin.html#kubernetes)\n",
102103
" * **New classes:**\n",
103104
" * [`ConfigurationJob`](/python/latest/api-reference/arcgis.gis.admin.html#configurationjob)\n",
@@ -291,18 +292,10 @@
291292
" * [`SurveyManager`](/python/latest/api-reference/arcgis.apps.survey123.html#surveymanager)\n",
292293
" * [`create()`](/python/latest/api-reference/arcgis.apps.survey123.html#arcgis.apps.survey123.SurveyManager.create)\n",
293294
" * [**Public Repo Issue #2229**](https://github.com/Esri/arcgis-python-api/issues/2229) Adds support for *Folder* objects \n",
294-
"\n",
295-
" * [`MapTour`](/python/latest/api-reference/arcgis.apps.storymap.html#maptour)\n",
296-
"\n",
297-
" * [`Map`](/python/latest/api-reference/arcgis.apps.storymap.html#map)\n",
298-
"\n",
299-
" * [`Collection`](/python/latest/api-reference/arcgis.apps.storymap.html#collection)\n",
300-
"\n",
301-
" * [`BriefingSlide`](/python/latest/api-reference/arcgis.apps.storymap.html#briefingslide)\n",
302-
"\n",
303-
" * [`SlideLayout`](/python/latest/api-reference/arcgis.apps.storymap.html#slidelayout)\n",
304-
"\n",
305-
" * [`Block`](/python/latest/api-reference/arcgis.apps.storymap.html#block)\n",
295+
"* [`arcgis.apps.itemgraph`](/python/latest/api-reference/arcgis.apps.itemgraph.html)\n",
296+
" * [`ItemGraph`](/python/latest/api-reference/arcgis.apps.itemgraph.html#itemgraph)\n",
297+
" * **New methods:**\n",
298+
" * [`to_knowledgegraph()`](/python/latest/api-reference/arcgis.apps.itemgraph.html#arcgis.apps.itemgraph.ItemGraph.to_knowledge_graph) \n",
306299
" \n",
307300
" \n",
308301
"#### [`arcgis.learn`](/python/latest/api-reference/arcgis.learn.toc.html)\n",
@@ -522,7 +515,9 @@
522515
"\n",
523516
"#### [`arcgis.raster.functions`](/python/latest/api-reference/arcgis.raster.functions.html)\n",
524517
"* [`segment_mean_shift()`](/python/latest/api-reference/arcgis.raster.functions.html#segment_mean_shift)\n",
525-
" * Adds missing parameter: *max_num_pixels_per_segment* \n",
518+
" * Adds missing parameter: *max_num_pixels_per_segment*\n",
519+
"* [`apply()`](/python/latest/api-reference/arcgis.raster.functions.html#apply)\n",
520+
" * Fixes situation where saving an imagery layer after applying a filter with rendering rule creates an empty image service \n",
526521
"\n",
527522
"#### [`arcgis.raster.functions.RFT`](/python/latest/api-reference/arcgis.raster.functions.RFT.html)\n",
528523
"* [`RFT`](/python/latest/api-reference/arcgis.raster.functions.RFT.html#arcgis.raster.functions.RFT)\n",

0 commit comments

Comments
 (0)