Skip to content

Commit 24e6be6

Browse files
committed
updates through 1.8.25
1 parent 2fcc398 commit 24e6be6

File tree

1 file changed

+70
-32
lines changed

1 file changed

+70
-32
lines changed

guide/02-api-overview/release_notes_241.ipynb

Lines changed: 70 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@
6060
" \n",
6161
"* [`Folder`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder)\n",
6262
" * [`add()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n",
63-
" * Adds **new parameter** _upload_part_size_ to support user import for larger part size for large files\n",
63+
" * **New parameter**\n",
64+
" * _upload_part_size_ - to support user import for larger part size for large files\n",
65+
"\n",
6466
" * [`delete()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.delete)\n",
6567
" * Adds documenation for return value \n",
6668
" \n",
@@ -73,9 +75,15 @@
7375
"\n",
7476
"* [`GroupMigrationManager`](/python/latest/api-reference/arcgis.gis.toc.html#groupmigrationmanager)\n",
7577
" * [`create()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupMigrationManager.create)\n",
76-
" * Adds support for `export_folder` parameter\n",
78+
" * **New parameter:**\n",
79+
" * _export_folder_\n",
80+
" \n",
7781
" * [`load()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupMigrationManager.load)\n",
78-
" * Adds support for `folder_name` parameter\n",
82+
" * **New parameter:**\n",
83+
" * _folder_name_\n",
84+
" \n",
85+
"* [`OrgRecycleBin`](/python/latest/api-reference/arcgis.gis.toc.html#orgrecyclebin)\n",
86+
" * Adds reference documentation and code snippets for _content()_ method\n",
7987
"\n",
8088
"* [`ViewManager`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ViewManager)\n",
8189
" * Adds code snippet for initialization and updates reference documentation for methods\n",
@@ -122,7 +130,8 @@
122130
"\n",
123131
"* _Spatially Enabled DataFrame_ - [`GeoAccessor`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor)\n",
124132
" * [`sanitize_column_names()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.sanitize_column_names)\n",
125-
"\n",
133+
"* [`OrientedImageryLayer`](/python/api-reference/arcgis.features.toc.html#arcgis.features.OrientedImageryLayer)\n",
134+
" * Adds Table of Contents heading and documentation\n",
126135
"\n",
127136
"#### [`arcgis.features.managers`](/python/latest/api-reference/arcgis.features.managers.html#)\n",
128137
"* [`FeatureLayerCollectionManager`](/python/latest/api-reference/arcgis.features.managers.html#featurelayercollectionmanager)\n",
@@ -172,7 +181,10 @@
172181
" * [`edit()`](/python/api-reference/arcgis.layers.toc.html#arcgis.layers.EnterpriseVectorTileLayerManager.edit)\n",
173182
" * [**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",
174183
" * [`MapFeatureLayer`](/python/latest/api-reference/arcgis.layers.toc.html#mapfeaturelayer)\n",
175-
" \n",
184+
"* [Working with OGC Layers](/python/api-reference/arcgis.layers.toc.html#working-with-ogc-layers)\n",
185+
" * [`WMTSLayer`](/python/api-reference/arcgis.layers.toc.html#arcgis.layers.WMTSLayer)\n",
186+
" * **New method:**\n",
187+
" * [`get_operational_layer_json()`](/python/api-reference/arcgis.layers.toc.html#arcgis.layers.WMTSLayer.operational_layer_json) \n",
176188
"\n",
177189
"#### [`arcgis.map`](/python/latest/api-reference/arcgis.map.toc.html)\n",
178190
"\n",
@@ -190,7 +202,10 @@
190202
" * [`Image`](/python/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story_content.Image)\n",
191203
" * **New properties:**\n",
192204
" * [`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",
205+
" * [`link`](/python/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story_content.Image.link)\n",
206+
" * [`Map`](/python/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story_content.Map)\n",
207+
" * **New property:**\n",
208+
" * [`pinned_popup`](/python/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story_content.Map.pinned_popup) \n",
194209
"\n",
195210
"* [`survey123`](/python/latest/api-reference/arcgis.apps.survey123.html)\n",
196211
"\n",
@@ -202,7 +217,10 @@
202217
" \n",
203218
"* [Object Detection Models](/python/latest/api-reference/arcgis.learn.toc.html#object-detection-models)\n",
204219
" * [MMDetection](/python/latest/api-reference/arcgis.learn.toc.html#mmdetection)\n",
205-
" \n",
220+
"\n",
221+
"* [3D Models](/python/latest/api-reference/arcgis.learn.toc.html#d-models)\n",
222+
" * **New classes:**\n",
223+
" * [`Ptv3Seg`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.PTv3Seg) \n",
206224
"* [Unstructured Text Models](/python/latest/api-reference/arcgis.learn.toc.html#unstructured-text-models)\n",
207225
" * [arcgis.learn.text module](/python/latest/api-reference/arcgis.learn.toc.html#arcgis-learn-text-module)\n",
208226
"\n",
@@ -227,28 +245,31 @@
227245
"\n",
228246
"#### [`arcgis.gis`](/python/latest/api-reference/arcgis.gis.toc.html)\n",
229247
"* [`GIS`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS)\n",
230-
"\n",
248+
" * BUG-000173116 - Fixes `KeyError` regaring _role_ values when initializing with a public account\n",
231249
"* [`Item`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item)\n",
232-
" * [`publish()`]()\n",
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",
234250
" * 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",
236-
"\n",
251+
" * Fixes error when accessing _layers_ in ArcGIS Notebooks using _\"home\"_ authentication \n",
252+
" * [`publish()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.publish)\n",
253+
" * [**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",
254+
" * Fixes issue where _Date Only_ fields were not handled appropriately\n",
255+
" * [`download()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.download)\n",
256+
" * Fixes failures to download json structure for specific item types, such as _Web Experiences_, lacking specific headers\n",
237257
"* [`GroupManager`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupManager)\n",
238258
" * [`clone()](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupManager.clone)\n",
239259
" * Fixes `KeyError: 'membershipAccess'` when cloning between ArcGIS Online organizations \n",
240-
"\n",
241260
"* [`GroupMigrationManager`](/python/latest/api-reference/arcgis.gis.toc.html#groupmigrationmanager)\n",
242261
" * [`load()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupMigrationManager.load)\n",
243262
" * Fixes \"Item does not exist error\" on job result when items within the EPK item are skipped or fail to import \n",
244-
"\n",
245263
"* [`SharingGroupManager`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.SharingGroupManager)\n",
246-
" * [`add()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.SharingGroupManager.add) \n",
264+
" * [`list()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.SharingGroupManager.list)\n",
265+
" * Fixes situation where only 5 _groups_ were being returned regardless of whether _item_ was shared with more \n",
247266
"\n",
248267
"* [`ContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#contentmanager)\n",
249268
" * [clone_items()](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)\n",
250269
" * [**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",
251-
" * BUG-000171865 - Fixes issue where only first item clones when cloning multiple dashboard items simultaneously \n",
270+
" * BUG-000171865 - Fixes issue where only first item clones when cloning multiple dashboard items simultaneously\n",
271+
" * [**Public Repo Issue #1872**](https://github.com/Esri/arcgis-python-api/issues/1872) - Fixes `IndexError` when cloning items with an empty string as the _name_ value\n",
272+
" * Fixes error when cloning _items_ referencing services whose associate _item_ has been deleted \n",
252273
"\n",
253274
" * [`import_data()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.import_data)\n",
254275
"\n",
@@ -257,7 +278,8 @@
257278
"\n",
258279
"* [`Folder`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder)\n",
259280
" * [`add()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n",
260-
"\n",
281+
" * Fixes issue where _Date Only_ fields were not handled appropriately\n",
282+
" \n",
261283
"* [`UserManager`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager)\n",
262284
" * [`create()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.create)\n",
263285
"\n",
@@ -275,42 +297,48 @@
275297
" * Fixes `UnboundLocalError` because internal _Spatial Reference_ variable handled incorrectly \n",
276298
"\n",
277299
"#### [`arcgis.gis.admin`](/python/latest/api-reference/arcgis.gis.admin.html)\n",
300+
"* [`AGOLAdminManager`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.AGOLAdminManager)\n",
301+
" * [`history()`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.AGOLAdminManager.history)\n",
302+
" * BUG-000170507 - Removes _raw_ and _df_ options from the _data_format_ parameter because of inconistent results\n",
303+
" \n",
278304
"* [`PortalAdminManager`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.PortalAdminManager)\n",
279305
" * [`mode`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.PortalAdminManager.mode)\n",
280306
" * BUG-000170798 - Updates reference code snippet to correctly set value\n",
281307
"* [`LivingAtlasManager`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.LivingAtlasManager)\n",
282308
" * Raises log warning instead of error when attempting to initialize object when ArcGIS Enterprise is not configured for Living Atlas content \n",
283309
"\n",
310+
"#### [`arcgis.gis.server`](/python/latest/api-reference/arcgis.gis.server.html)\n",
311+
"* [`DataStoreManager`](/python/latest/api-reference/arcgis.gis.server.html#arcgis.gis.server.DataStoreManager)\n",
312+
" * [`validate()`](/python/latest/api-reference/arcgis.gis.server.html#arcgis.gis.server.DataStoreManager.validate)\n",
313+
" * BUG-000172692 - Fixes incorrect return value of _False_ on valid datastores\n",
314+
" \n",
284315
"#### [`arcgis.gis.nb`](/python/latest/api-reference/arcgis.gis.nb.html)\n",
285316
"\n",
286317
"\n",
287318
"#### [`arcgis.features`](/python/latest/api-reference/arcgis.features.toc.html)\n",
288319
"* [`FeatureLayer`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer)\n",
289320
" * [`query()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n",
290321
" * Fixes `Cannot access local variable` error if only _OBJECTID_ field is set in _out_fields_ argument \n",
291-
"\n",
292322
"* _Spatially Enabled DataFrame_ - [`GeoAccessor`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor)\n",
293323
" * [`insert_layer()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.insert_layer)\n",
294324
" * Fixes issue on ArcGIS Enteprise where layer schema was inserted but features were not \n",
295-
"\n",
296-
" * [`from_featureclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass)\n",
297-
"\n",
298325
" * [`to_featureclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureclass)\n",
299326
" * BUG-000171826 - Fixes issue where null values for _Int32_ or _Float64_ datatypes were converted to strings \n",
300-
"\n",
301327
" * [`to_featurelayer()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featurelayer)\n",
302-
"\n",
303-
" * [`from_layer()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_layer)\n",
304-
"\n",
305-
"* [`OrientedImageryLayer`](/python/api-reference/arcgis.features.toc.html#arcgis.features.OrientedImageryLayer)\n",
306-
" * Adds Table of Contents heading and documentation\n",
328+
" * Fixes `AttributeError: 'GIS' object has not attribute 'is_arcgisonline'` error\n",
329+
" * Fixes `Overwrite unsuccessful` error and messaging when originated from a _FeatureSet_ \n",
330+
"* [`FeatureCollection`](/python/latest/api-reference/arcgis.features.toc.html#featurecollection)\n",
331+
" * [`from_featureset()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureCollection.from_featureset)\n",
332+
" * Updates url endpoint for _Esri Symbol Page_ link in _symbol_ parameter description \n",
307333
" \n",
308334
"#### [`arcgis.features.managers`](/python/latest/api-reference/arcgis.features.managers.html) \n",
309335
"* [`FeatureLayerCollectionManager`]()\n",
310-
" * [`insert_layer()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.insert_layer)\n",
311-
"\n",
336+
" * [`update_definition()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.update_definition)\n",
337+
" * Fixes `Invalid definition` error when updating _editorTrackingInfo_ \n",
312338
" * [`create_view()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.create_view)\n",
313-
" * BUG-000169543 - Fixes `PropertyMap instance has no _serviceItemId_` error on ArcGIS Enterprise resulting in an empty view \n",
339+
" * BUG-000169543 - Fixes `PropertyMap instance has no _serviceItemId_` error on ArcGIS Enterprise resulting in an empty view\n",
340+
" * [`overwrite()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.overwrite)\n",
341+
" * BUG-000173138 - Fixes `Error getting Item Info from Datastore` error when using on hosted _tables_ published from _service definition_ files\n",
314342
"\n",
315343
"\n",
316344
"* [`VersionManager`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features._version.VersionManager)\n",
@@ -347,6 +375,7 @@
347375
" * BUG-000171775 - Fixes `AttributeError` with the _KeyFacts_ data collection \n",
348376
"\n",
349377
"#### [`arcgis.geometry`](/python/latest/api-reference/arcgis.geometry.html)\n",
378+
"* BUG-000173067 - Fixes issue where importing \"*\" from module overrides _GIS_ object\n",
350379
"\n",
351380
"* [`Geometry`](/python/latest/api-reference/arcgis.geometry.html#arcgis.geometry.Geometry)\n",
352381
" * [`has_z`](/python/latest/api-reference/arcgis.geometry.html#arcgis.geometry.Geometry.has_z)\n",
@@ -358,7 +387,9 @@
358387
"#### [`arcgis.layers`](/python/latest/api-reference/arcgis.layers.toc.html)\n",
359388
"* [Working with OGC layers](/python/latest/api-reference/arcgis.layers.toc.html#working-with-ogc-layers)\n",
360389
" * [`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",
390+
" * BUG-000166785 - Fixes issue with failed visualization and navigation on layer with sublayers\n",
391+
" * [`WMTSLayer`](/python/latest/api-reference/arcgis.layers.toc.html#wmtslayer)\n",
392+
" * [**Public Repo Issue #2098](https://github.com/Esri/arcgis-python-api/issues/2098) - Fixes failure to visualize service layers when service contains muliple layers and tilematrixsets \n",
362393
"\n",
363394
"* [Working with 3D Maps](/python/latest/api-reference/arcgis.layers.toc.html#working-with-3d-maps)\n",
364395
" * [`SceneLayerManager`](/python/latest/api-reference/arcgis.layers.toc.html#arcgis.layers.SceneLayerManager)\n",
@@ -396,13 +427,20 @@
396427
" * [`Survey`](/python/latest/api-reference/arcgis.apps.survey123.html#arcgis.apps.survey123.Survey)\n",
397428
" * [`publish()`](/python/latest/api-reference/arcgis.apps.survey123.html#arcgis.apps.survey123.Survey.publish)\n",
398429
" * Fixes 500 Error with _Spatial Reference_ WKIDs when publishing on ArcGIS Enteprise\n",
430+
" * Fixes `Invalid definition` error when publishing\n",
431+
" \n",
399432
" * [`update_report_template()`](/python/latest/api-reference/arcgis.apps.survey123.html#arcgis.apps.survey123.Survey.update_report_template)\n",
400433
" * Fixes `TypeError` when using operation \n",
401434
"\n",
402435
"* [`expbuilder`](/python/latest/api-reference/arcgis.apps.expbuilder.html)\n",
403436
" * [`WebExperience`](/python/latest/api-reference/arcgis.apps.expbuilder.html#arcgis.apps.expbuilder.expbuilder.WebExperience)\n",
404437
" * [`upload()`](/python/latest/api-reference/arcgis.apps.expbuilder.html#arcgis.apps.expbuilder.expbuilder.WebExperience.upload)\n",
405-
" \n",
438+
"\n",
439+
"* [`workforce`](/python/api-reference/arcgis.apps.workforce.html)\n",
440+
" * [`arcgis.apps.workforce.managers`](/python/api-reference/arcgis.apps.workforce.managers.html)\n",
441+
" * [`WorkerManager`](/python/api-reference/arcgis.apps.workforce.managers.html#workermanager)\n",
442+
" * [`add()`](/python/api-reference/arcgis.apps.workforce.managers.html#arcgis.apps.workforce.managers.WorkerManager.add)\n",
443+
" * BUG-000171541 - Fixes `KeyError` when using on ArcGIS Enterprise \n",
406444
"\n",
407445
"#### [`arcgis.learn`](/python/latest/api-reference/arcgis.learn.toc.html)\n",
408446
"* Deprecates the _overwrite_ parameter in `save()` methods for all models\n",

0 commit comments

Comments
 (0)