|
49 | 49 | " * Adds support for [Folder](/python/api-reference/arcgis.gis.toc.html#folder) objects\n",
|
50 | 50 | " * [`content_status`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.content_status)\n",
|
51 | 51 | " * 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", |
52 | 54 | " \n",
|
53 | 55 | "* [`ContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#contentmanager)\n",
|
54 | 56 | " * [`import_table()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.import_table)\n",
|
|
64 | 66 | " \n",
|
65 | 67 | "* [`UserManager`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager)\n",
|
66 | 68 | " * [`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", |
67 | 73 | "\n",
|
68 | 74 | "* [`GroupMigrationManager`](/python/latest/api-reference/arcgis.gis.toc.html#groupmigrationmanager)\n",
|
69 | 75 | " * [`create()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupMigrationManager.create)\n",
|
70 | 76 | " * Adds support for `export_folder` parameter\n",
|
71 | 77 | " * [`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", |
73 | 82 | "\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", |
74 | 87 | "#### [`arcgis.gis Dataclasses`](/python/latest/api-reference/arcgis.gis.toc.html#dataclasses)\n",
|
75 | 88 | " * [`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", |
76 | 92 | "\n",
|
77 | 93 | "\n",
|
78 | 94 | "#### [`arcgis.gis.admin`](/python/latest/api-reference/arcgis.gis.admin.html#)\n",
|
|
98 | 114 | "\n",
|
99 | 115 | "#### [`arcgis.features`](/python/latest/api-reference/arcgis.features.toc.html)\n",
|
100 | 116 | "* [`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", |
102 | 119 | "\n",
|
103 | 120 | "* [`FeatureCollection`](/python/latest/api-reference/arcgis.features.toc.html#featurecollection)\n",
|
104 | 121 | " * [`properties`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureCollection.properties)\n",
|
|
109 | 126 | "\n",
|
110 | 127 | "#### [`arcgis.features.managers`](/python/latest/api-reference/arcgis.features.managers.html#)\n",
|
111 | 128 | "* [`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", |
113 | 132 | "\n",
|
114 | 133 | "\n",
|
115 | 134 | "#### [`arcgis.raster`](/python/latest/api-reference/arcgis.raster.toc.html#)\n",
|
116 | 135 | "* [`Raster`](/python/latest/api-reference/arcgis.raster.toc.html#arcgis.raster.Raster)\n",
|
117 | 136 | "\n",
|
118 | 137 | "\n",
|
119 | 138 | "#### [`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", |
121 | 142 | "\n",
|
122 | 143 | "#### [`arcgis.raster.utils`](/python/latest/api-reference/arcgis.raster.utils.html)\n",
|
123 | 144 | "\n",
|
|
166 | 187 | " * [`StoryMap`](/python/api-reference/arcgis.apps.storymap.html#storymap)\n",
|
167 | 188 | " * [`Briefing`](/python/api-reference/arcgis.apps.storymap.html#briefing)\n",
|
168 | 189 | " * [`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", |
169 | 194 | "\n",
|
170 | 195 | "* [`survey123`](/python/latest/api-reference/arcgis.apps.survey123.html)\n",
|
171 | 196 | "\n",
|
|
198 | 223 | "### [Guides](../)\n",
|
199 | 224 | " \n",
|
200 | 225 | "### 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", |
201 | 227 | "\n",
|
202 | 228 | "#### [`arcgis.gis`](/python/latest/api-reference/arcgis.gis.toc.html)\n",
|
203 | 229 | "* [`GIS`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS)\n",
|
204 | 230 | "\n",
|
205 | 231 | "* [`Item`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item)\n",
|
206 | 232 | " * [`publish()`]()\n",
|
207 | 233 | " * [**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", |
209 | 236 | "\n",
|
210 | 237 | "* [`GroupManager`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupManager)\n",
|
211 | 238 | " * [`clone()](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupManager.clone)\n",
|
|
236 | 263 | "\n",
|
237 | 264 | "* [`APIKey`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl.APIKey)\n",
|
238 | 265 | " * [`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", |
240 | 276 | "\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", |
241 | 283 | "\n",
|
242 | 284 | "#### [`arcgis.gis.nb`](/python/latest/api-reference/arcgis.gis.nb.html)\n",
|
243 | 285 | "\n",
|
244 | 286 | "\n",
|
245 | 287 | "#### [`arcgis.features`](/python/latest/api-reference/arcgis.features.toc.html)\n",
|
246 | 288 | "* [`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", |
248 | 291 | "\n",
|
249 | 292 | "* _Spatially Enabled DataFrame_ - [`GeoAccessor`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor)\n",
|
250 | 293 | " * [`insert_layer()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.insert_layer)\n",
|
|
314 | 357 | "\n",
|
315 | 358 | "#### [`arcgis.layers`](/python/latest/api-reference/arcgis.layers.toc.html)\n",
|
316 | 359 | "* [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", |
318 | 362 | "\n",
|
319 | 363 | "* [Working with 3D Maps](/python/latest/api-reference/arcgis.layers.toc.html#working-with-3d-maps)\n",
|
320 | 364 | " * [`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", |
321 | 371 | "\n",
|
322 | 372 | "#### [`arcgis.map`](/python/api-reference/arcgis.map.toc.html)\n",
|
323 | 373 | " * [`PopupManager`](/python/api-reference/arcgis.map.toc.html#arcgis.map.popups.PopupManager)\n",
|
|
345 | 395 | "* [`survey123`](/python/latest/api-reference/arcgis.apps.survey123.html)\n",
|
346 | 396 | " * [`Survey`](/python/latest/api-reference/arcgis.apps.survey123.html#arcgis.apps.survey123.Survey)\n",
|
347 | 397 | " * [`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", |
348 | 401 | "\n",
|
349 | 402 | "* [`expbuilder`](/python/latest/api-reference/arcgis.apps.expbuilder.html)\n",
|
350 | 403 | " * [`WebExperience`](/python/latest/api-reference/arcgis.apps.expbuilder.html#arcgis.apps.expbuilder.expbuilder.WebExperience)\n",
|
|
377 | 430 | "* [Object Detection Models](/python/latest/api-reference/arcgis.learn.toc.html#object-detection-models)\n",
|
378 | 431 | "\n",
|
379 | 432 | " * [`SingleShotDetector`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.SingleShotDetector)\n",
|
380 |
| - "\n", |
381 | 433 | " * [`from_model()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.SingleShotDetector.from_model)\n",
|
382 | 434 | "\n",
|
383 | 435 | " * [`MMDetection`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.MMDetection)\n",
|
384 | 436 | " * [`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", |
385 | 440 | "\n",
|
386 | 441 | "* [Pixel Classification Models](/python/latest/api-reference/arcgis.learn.toc.html#pixel-classification-models)\n",
|
387 | 442 | " * [`MMSegmentation`](/python/latest/api-reference/arcgis.learn.toc.html#mmsegmentation)\n",
|
|
0 commit comments