|
40 | 40 | "* [GIS analysts and data scientists](/python/samples)\n", |
41 | 41 | " * [Which US Counties and States lack access to public airports?](/python/samples/which-counties-and-states-have-access-to-airports)\n", |
42 | 42 | " * [Enriching 311 Service Requests with ArcGIS AI Utility Services](/python/samples/AIUtilityServices) \n", |
43 | | - "* [Deep Learning](/python/samples)* \n", |
| 43 | + "* [Deep Learning](/python/samples) \n", |
44 | 44 | " * [Tabular Data Forecasting](/python/samples)\n", |
45 | 45 | " * [Location Embeddings for Enhanced House Price Prediction in King County Using AutoML](/python/samples/location-embeddings-for-enhanced-house-price-prediction-in-king-county-using-automl)\n", |
46 | 46 | "\n", |
47 | 47 | "\n", |
48 | 48 | "### Module Changes\n", |
49 | 49 | "\n", |
50 | 50 | "#### [`arcgis.gis`](/python/latest/api-reference/arcgis.gis.toc.html)\n", |
51 | | - "* **New Classes:**\n", |
52 | 51 | "* [`GIS`](/python/latest/api-reference/arcgis.gis.toc.html#gis)\n", |
| 52 | + " * **New properties:**\n", |
| 53 | + " * [`admin`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS.admin) \n", |
53 | 54 | " * [`map()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS.map)\n", |
54 | 55 | " * Adds support for entering *Point* objects for *location* argument \n", |
55 | 56 | "* [`Item`](/python/latest/api-reference/arcgis.gis.toc.html#item)\n", |
56 | 57 | " * [`update()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.update)\n", |
57 | 58 | " * **BUG-000176001** Adds documentation to *NOTE* clarifying the file name for the *data* argument may differ from original file name \n", |
58 | 59 | "* [`User`](/python/latest/api-reference/arcgis.gis.toc.html#user)\n", |
59 | 60 | " * **New properties:**\n", |
60 | | - " * **ENH-000154038** *categories*\n", |
| 61 | + " * **ENH-000154038** [*categories*](python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.User.categories)\n", |
61 | 62 | " * [`report()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.User.report)\n", |
62 | 63 | " * Updates iternal logic to return a *csv* item or `TimeoutError` if report cannot be generated in 5 minutes \n", |
63 | 64 | "* [`UserManager`](/python/latest/api-reference/arcgis.gis.toc.html#usermanager)\n", |
|
79 | 80 | " * [`add()`]()\n", |
80 | 81 | " * Adds support for *pathlib.Path* objects in the *file* argument \n", |
81 | 82 | "* [`OfflineContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#offlinecontentmanager)\n", |
82 | | - " * [`import_content()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.OfflineContentManager.import_content)\n", |
83 | 83 | " * [`export_items()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.OfflineContentManager.export_items)\n", |
84 | 84 | " * **New parameters:**\n", |
85 | 85 | " * *update_fc* - Adds support for exporting to specified format to include updates since original publication to services published from feature class data\n", |
|
130 | 130 | "* [`FeatureLayer`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer)\n", |
131 | 131 | " * Updates documentation regarding [ArcGIS Online terms of use](https://doc.arcgis.com/en/arcgis-online/reference/terms-of-use.htm) \n", |
132 | 132 | " * [`fromitem()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.fromitem)\n", |
133 | | - " * **New paramter:**\n", |
| 133 | + " * **New parameter:**\n", |
134 | 134 | " * *id_property* - Allows for specifying *FeatureLayer.properties.id*\n", |
135 | 135 | " * [`query_top_features()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query_top_features)\n", |
136 | 136 | " * Updates reference documentation to clarify *top_filter* argument and a code example illustrating results \n", |
137 | 137 | "* [`Table`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.Table)\n", |
138 | 138 | " * [`fromitem()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.fromitem)\n", |
139 | | - " * **New paramter:**\n", |
| 139 | + " * **New parameter:**\n", |
140 | 140 | " * *id_property* - Allows for specifying *Table.properties.id* \n", |
141 | 141 | "* [`Spatially Enabled DataFrame`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.geoaccessor) (*GeoAccessor*)\n", |
142 | 142 | " * [`to_featureclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureclass)\n", |
|
193 | 193 | " * **New method:**\n", |
194 | 194 | " * [`from_item()`](/python/latest/api-reference/arcgis.raster.realitymapping.html#arcgis.raster.realitymapping.Project.from_item)\n", |
195 | 195 | " * for creating a *Project* object from an existing *item* \n", |
196 | | - " \n", |
| 196 | + "\n", |
| 197 | + "#### [`arcgis.notebook`](/python/latest/api-reference/arcgis.notebook.html)\n", |
| 198 | + "* **New functions:**\n", |
| 199 | + " * [`get_secret()`](/python/latest/api-reference/arcgis.notebook.html#get-secret) \n", |
197 | 200 | "#### [`arcgis.geoenrichment`](/python/latest/api-reference/arcgis.geoenrichment.html)\n", |
198 | 201 | "* [`Country`](/python/latest/api-reference/arcgis.geoenrichment.html#country)\n", |
199 | 202 | " * **New properties:**\n", |
|
257 | 260 | "* [Map Classes](/python/api-reference/arcgis.map.toc.html#map-classes)\n", |
258 | 261 | " * [`MapContent`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent)\n", |
259 | 262 | " * **New methods:**\n", |
260 | | - " * *layer_info*\n", |
261 | | - " * *table_info* \n", |
| 263 | + " * [`renderer_manager()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent.renderer_manager)\n", |
| 264 | + " * [`form_manager()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent.form_manager)\n", |
| 265 | + " * [`popup_manager()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent.popup_manager) \n", |
| 266 | + " * **New properties:**\n", |
| 267 | + " * [`layer_info`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent.layer_info)\n", |
| 268 | + " * [`table_info`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent.table_info) \n", |
262 | 269 | " * [`OfflineMapAreaManager`](/python/api-reference/arcgis.map.toc.html#arcgis.map.offline_mapping.OfflineMapAreaManager)\n", |
263 | 270 | " * **New methods:**\n", |
264 | | - " * [`check_compatibility()`](/python/api-reference/arcgis.map.toc.html#arcgis.map.offline_mapping.OfflineMapAreaManager.check_compatibility) \n", |
265 | | - |
| 271 | + " * [`check_compatibility()`](/python/api-reference/arcgis.map.toc.html#arcgis.map.offline_mapping.OfflineMapAreaManager.check_compatibility)\n", |
| 272 | + "* [`GroupLayer`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.group_layer.GroupLayer)\n", |
| 273 | + " * **New methods:**\n", |
| 274 | + " * [`renderer_manager()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.group_layer.GroupLayer.renderer_manager)\n", |
| 275 | + " * [`form_manager()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.group_layer.GroupLayer.form_manager)\n", |
| 276 | + " * [`popup_manager()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.group_layer.GroupLayer.popup_manager) \n", |
266 | 277 | "\n", |
267 | 278 | "#### [`arcgis.apps`](/python/latest/api-reference/arcgis.apps.html) \n", |
268 | 279 | "* [`arcgis.apps.dashboard`](/python/latest/api-reference/arcgis.apps.dashboard.html)\n", |
|
302 | 313 | " * **New keyword parameter:**\n", |
303 | 314 | " * *use_loc_embeddings*\n", |
304 | 315 | " * **ENH-000182626** Renames *Training Distance Feature* variables using the source feature class instead of generic labels for the importance table\n", |
305 | | - "\n", |
306 | | - " \n", |
| 316 | + " \n", |
307 | 317 | "#### [`arcgis.datapipelines`](/python/latest/api-reference/arcgis.datapipelines.html)\n", |
308 | 318 | "* Adds support for the _Beta_ release in ArcGIS Enteprise 12.0" |
309 | 319 | ] |
|
0 commit comments