Skip to content

Commit 532ec3c

Browse files
committed
notes 11.12.25..11.19.25
1 parent 2a30ba1 commit 532ec3c

1 file changed

Lines changed: 48 additions & 14 deletions

File tree

guide/02-api-overview/release_notes_243.ipynb

Lines changed: 48 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"\n",
9090
"* [`NotebookDataAccess`](/python/latest/api-reference/arcgis.gis.nb.html#arcgis.gis.nb._dataaccess.NotebookDataAccess)\n",
9191
"\n",
92+
" \n",
9293
"* [`NotebookFile`](/python/latest/api-reference/arcgis.gis.nb.html#arcgis.gis.nb._dataaccess.NotebookFile)\n",
9394
"\n",
9495
" \n",
@@ -117,6 +118,10 @@
117118
"\n",
118119
"* [`VersionManager`](/python/api-reference/arcgis.features.managers.html#versionmanager)\n",
119120
"\n",
121+
"#### [`arcgis.features.analysis`](/python/latest/api-reference/arcgis.features.analysis.html)\n",
122+
"* Adds deprecation notice for return type to those functions with *estimate* parameter\n",
123+
"\n",
124+
"#### [`arcgis.features.analyze_patterns`](/python/api-reference/arcgis.features.analyze_patterns.html)\n",
120125
"\n",
121126
"#### [`arcgis.features.analyze_patterns`](/python/api-reference/arcgis.features.analyze_patterns.html)\n",
122127
"\n",
@@ -131,6 +136,12 @@
131136
"\n",
132137
"\n",
133138
"#### [`arcgis.raster.realitymapping`](/python/latest/api-reference/arcgis.raster.realitymapping.html)\n",
139+
"* [`Project`](/python/latest/api-reference/arcgis.raster.realitymapping.html#arcgis.raster.realitymapping.Project)\n",
140+
" * **New parameter:**\n",
141+
" * *project* - for creating a new *Project item*\n",
142+
" * **New method:**\n",
143+
" * [`from_item()`](/python/latest/api-reference/arcgis.raster.realitymapping.html#arcgis.raster.realitymapping.Project.from_item)\n",
144+
" * for creating a *Project* object from an existing *item* \n",
134145
" \n",
135146
"#### [`arcgis.geoenrichment`](/python/api-reference/arcgis.geoenrichment.html)\n",
136147
"* [`Country`](/python/api-reference/arcgis.geoenrichment.html#country)\n",
@@ -162,14 +173,10 @@
162173
" * Removed from documentation and code base. Deprecated since release 2.1.0.\n",
163174
"\n",
164175
"* [`storymap`](/python/api-reference/arcgis.apps.storymap.html)\n",
165-
"* Significant refactoring throughout module to:\n",
166-
" * update numerous internal utilities, including for *node* and *resource ID* generation\n",
167-
" * improve peformance through loading classes and data only when being used, particularly for internal functions of\n",
168-
" * [`Collection`](/python/latest/api-reference/arcgis.apps.storymap.html#collection)\n",
169-
" * [`Briefing`](/python/latest/api-reference/arcgis.apps.storymap.html#briefing) classes \n",
170-
"\n",
171-
"\n",
172-
"\n",
176+
" * **New classes:**\n",
177+
" * [`Infographic`](/python/api-reference/arcgis.apps.storymap.html#infographic)\n",
178+
" * [`Image360`](/python/api-reference/arcgis.apps.storymap.html#image360)\n",
179+
" * [`App`](/python/api-reference/arcgis.apps.storymap.html#app)\n",
173180
"\n",
174181
" * [`MapTour`](/python/api-reference/arcgis.apps.storymap.html#maptour)\n",
175182
"\n",
@@ -251,7 +258,10 @@
251258
"\n",
252259
"* [`Item`](/python/api-reference/arcgis.gis.toc.html#item)\n",
253260
" * [`publish()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.publish)\n",
254-
" * Fixes error on *ArcGIS Enteprise* and *ArcGIS Enterprise on Kubernetes* after updating a source *csv*, *shapefile*, *file geodatabase* or *microsoft excel* item and attempting to use *overwrite=True* \n",
261+
" * Fixes error on *ArcGIS Enteprise* and *ArcGIS Enterprise on Kubernetes* after updating a source *csv*, *shapefile*, *file geodatabase* or *microsoft excel* item and attempting to use *overwrite=True*\n",
262+
" * [`copy_item()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.copy_item)\n",
263+
" * Fixes issue where output was not properly added to the *folder* argument\n",
264+
" * Updates documentation to include parameter table \n",
255265
"* [`ContentManager`](/python/api-reference/arcgis.gis.toc.html#contentmanager)\n",
256266
" * [`clone_items()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)\n",
257267
" * [`search()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.search)\n",
@@ -271,8 +281,13 @@
271281
" * [`export_items()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.OfflineContentManager.export_items)\n",
272282
" * [**Public Repo Issue #2326**](https://github.com/Esri/arcgis-python-api/issues/2326)\n",
273283
" * Fixes issue where exported data was missing most recent content from an ArcGIS Online hosted feature layer published from a service definition file\n",
274-
" * Fixes *PermissionError* that file is being used by another process when running *import_content()* \n",
275-
"\n",
284+
" * Fixes *PermissionError* that file is being used by another process when running *import_content()*\n",
285+
" * [`import_content()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.OfflineContentManager.import_content)\n",
286+
" * Fixes issue where export package was failing to properly load contnet because of improper processing of package content properties \n",
287+
"* [`ResourceManager`](/python/latest/api-reference/arcgis.gis.toc.html#resourcemanager)\n",
288+
" * [`add()`](https://next.gha.afd.arcgis.com/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ResourceManager.add)\n",
289+
" * Updates documentation to include required extenstion value for *file_name* argument\n",
290+
" \n",
276291
"* [`ItemProperties`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._dataclasses.ItemProperties)\n",
277292
"\n",
278293
"* [`ViewManager`](/python/latest/api-reference/arcgis.gis.toc.html#viewmanager)\n",
@@ -283,10 +298,16 @@
283298
"\n",
284299
"* [`SSLCertificates`](/python/latest/api-reference/arcgis.gis.admin.html#sslcertificates)\n",
285300
"\n",
301+
"* [`UX`](/python/latest/api-reference/arcgis.gis.admin.html#ux)\n",
302+
" * [`SecuritySettings`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.SecuritySettings)\n",
303+
" * [`set_informational_banner()`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.SecuritySettings.set_informational_banner)\n",
304+
" * Fixes issue where empty text values incorrectly processed for resetting and/or disabling \n",
286305
"\n",
287306
"#### [`arcgis.gis.agonb`](/python/api-reference/arcgis.gis.agonb.html)\n",
288307
"* [`AGOLNotebookManager`](/python/latest/api-reference/arcgis.gis.agonb.html#agolnotebookmanager)\n",
289-
"\n",
308+
"* [`NotebookFolder`](/python/latest/api-reference/arcgis.gis.nb.html#notebookfolder)\n",
309+
" * [`move()`](/python/latest/api-reference/arcgis.gis.nb.html#arcgis.gis.nb._dataaccess.NotebookFolder.move)\n",
310+
" * Fixes invalid path error when moving another *NotebookFolder* object\n",
290311
"\n",
291312
"#### [`arcgis.gis.nb`](/python/api-reference/arcgis.gis.nb.html)\n",
292313
"* [`MachineManager`](/python/latest/api-reference/arcgis.gis.nb.html#arcgis.gis.nb.MachineManager)\n",
@@ -296,6 +317,9 @@
296317
"\n",
297318
"\n",
298319
"#### [`arcgis.features`](/python/api-reference/arcgis.features.toc.html)\n",
320+
"* [`FeatureSet`](/python/latest/api-reference/arcgis.features.toc.html#featureset)\n",
321+
" * [`sdf`](python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureSet.sdf)\n",
322+
" * Fixes `'float' is not interable` error when called on *FeatureSet* results of network analysis results \n",
299323
"* [`FeatureLayer`](/python/api-reference/arcgis.features.toc.html#featurelayer) \n",
300324
" * [`query()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n",
301325
" * [`query_top_features()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query_top_features)\n",
@@ -315,7 +339,10 @@
315339
"\n",
316340
"* [`AttachmentManager`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.AttachmentManager)\n",
317341
" * [`add()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.AttachmentManager.add)\n",
318-
"\n",
342+
" \n",
343+
"* [`Version`](/python/latest/api-reference/arcgis.features.managers.html#version)\n",
344+
" * [`stop_editing()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features._version.Version.stop_editing)\n",
345+
" * Fixes documentation error describing method \n",
319346
"\n",
320347
"#### [`arcgis.raster`](/python/api-reference/arcgis.raster.toc.html)\n",
321348
"* [`ImageryLayer`](/python/api-reference/arcgis.raster.toc.html#imagerylayer)\n",
@@ -353,7 +380,14 @@
353380
"\n",
354381
"#### [`arcgis.apps`](/python/api-reference/arcgis.apps.html)\n",
355382
"* [`storymap`](/python/api-reference/arcgis.apps.storymap.html)\n",
356-
" * [`Storymap`](/python/api-reference/arcgis.apps.storymap.html#storymap)\n",
383+
" * Significant refactoring throughout module to:\n",
384+
" * update numerous internal utilities, including for *node* and *resource ID* generation\n",
385+
" * improve peformance through loading classes and data only when being used, particularly for internal functions of\n",
386+
" * [`Collection`](/python/latest/api-reference/arcgis.apps.storymap.html#collection)\n",
387+
" * [`Briefing`](/python/latest/api-reference/arcgis.apps.storymap.html#briefing) classes\n",
388+
" * [`StoryMap`](/python/latest/api-reference/arcgis.apps.storymap.html#storymap)\n",
389+
" * [`get_theme()`](/python/latest/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story.StoryMap.get_theme) \n",
390+
" * Fixes issue with returning correct theme\n",
357391
"\n",
358392
"* [`itemgraph`](/python/latest/api-reference/arcgis.apps.itemgraph.html)\n",
359393
" * [`create_dependency_graph()`](/python/latest/api-reference/arcgis.apps.itemgraph.html#create-dependency-graph)\n",

0 commit comments

Comments
 (0)