Skip to content

Commit c2f9aa2

Browse files
committed
updates through 11.15.24
1 parent ab39e20 commit c2f9aa2

File tree

1 file changed

+39
-11
lines changed

1 file changed

+39
-11
lines changed

guide/02-api-overview/release_notes_241.ipynb

Lines changed: 39 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
" * [`move()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.move)\n",
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",
51-
" * BUG-000170973 - Updates documentation for available options and adds link to requirements \n",
51+
" * BUG-000170973 - Updates documentation for available options and adds link to requirements\n",
5252
" \n",
5353
"* [`ContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#contentmanager)\n",
5454
" * [`import_table()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.import_table)\n",
@@ -58,6 +58,9 @@
5858
" \n",
5959
"* [`Folder`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder)\n",
6060
" * [`add()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n",
61+
" * Adds **new parameter** _upload_part_size_ to support user import for larger part size for large files\n",
62+
" * [`delete()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.delete)\n",
63+
" * Adds documenation for return value \n",
6164
" \n",
6265
"* [`UserManager`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager)\n",
6366
" * [`create()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.create)\n",
@@ -73,7 +76,9 @@
7376
"\n",
7477
"\n",
7578
"#### [`arcgis.gis.admin`](/python/latest/api-reference/arcgis.gis.admin.html#)\n",
76-
"* New classes:\n",
79+
"* [`LicenseManager`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.LicenseManager)\n",
80+
" * [`all()`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.LicenseManager.all)\n",
81+
" * Updates error message when there are expired licenses within the organization \n",
7782
"\n",
7883
"* [`PortalAdminManager`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.PortalAdminManager)\n",
7984
"\n",
@@ -130,15 +135,17 @@
130135
"\n",
131136
"#### [`arcgis.geometry`](/python/latest/api-reference/arcgis.geometry.html)\n",
132137
"* [`SpatialReference`](/python/api-reference/arcgis.geometry.html#arcgis.geometry.SpatialReference)\n",
133-
" * Adds support for _wkt2_ format when initializing object \n",
138+
" * Adds support for _wkt2_ format when initializing object\n",
139+
" * Updates internal inheritance to remove unnecessary members from objects \n",
134140
"\n",
135141
"#### [`arcgis.graph`](/python/latest/api-reference/arcgis.graph.html)\n",
136142
"* [`KnowledgeGraph`](/python/latest/api-reference/arcgis.graph.html#knowledgegraph)\n",
137143
"\n",
138144
"\n",
139145
"#### [`arcgis.layers`](/python/latest/api-reference/arcgis.layers.toc.html)\n",
140146
"* [`Service`](/python/latest/api-reference/arcgis.gis.server.html#service)\n",
141-
" * Adds support to initialize [KnowledgeGraph](/python/latest/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph) services \n",
147+
" * Adds support to initialize [KnowledgeGraph](/python/latest/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph) services\n",
148+
" * Adds support to initialize [WMSLayer](/python/latest/api-reference/arcgis.layers.toc.html#wmslayer) from services\n",
142149
"* [Working with Map Service Layers](/python/latest/api-reference/arcgis.layers.toc.html#working-with-map-service-layers)\n",
143150
" * [`EnterpriseVectorTileLayerManager`](/python/latest/api-reference/arcgis.layers.toc.html#arcgis.layers.EnterpriseVectorTileLayerManager)\n",
144151
" * [`edit()`](/python/api-reference/arcgis.layers.toc.html#arcgis.layers.EnterpriseVectorTileLayerManager.edit)\n",
@@ -173,6 +180,10 @@
173180
" \n",
174181
"* [Unstructured Text Models](/python/latest/api-reference/arcgis.learn.toc.html#unstructured-text-models)\n",
175182
" * [arcgis.learn.text module](/python/latest/api-reference/arcgis.learn.toc.html#arcgis-learn-text-module)\n",
183+
"\n",
184+
"* [Model Management](/python/api-reference/arcgis.learn.toc.html#model-management)\n",
185+
" * [`train_model()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.train_model)\n",
186+
" * Adds support for cloud store paths as the _output_name_ argument\n",
176187
" \n",
177188
"#### [`arcgis.datapipelines`](/python/latest/api-reference/arcgis.datapipelines.html)"
178189
]
@@ -193,7 +204,12 @@
193204
"\n",
194205
"* [`Item`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item)\n",
195206
" * [`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",
207+
" * [**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",
209+
"\n",
210+
"* [`GroupManager`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupManager)\n",
211+
" * [`clone()](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupManager.clone)\n",
212+
" * Fixes `KeyError: 'membershipAccess'` when cloning between ArcGIS Online organizations \n",
197213
"\n",
198214
"* [`GroupMigrationManager`](/python/latest/api-reference/arcgis.gis.toc.html#groupmigrationmanager)\n",
199215
" * [`load()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupMigrationManager.load)\n",
@@ -204,7 +220,8 @@
204220
"\n",
205221
"* [`ContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#contentmanager)\n",
206222
" * [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",
223+
" * [**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",
224+
" * BUG-000171865 - Fixes issue where only first item clones when cloning multiple dashboard items simultaneously \n",
208225
"\n",
209226
" * [`import_data()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.import_data)\n",
210227
"\n",
@@ -235,18 +252,22 @@
235252
"\n",
236253
" * [`from_featureclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass)\n",
237254
"\n",
238-
" * [`to_featureclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureclass) \n",
255+
" * [`to_featureclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureclass)\n",
256+
" * BUG-000171826 - Fixes issue where null values for _Int32_ or _Float64_ datatypes were converted to strings \n",
239257
"\n",
240258
" * [`to_featurelayer()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featurelayer)\n",
241259
"\n",
242260
" * [`from_layer()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_layer)\n",
243261
"\n",
262+
"* [`OrientedImageryLayer`](/python/api-reference/arcgis.features.toc.html#arcgis.features.OrientedImageryLayer)\n",
263+
" * Adds Table of Contents heading and documentation\n",
244264
" \n",
245265
"#### [`arcgis.features.managers`](/python/latest/api-reference/arcgis.features.managers.html) \n",
246266
"* [`FeatureLayerCollectionManager`]()\n",
247267
" * [`insert_layer()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.insert_layer)\n",
248268
"\n",
249269
" * [`create_view()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.create_view)\n",
270+
" * BUG-000169543 - Fixes `PropertyMap instance has no _serviceItemId_` error on ArcGIS Enterprise resulting in an empty view \n",
250271
"\n",
251272
"\n",
252273
"* [`VersionManager`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features._version.VersionManager)\n",
@@ -273,15 +294,14 @@
273294
"* [`NotebookJob`](/python/latest/api-reference/arcgis.notebook.html#notebookjob)\n",
274295
"\n",
275296
"\n",
276-
"#### [`arcgis.geoanalytics`](https://support.esri.com/en-us/knowledge-base/deprecation-arcgis-geoanalytics-server-000032771)\n",
277-
"* Removed from the 2.4.0 code base. Supported only in 2.3.x releases.\n",
278-
" * See the [2.3.x documentation](/python-2-3/api-reference/arcgis.geoanalytics.toc.html) to use\n",
279-
"\n",
280297
"#### [`arcgis.geocoding`](/python/latest/api-reference/arcgis.geocoding.html)\n",
281298
"* [`reverse_geocode()`](/python/latest/api-reference/arcgis.geocoding.html#arcgis.geocoding.reverse_geocode)\n",
282299
"\n",
283300
"* [`geocode_from_items()`](/python/latest/api-reference/arcgis.geocoding.html#geocode-from-items)\n",
284301
"\n",
302+
"#### [`arcgis.geoenrichment`](/python/latest/api-reference/arcgis.geoenrichment.html)\n",
303+
"* [`encrich()`](/python/api-reference/arcgis.geoenrichment.html#arcgis.geoenrichment.enrich)\n",
304+
" * BUG-000171775 - Fixes `AttributeError` with the _KeyFacts_ data collection \n",
285305
"\n",
286306
"#### [`arcgis.geometry`](/python/latest/api-reference/arcgis.geometry.html)\n",
287307
"\n",
@@ -311,8 +331,16 @@
311331
"\n",
312332
"* [`workforce`](/python/latest/api-reference/arcgis.apps.workforce.html)\n",
313333
" * [`create_project()`](/python/latest/api-reference/arcgis.apps.workforce.html#arcgis.apps.workforce.create_project)\n",
334+
" * Adds reference documentation for function \n",
314335
" \n",
315336
"* [`storymap`](/python/latest/api-reference/arcgis.apps.storymap.html)\n",
337+
" * [**Public Repo Issue #2031**](https://github.com/Esri/arcgis-python-api/issues/2031) - Adds new enumerations for editing Story Map covers\n",
338+
" * **New Enumerations:**\n",
339+
" * [`CoverType`](/python/api-reference/arcgis.apps.storymap.html#covertype)\n",
340+
" * [`VerticalPosition`](/python/api-reference/arcgis.apps.storymap.html#verticalposition)\n",
341+
" * [`HorizontalPosition`](/python/api-reference/arcgis.apps.storymap.html#horizontalposition)\n",
342+
" * [`CoverStyle`](/python/api-reference/arcgis.apps.storymap.html#coverstyle)\n",
343+
" * [`CoverSize`](/python/api-reference/arcgis.apps.storymap.html#coversize) \n",
316344
"\n",
317345
"* [`survey123`](/python/latest/api-reference/arcgis.apps.survey123.html)\n",
318346
" * [`Survey`](/python/latest/api-reference/arcgis.apps.survey123.html#arcgis.apps.survey123.Survey)\n",

0 commit comments

Comments
 (0)