Skip to content

Commit ab39e20

Browse files
committed
notes updated through 11.6.2024
1 parent 72773f4 commit ab39e20

File tree

1 file changed

+47
-3
lines changed

1 file changed

+47
-3
lines changed

guide/02-api-overview/release_notes_241.ipynb

Lines changed: 47 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,18 @@
4343
"* [`GIS`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS)\n",
4444
"\n",
4545
"* [`Item`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item)\n",
46-
" \n",
46+
" * **New properties**\n",
47+
" * [`attachments_size`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.attachments_size)\n",
48+
" * [`move()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.move)\n",
49+
" * Adds support for [Folder](/python/api-reference/arcgis.gis.toc.html#folder) objects\n",
50+
" * [`content_status`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.content_status)\n",
51+
" * BUG-000170973 - Updates documentation for available options and adds link to requirements \n",
52+
" \n",
4753
"* [`ContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#contentmanager)\n",
54+
" * [`import_table()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.import_table)\n",
55+
" * Adds support for _folder_ parameter\n",
56+
" * [`analyze()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.analyze)\n",
57+
" * Adds documentation note to _file_type_ parameter that _geojson_ support is available for ArcGIS Online \n",
4858
" \n",
4959
"* [`Folder`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder)\n",
5060
" * [`add()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n",
@@ -53,6 +63,10 @@
5363
" * [`create()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.create)\n",
5464
"\n",
5565
"* [`GroupMigrationManager`](/python/latest/api-reference/arcgis.gis.toc.html#groupmigrationmanager)\n",
66+
" * [`create()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupMigrationManager.create)\n",
67+
" * Adds support for `export_folder` parameter\n",
68+
" * [`load()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupMigrationManager.load)\n",
69+
" * Adds support for `folder_name` parameter \n",
5670
"\n",
5771
"#### [`arcgis.gis Dataclasses`](/python/latest/api-reference/arcgis.gis.toc.html#dataclasses)\n",
5872
" * [`ItemProperties`](/python/latest/api-reference/arcgis.gis.toc.html#itemproperties)\n",
@@ -65,7 +79,9 @@
6579
"\n",
6680
"\n",
6781
"#### [`arcgis.gis.server`](/python/latest/api-reference/arcgis.gis.server.html)\n",
68-
"* [`DataStoreManager`](/python)\n",
82+
"* [`ReportManager`](/python/api-reference/arcgis.gis.server.html#reportmanager)\n",
83+
" * [`create()`](/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.ReportManager.create)\n",
84+
" * Updates reference documentation links and _queries_ parameter description \n",
6985
"\n",
7086
"\n",
7187
"#### [`arcgis.gis.agonb`](/python/latest/api-reference/arcgis.gis.agonb.html)\n",
@@ -112,15 +128,21 @@
112128
" \n",
113129
"#### [`arcgis.geoenrichment`](/python/latest/api-reference/arcgis.geoenrichment.html)\n",
114130
"\n",
131+
"#### [`arcgis.geometry`](/python/latest/api-reference/arcgis.geometry.html)\n",
132+
"* [`SpatialReference`](/python/api-reference/arcgis.geometry.html#arcgis.geometry.SpatialReference)\n",
133+
" * Adds support for _wkt2_ format when initializing object \n",
115134
"\n",
116135
"#### [`arcgis.graph`](/python/latest/api-reference/arcgis.graph.html)\n",
117136
"* [`KnowledgeGraph`](/python/latest/api-reference/arcgis.graph.html#knowledgegraph)\n",
118137
"\n",
119138
"\n",
120139
"#### [`arcgis.layers`](/python/latest/api-reference/arcgis.layers.toc.html)\n",
121140
"* [`Service`](/python/latest/api-reference/arcgis.gis.server.html#service)\n",
122-
" \n",
141+
" * Adds support to initialize [KnowledgeGraph](/python/latest/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph) services \n",
123142
"* [Working with Map Service Layers](/python/latest/api-reference/arcgis.layers.toc.html#working-with-map-service-layers)\n",
143+
" * [`EnterpriseVectorTileLayerManager`](/python/latest/api-reference/arcgis.layers.toc.html#arcgis.layers.EnterpriseVectorTileLayerManager)\n",
144+
" * [`edit()`](/python/api-reference/arcgis.layers.toc.html#arcgis.layers.EnterpriseVectorTileLayerManager.edit)\n",
145+
" * [**Public Repo Issue #1889](https://github.com/Esri/arcgis-python-api/issues/1889) - updates documentation to note the service must be stopped before editing in order for updates to be applied \n",
124146
" * [`MapFeatureLayer`](/python/latest/api-reference/arcgis.layers.toc.html#mapfeaturelayer)\n",
125147
" \n",
126148
"\n",
@@ -133,6 +155,10 @@
133155
"* [`hub`](/python/latest/api-reference/arcgis.apps.hub.html)\n",
134156
" \n",
135157
"* [`storymap`](/python/latest/api-reference/arcgis.apps.storymap.html)\n",
158+
" * Adds **new parameters** _make_copyable_ and _no_seo_ to _save()_ methods for following classes:\n",
159+
" * [`StoryMap`](/python/api-reference/arcgis.apps.storymap.html#storymap)\n",
160+
" * [`Briefing`](/python/api-reference/arcgis.apps.storymap.html#briefing)\n",
161+
" * [`Collection`](/python/api-reference/arcgis.apps.storymap.html#collection)\n",
136162
"\n",
137163
"* [`survey123`](/python/latest/api-reference/arcgis.apps.survey123.html)\n",
138164
"\n",
@@ -166,12 +192,19 @@
166192
"* [`GIS`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS)\n",
167193
"\n",
168194
"* [`Item`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item)\n",
195+
" * [`publish()`]()\n",
196+
" * [**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",
197+
"\n",
198+
"* [`GroupMigrationManager`](/python/latest/api-reference/arcgis.gis.toc.html#groupmigrationmanager)\n",
199+
" * [`load()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupMigrationManager.load)\n",
200+
" * Fixes \"Item does not exist error\" on job result when items within the EPK item are skipped or fail to import \n",
169201
"\n",
170202
"* [`SharingGroupManager`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.SharingGroupManager)\n",
171203
" * [`add()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.SharingGroupManager.add) \n",
172204
"\n",
173205
"* [`ContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#contentmanager)\n",
174206
" * [clone_items()](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)\n",
207+
" * [**Public Repo Issue #2146**](https://github.com/Esri/arcgis-python-api/issues/2146) - Fixes issue where features failed to clone if layer id is not 0 \n",
175208
"\n",
176209
" * [`import_data()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.import_data)\n",
177210
"\n",
@@ -184,6 +217,10 @@
184217
"* [`UserManager`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager)\n",
185218
" * [`create()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.create)\n",
186219
"\n",
220+
"* [`APIKey`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl.APIKey)\n",
221+
" * [`update()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl.APIKey.update)\n",
222+
" * BUG-000170593 - Fixes _Error Code 500_ issue when update privileges on the APIKey \n",
223+
"\n",
187224
"\n",
188225
"#### [`arcgis.gis.nb`](/python/latest/api-reference/arcgis.gis.nb.html)\n",
189226
"\n",
@@ -193,6 +230,8 @@
193230
" * [`edit_features()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features)\n",
194231
"\n",
195232
"* _Spatially Enabled DataFrame_ - [`GeoAccessor`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor)\n",
233+
" * [`insert_layer()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.insert_layer)\n",
234+
" * Fixes issue on ArcGIS Enteprise where layer schema was inserted but features were not \n",
196235
"\n",
197236
" * [`from_featureclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass)\n",
198237
"\n",
@@ -260,6 +299,9 @@
260299
"* [Working with 3D Maps](/python/latest/api-reference/arcgis.layers.toc.html#working-with-3d-maps)\n",
261300
" * [`SceneLayerManager`](/python/latest/api-reference/arcgis.layers.toc.html#arcgis.layers.SceneLayerManager)\n",
262301
"\n",
302+
"#### [`arcgis.map`](/python/api-reference/arcgis.map.toc.html)\n",
303+
" * [`PopupManager`](/python/api-reference/arcgis.map.toc.html#arcgis.map.popups.PopupManager)\n",
304+
" * Updates support for working with [table](/python/api-reference/arcgis.features.toc.html#arcgis.features.Table) objects \n",
263305
"\n",
264306
"#### [`arcgis.apps`](/python/latest/api-reference/arcgis.apps.html)\n",
265307
"* [`hub`](/python/latest/api-reference/arcgis.apps.hub.html)\n",
@@ -282,9 +324,11 @@
282324
" \n",
283325
"\n",
284326
"#### [`arcgis.learn`](/python/latest/api-reference/arcgis.learn.toc.html)\n",
327+
"* Deprecates the _overwrite_ parameter in `save()` methods for all models\n",
285328
"\n",
286329
"* [Data Preparation Methods](/python/latest/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
287330
" * [`prepare_data()`](/python/latest/api-reference/arcgis.learn.toc.html#prepare-data)\n",
331+
" * Fixes error with ClimaX data on Linux Operating Systems\n",
288332
"\n",
289333
" * [`prepare_textdata()`](/python/latest/api-reference/arcgis.learn.toc.html#prepare-textdata)\n",
290334
" \n",

0 commit comments

Comments
 (0)