Skip to content

Commit 2fcc398

Browse files
committed
updates through 12.16.24
1 parent c2f9aa2 commit 2fcc398

File tree

1 file changed

+64
-9
lines changed

1 file changed

+64
-9
lines changed

guide/02-api-overview/release_notes_241.ipynb

Lines changed: 64 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
" * Adds support for [Folder](/python/api-reference/arcgis.gis.toc.html#folder) objects\n",
5050
" * [`content_status`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.content_status)\n",
5151
" * BUG-000170973 - Updates documentation for available options and adds link to requirements\n",
52+
" * [`download()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.download)\n",
53+
" * Adds validation and internal processing to improve performance \n",
5254
" \n",
5355
"* [`ContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#contentmanager)\n",
5456
" * [`import_table()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.import_table)\n",
@@ -64,15 +66,29 @@
6466
" \n",
6567
"* [`UserManager`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager)\n",
6668
" * [`create()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.create)\n",
69+
" \n",
70+
"* [`User`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.User)\n",
71+
" * [`delete()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.User.delete)\n",
72+
" * Updates warning message when attempting to delete a _User_ who still owns items \n",
6773
"\n",
6874
"* [`GroupMigrationManager`](/python/latest/api-reference/arcgis.gis.toc.html#groupmigrationmanager)\n",
6975
" * [`create()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupMigrationManager.create)\n",
7076
" * Adds support for `export_folder` parameter\n",
7177
" * [`load()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupMigrationManager.load)\n",
72-
" * Adds support for `folder_name` parameter \n",
78+
" * Adds support for `folder_name` parameter\n",
79+
"\n",
80+
"* [`ViewManager`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ViewManager)\n",
81+
" * Adds code snippet for initialization and updates reference documentation for methods\n",
7382
"\n",
83+
"### [`arcgis.gis Enumerations`](/python/api-reference/arcgis.gis.toc.html#enumerations)\n",
84+
" * [`SpatialRelationship`](/python/api-reference/arcgis.gis.toc.html#spatialrelationship)\n",
85+
" * Adds ability to import directly\n",
86+
" \n",
7487
"#### [`arcgis.gis Dataclasses`](/python/latest/api-reference/arcgis.gis.toc.html#dataclasses)\n",
7588
" * [`ItemProperties`](/python/latest/api-reference/arcgis.gis.toc.html#itemproperties)\n",
89+
" * [`SpatialFilter`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._dataclasses.SpatialFilter)\n",
90+
" * Updates documentation with code snippets and explanation\n",
91+
" * Adds ability to import directly\n",
7692
"\n",
7793
"\n",
7894
"#### [`arcgis.gis.admin`](/python/latest/api-reference/arcgis.gis.admin.html#)\n",
@@ -98,7 +114,8 @@
98114
"\n",
99115
"#### [`arcgis.features`](/python/latest/api-reference/arcgis.features.toc.html)\n",
100116
"* [`FeatureLayer`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer)\n",
101-
" * [`append()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.append)\n",
117+
" * [`query()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n",
118+
" * Improves performance by adding multiprocessing and parameter refinement internally\n",
102119
"\n",
103120
"* [`FeatureCollection`](/python/latest/api-reference/arcgis.features.toc.html#featurecollection)\n",
104121
" * [`properties`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureCollection.properties)\n",
@@ -109,15 +126,19 @@
109126
"\n",
110127
"#### [`arcgis.features.managers`](/python/latest/api-reference/arcgis.features.managers.html#)\n",
111128
"* [`FeatureLayerCollectionManager`](/python/latest/api-reference/arcgis.features.managers.html#featurelayercollectionmanager)\n",
112-
" * [`overwrite()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.overwrite)\n",
129+
" * [`create_view()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.create_view)\n",
130+
" * **New parameter:**\n",
131+
" * _folder_\n",
113132
"\n",
114133
"\n",
115134
"#### [`arcgis.raster`](/python/latest/api-reference/arcgis.raster.toc.html#)\n",
116135
"* [`Raster`](/python/latest/api-reference/arcgis.raster.toc.html#arcgis.raster.Raster)\n",
117136
"\n",
118137
"\n",
119138
"#### [`arcgis.raster.functions`](/python/latest/api-reference/arcgis.raster.functions.html)\n",
120-
"\n",
139+
"* [`subset_bands()`](/python/latest/api-reference/arcgis.raster.functions.html#subset-bands)\n",
140+
" * **New parameters:**\n",
141+
" * _exclude_bad_bands_ \n",
121142
"\n",
122143
"#### [`arcgis.raster.utils`](/python/latest/api-reference/arcgis.raster.utils.html)\n",
123144
"\n",
@@ -166,6 +187,10 @@
166187
" * [`StoryMap`](/python/api-reference/arcgis.apps.storymap.html#storymap)\n",
167188
" * [`Briefing`](/python/api-reference/arcgis.apps.storymap.html#briefing)\n",
168189
" * [`Collection`](/python/api-reference/arcgis.apps.storymap.html#collection)\n",
190+
" * [`Image`](/python/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story_content.Image)\n",
191+
" * **New properties:**\n",
192+
" * [`full_view`](/python/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story_content.Image.full_view)\n",
193+
" * [`link`](/python/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story_content.Image.link) \n",
169194
"\n",
170195
"* [`survey123`](/python/latest/api-reference/arcgis.apps.survey123.html)\n",
171196
"\n",
@@ -198,14 +223,16 @@
198223
"### [Guides](../)\n",
199224
" \n",
200225
"### Module Changes\n",
226+
"* [**Public Repo #2166**](https://github.com/Esri/arcgis-python-api/issues/2166) - Updates exception handling to include missing class so complete messaging appears\n",
201227
"\n",
202228
"#### [`arcgis.gis`](/python/latest/api-reference/arcgis.gis.toc.html)\n",
203229
"* [`GIS`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS)\n",
204230
"\n",
205231
"* [`Item`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item)\n",
206232
" * [`publish()`]()\n",
207233
" * [**Public Repo Issue #2152**](https://github.com/Esri/arcgis-python-api/issues/2152) - Fixes incorrect behavior of waiting for job to finish on asynchronous operation\n",
208-
" * BUG-000171384 - Fixes error where _tables_ property returned empty list when item is a Map Service \n",
234+
" * BUG-000171384 - Fixes error where _tables_ property returned empty list when item is a Map Service\n",
235+
" * Fixes error when accessing _layers_ in ArcGIS Notebooks using _\"home\"_ authentication\n",
209236
"\n",
210237
"* [`GroupManager`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupManager)\n",
211238
" * [`clone()](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupManager.clone)\n",
@@ -236,15 +263,31 @@
236263
"\n",
237264
"* [`APIKey`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl.APIKey)\n",
238265
" * [`update()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl.APIKey.update)\n",
239-
" * BUG-000170593 - Fixes _Error Code 500_ issue when update privileges on the APIKey \n",
266+
" * BUG-000170593 - Fixes _Error Code 500_ issue when update privileges on the APIKey\n",
267+
" \n",
268+
"* [`ViewManager`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ViewManager)\n",
269+
" * [`create()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ViewManager.create)\n",
270+
" * Updates documentation for _set_item_id_ parameter to note suppported platform and version\n",
271+
" \n",
272+
"#### [`arcgis.gis Dataclasses`](/python/latest/api-reference/arcgis.gis.toc.html#dataclasses)\n",
273+
" * [`SpatialFilter`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._dataclasses.SpatialFilter)\n",
274+
" * [`as_json()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._dataclasses.SpatialFilter.as_json)\n",
275+
" * Fixes `UnboundLocalError` because internal _Spatial Reference_ variable handled incorrectly \n",
240276
"\n",
277+
"#### [`arcgis.gis.admin`](/python/latest/api-reference/arcgis.gis.admin.html)\n",
278+
"* [`PortalAdminManager`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.PortalAdminManager)\n",
279+
" * [`mode`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.PortalAdminManager.mode)\n",
280+
" * BUG-000170798 - Updates reference code snippet to correctly set value\n",
281+
"* [`LivingAtlasManager`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.LivingAtlasManager)\n",
282+
" * Raises log warning instead of error when attempting to initialize object when ArcGIS Enterprise is not configured for Living Atlas content \n",
241283
"\n",
242284
"#### [`arcgis.gis.nb`](/python/latest/api-reference/arcgis.gis.nb.html)\n",
243285
"\n",
244286
"\n",
245287
"#### [`arcgis.features`](/python/latest/api-reference/arcgis.features.toc.html)\n",
246288
"* [`FeatureLayer`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer)\n",
247-
" * [`edit_features()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features)\n",
289+
" * [`query()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n",
290+
" * Fixes `Cannot access local variable` error if only _OBJECTID_ field is set in _out_fields_ argument \n",
248291
"\n",
249292
"* _Spatially Enabled DataFrame_ - [`GeoAccessor`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor)\n",
250293
" * [`insert_layer()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.insert_layer)\n",
@@ -314,10 +357,17 @@
314357
"\n",
315358
"#### [`arcgis.layers`](/python/latest/api-reference/arcgis.layers.toc.html)\n",
316359
"* [Working with OGC layers](/python/latest/api-reference/arcgis.layers.toc.html#working-with-ogc-layers)\n",
317-
" * [`WMTSLayer`](/python/latest/api-reference/arcgis.layers.toc.html#wmtslayer)\n",
360+
" * [`WMSLayer`](/python/latest/api-reference/arcgis.layers.toc.html#wmslayer)\n",
361+
" * BUG-000166785 - Fixes issue with failed visualization and navigation on layer with sublayers \n",
318362
"\n",
319363
"* [Working with 3D Maps](/python/latest/api-reference/arcgis.layers.toc.html#working-with-3d-maps)\n",
320364
" * [`SceneLayerManager`](/python/latest/api-reference/arcgis.layers.toc.html#arcgis.layers.SceneLayerManager)\n",
365+
" \n",
366+
"* [Working with Map Service Layers]()\n",
367+
" * [`MapImageLayer`](/python/api-reference/arcgis.layers.toc.html#arcgis.layers.MapImageLayer)\n",
368+
" * [`identify()`](/python/api-reference/arcgis.layers.toc.html#arcgis.layers.MapImageLayer.identify)\n",
369+
" * [**Public Repo Issue #2169**](https://github.com/Esri/arcgis-python-api/issues/2169) - Fixes `Missing 'geometry'` error even though _Geometry_ object is provided\n",
370+
" * Fixes issue where the _layers_ argument set to _all_ not returning results from all layers \n",
321371
"\n",
322372
"#### [`arcgis.map`](/python/api-reference/arcgis.map.toc.html)\n",
323373
" * [`PopupManager`](/python/api-reference/arcgis.map.toc.html#arcgis.map.popups.PopupManager)\n",
@@ -345,6 +395,9 @@
345395
"* [`survey123`](/python/latest/api-reference/arcgis.apps.survey123.html)\n",
346396
" * [`Survey`](/python/latest/api-reference/arcgis.apps.survey123.html#arcgis.apps.survey123.Survey)\n",
347397
" * [`publish()`](/python/latest/api-reference/arcgis.apps.survey123.html#arcgis.apps.survey123.Survey.publish)\n",
398+
" * Fixes 500 Error with _Spatial Reference_ WKIDs when publishing on ArcGIS Enteprise\n",
399+
" * [`update_report_template()`](/python/latest/api-reference/arcgis.apps.survey123.html#arcgis.apps.survey123.Survey.update_report_template)\n",
400+
" * Fixes `TypeError` when using operation \n",
348401
"\n",
349402
"* [`expbuilder`](/python/latest/api-reference/arcgis.apps.expbuilder.html)\n",
350403
" * [`WebExperience`](/python/latest/api-reference/arcgis.apps.expbuilder.html#arcgis.apps.expbuilder.expbuilder.WebExperience)\n",
@@ -377,11 +430,13 @@
377430
"* [Object Detection Models](/python/latest/api-reference/arcgis.learn.toc.html#object-detection-models)\n",
378431
"\n",
379432
" * [`SingleShotDetector`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.SingleShotDetector)\n",
380-
"\n",
381433
" * [`from_model()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.SingleShotDetector.from_model)\n",
382434
"\n",
383435
" * [`MMDetection`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.MMDetection)\n",
384436
" * [`fit()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.MMDetection.fit)\n",
437+
" \n",
438+
" * [`MaskRCNN`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.maskrcnn)\n",
439+
" * Fixes high GPU memory usage issues \n",
385440
"\n",
386441
"* [Pixel Classification Models](/python/latest/api-reference/arcgis.learn.toc.html#pixel-classification-models)\n",
387442
" * [`MMSegmentation`](/python/latest/api-reference/arcgis.learn.toc.html#mmsegmentation)\n",

0 commit comments

Comments
 (0)