Skip to content

Commit 435a934

Browse files
committed
add missing info as of 4.5.26 and fix typos
1 parent bfcb61b commit 435a934

1 file changed

Lines changed: 23 additions & 13 deletions

File tree

guide/02-api-overview/release_notes_243.ipynb

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,25 @@
4040
"* [GIS analysts and data scientists](/python/samples)\n",
4141
" * [Which US Counties and States lack access to public airports?](/python/samples/which-counties-and-states-have-access-to-airports)\n",
4242
" * [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",
4444
" * [Tabular Data Forecasting](/python/samples)\n",
4545
" * [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",
4646
"\n",
4747
"\n",
4848
"### Module Changes\n",
4949
"\n",
5050
"#### [`arcgis.gis`](/python/latest/api-reference/arcgis.gis.toc.html)\n",
51-
"* **New Classes:**\n",
5251
"* [`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",
5354
" * [`map()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS.map)\n",
5455
" * Adds support for entering *Point* objects for *location* argument \n",
5556
"* [`Item`](/python/latest/api-reference/arcgis.gis.toc.html#item)\n",
5657
" * [`update()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.update)\n",
5758
" * **BUG-000176001** Adds documentation to *NOTE* clarifying the file name for the *data* argument may differ from original file name \n",
5859
"* [`User`](/python/latest/api-reference/arcgis.gis.toc.html#user)\n",
5960
" * **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",
6162
" * [`report()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.User.report)\n",
6263
" * Updates iternal logic to return a *csv* item or `TimeoutError` if report cannot be generated in 5 minutes \n",
6364
"* [`UserManager`](/python/latest/api-reference/arcgis.gis.toc.html#usermanager)\n",
@@ -79,7 +80,6 @@
7980
" * [`add()`]()\n",
8081
" * Adds support for *pathlib.Path* objects in the *file* argument \n",
8182
"* [`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",
8383
" * [`export_items()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.OfflineContentManager.export_items)\n",
8484
" * **New parameters:**\n",
8585
" * *update_fc* - Adds support for exporting to specified format to include updates since original publication to services published from feature class data\n",
@@ -130,13 +130,13 @@
130130
"* [`FeatureLayer`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer)\n",
131131
" * Updates documentation regarding [ArcGIS Online terms of use](https://doc.arcgis.com/en/arcgis-online/reference/terms-of-use.htm) \n",
132132
" * [`fromitem()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.fromitem)\n",
133-
" * **New paramter:**\n",
133+
" * **New parameter:**\n",
134134
" * *id_property* - Allows for specifying *FeatureLayer.properties.id*\n",
135135
" * [`query_top_features()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query_top_features)\n",
136136
" * Updates reference documentation to clarify *top_filter* argument and a code example illustrating results \n",
137137
"* [`Table`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.Table)\n",
138138
" * [`fromitem()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.fromitem)\n",
139-
" * **New paramter:**\n",
139+
" * **New parameter:**\n",
140140
" * *id_property* - Allows for specifying *Table.properties.id* \n",
141141
"* [`Spatially Enabled DataFrame`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.geoaccessor) (*GeoAccessor*)\n",
142142
" * [`to_featureclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureclass)\n",
@@ -193,7 +193,10 @@
193193
" * **New method:**\n",
194194
" * [`from_item()`](/python/latest/api-reference/arcgis.raster.realitymapping.html#arcgis.raster.realitymapping.Project.from_item)\n",
195195
" * 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",
197200
"#### [`arcgis.geoenrichment`](/python/latest/api-reference/arcgis.geoenrichment.html)\n",
198201
"* [`Country`](/python/latest/api-reference/arcgis.geoenrichment.html#country)\n",
199202
" * **New properties:**\n",
@@ -257,12 +260,20 @@
257260
"* [Map Classes](/python/api-reference/arcgis.map.toc.html#map-classes)\n",
258261
" * [`MapContent`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent)\n",
259262
" * **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",
262269
" * [`OfflineMapAreaManager`](/python/api-reference/arcgis.map.toc.html#arcgis.map.offline_mapping.OfflineMapAreaManager)\n",
263270
" * **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",
266277
"\n",
267278
"#### [`arcgis.apps`](/python/latest/api-reference/arcgis.apps.html) \n",
268279
"* [`arcgis.apps.dashboard`](/python/latest/api-reference/arcgis.apps.dashboard.html)\n",
@@ -302,8 +313,7 @@
302313
" * **New keyword parameter:**\n",
303314
" * *use_loc_embeddings*\n",
304315
" * **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",
307317
"#### [`arcgis.datapipelines`](/python/latest/api-reference/arcgis.datapipelines.html)\n",
308318
"* Adds support for the _Beta_ release in ArcGIS Enteprise 12.0"
309319
]

0 commit comments

Comments
 (0)