Skip to content

Commit 18feac0

Browse files
committed
updates through 9.11.25
1 parent 498f799 commit 18feac0

1 file changed

Lines changed: 20 additions & 5 deletions

File tree

guide/02-api-overview/release_notes_242.ipynb

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@
9898
"* [`Folder`]()\n",
9999
" * [`add()`](https://next.gha.afd.arcgis.com/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n",
100100
" * Adds documentation linkink to resulting [Job](/python/latest/api-reference/arcgis.gis.toc.html#job) object\n",
101+
"* [`OfflineContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#offlinecontentmanager)\n",
102+
" * [`import_content()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.OfflineContentManager.import_content)\n",
103+
" * **New parameters:**\n",
104+
" * `item_mapping` - Adds support for mapping content in the export package to content already in the target deployment \n",
105+
" * `search_existing_items` - Adds support for choosing whether to search for items previously imported and use them instead of cloning \n",
101106
"\n",
102107
"#### [`arcgis.gis.admin`](/python/api-reference/arcgis.gis.admin.html#)\n",
103108
"* **New Classes:**\n",
@@ -327,6 +332,7 @@
327332
" * [`Survey`](/python/api-reference/arcgis.apps.survey123.html#survey)\n",
328333
" \n",
329334
"#### [`arcgis.learn`](/python/api-reference/arcgis.learn.toc.html)\n",
335+
"* *Tensorflow* has been **removed** as a dependency from the *arcgis.learn* stack\n",
330336
"* Adds support for Satlas pretrained backbones to imagery models\n",
331337
"* Updates to formatting for better display of parameters in *ArcGIS Pro* dialogs\n",
332338
"* [Data Preparation Methods](/python/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
@@ -367,6 +373,8 @@
367373
" * [`SuperResolution`](/python/api-reference/arcgis.learn.toc.html#superresolution)\n",
368374
" * [`ImageCaptioner`](/python/api-reference/arcgis.learn.toc.html#imagecaptioner)\n",
369375
"* [3d Models](/python/api-reference/arcgis.learn.toc/?highlight=pointcloud#d-models)\n",
376+
" * **New models:**\n",
377+
" * [`Hyperspectral3DRCNet`](/python/api-reference/arcgis.learn.toc.html#hyperspectral3drcnet) \n",
370378
" * [`PointCNN`](/python/api-reference/arcgis.learn.toc.html#pointcnn)\n",
371379
" * [`RandLANet`](/python/api-reference/arcgis.learn.toc.html#randlanet)\n",
372380
" * [`save()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.RandLANet.save)\n",
@@ -519,10 +527,12 @@
519527
" * Fixes issue where *WebExperience* and *StoryMap* urls were not formed correctly in target content\n",
520528
" * [**Public Repo Issue #1835](https://github.com/Esri/arcgis-python-api/issues/1835) Fixes source code to check hosted Feature Layer *service* name and only create new one if identical service name is unavailable in target\n",
521529
" * Fixes issue when cloning *Web Experience Template* item types and using the *preserve_item_id* argument not working\n",
530+
" * **BUG-000178647** - Fixes issue of incorrectly updating the *sytleUrl* for vector tile layers when using the *item_mapping* argument to map between vector tile layers during clone ofWeb Map items\n",
522531
"* [`Folder`]()\n",
523532
" * [`add()`](https://next.gha.afd.arcgis.com/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n",
524533
" * Fixes issue where item *tags* entered as strings were overwriting existing tags instead of updating\n",
525-
" * **BUG-000176760** - Fixes return type documentation and internal code processing \n",
534+
" * **BUG-000176760** - Fixes return type documentation and internal code processing\n",
535+
" * Fixes issue where *item_id* argument was not used properly on *ArcGIS Enterprise*\n",
526536
"* [`Group`](/python/api-reference/arcgis.gis.toc.html#group)\n",
527537
" * [`update()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Group.update)\n",
528538
" * **BUG-000174312** - Fixes issue where could not remove all the tags for a group\n",
@@ -616,6 +626,7 @@
616626
"* [`Spatially Enabled DataFrame`](/python/api-reference/arcgis.features.toc.html#geoaccessor) (_GeoAccessor_)\n",
617627
" * [`project()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.project)\n",
618628
" * Fixes failure to project data when spatial reference added as a dictionary\n",
629+
" * **BUG-000178191** Fixes failure to properly project data in environments that do not have *ArcPy*\n",
619630
" * [`sr`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.sr)\n",
620631
" * Improves performance issue when setting value\n",
621632
" * [`from_featureclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass)\n",
@@ -715,10 +726,13 @@
715726
"\n",
716727
"#### [`arcgis.geometry`](/python/api-reference/arcgis.geometry.html)\n",
717728
"* [`Geometry`](/api-reference/arcgis.geometry.html#geometry)\n",
718-
" * [`project()`](/python/api-reference/arcgis.geometry.html#project)\n",
719-
" * [`as_shapely()`]()\n",
729+
" * [`as_shapely()`](/python/latest/api-reference/arcgis.geometry.html#arcgis.geometry.Geometry.as_shapely)\n",
720730
" * Fixes [**Public Repo Issue #2211**](https://github.com/Esri/arcgis-python-api/issues/2211) where multipolygon features did not render properly\n",
721-
"* [`lengths()`]()\n",
731+
" * [`is_multipart`](/python/latest/api-reference/arcgis.geometry.html#arcgis.geometry.Geometry.is_multipart)\n",
732+
" * Fixes [**Public Repo Issue #2354**](https://github.com/Esri/arcgis-python-api/issues/2354) where property returned *False* when should return *True* \n",
733+
"\n",
734+
"#### [`arcgis.geometry.functions`](/python/latest/api-reference/arcgis.geometry.functions.html)\n",
735+
"* [`lengths()`](/python/latest/api-reference/arcgis.geometry.functions.html#lengths)\n",
722736
" * Fixes:\n",
723737
" * [**Public Repo Issue #2325](https://github.com/Esri/arcgis-python-api/issues/2325)\n",
724738
" * **BUG-000178221**\n",
@@ -758,7 +772,8 @@
758772
"#### [`arcgis.apps`](/python/api-reference/arcgis.apps.html)\n",
759773
"* [`storymap`](/python/api-reference/arcgis.apps.storymap.html)\n",
760774
" * [`Storymap`](/python/api-reference/arcgis.apps.storymap.html#storymap)\n",
761-
" * [`nodes`](/python/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story.StoryMap.nodes) property\n",
775+
" * [`credits()`](/python/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story.StoryMap.credits)\n",
776+
" * Fixes issue where credits would display in the wrong position relative to heading and description \n",
762777
" * [`Sidecar`](/python/api-reference/arcgis.apps.storymap.html#sidecar)\n",
763778
" * [`remove_slide()`](/python/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story_content.Sidecar.remove_slide)\n",
764779
"* [`itemgraph`](/python/latest/api-reference/arcgis.apps.itemgraph.html)\n",

0 commit comments

Comments
 (0)