|
98 | 98 | "* [`Folder`]()\n", |
99 | 99 | " * [`add()`](https://next.gha.afd.arcgis.com/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n", |
100 | 100 | " * 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", |
101 | 106 | "\n", |
102 | 107 | "#### [`arcgis.gis.admin`](/python/api-reference/arcgis.gis.admin.html#)\n", |
103 | 108 | "* **New Classes:**\n", |
|
327 | 332 | " * [`Survey`](/python/api-reference/arcgis.apps.survey123.html#survey)\n", |
328 | 333 | " \n", |
329 | 334 | "#### [`arcgis.learn`](/python/api-reference/arcgis.learn.toc.html)\n", |
| 335 | + "* *Tensorflow* has been **removed** as a dependency from the *arcgis.learn* stack\n", |
330 | 336 | "* Adds support for Satlas pretrained backbones to imagery models\n", |
331 | 337 | "* Updates to formatting for better display of parameters in *ArcGIS Pro* dialogs\n", |
332 | 338 | "* [Data Preparation Methods](/python/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n", |
|
367 | 373 | " * [`SuperResolution`](/python/api-reference/arcgis.learn.toc.html#superresolution)\n", |
368 | 374 | " * [`ImageCaptioner`](/python/api-reference/arcgis.learn.toc.html#imagecaptioner)\n", |
369 | 375 | "* [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", |
370 | 378 | " * [`PointCNN`](/python/api-reference/arcgis.learn.toc.html#pointcnn)\n", |
371 | 379 | " * [`RandLANet`](/python/api-reference/arcgis.learn.toc.html#randlanet)\n", |
372 | 380 | " * [`save()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.RandLANet.save)\n", |
|
519 | 527 | " * Fixes issue where *WebExperience* and *StoryMap* urls were not formed correctly in target content\n", |
520 | 528 | " * [**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", |
521 | 529 | " * 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", |
522 | 531 | "* [`Folder`]()\n", |
523 | 532 | " * [`add()`](https://next.gha.afd.arcgis.com/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n", |
524 | 533 | " * 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", |
526 | 536 | "* [`Group`](/python/api-reference/arcgis.gis.toc.html#group)\n", |
527 | 537 | " * [`update()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Group.update)\n", |
528 | 538 | " * **BUG-000174312** - Fixes issue where could not remove all the tags for a group\n", |
|
616 | 626 | "* [`Spatially Enabled DataFrame`](/python/api-reference/arcgis.features.toc.html#geoaccessor) (_GeoAccessor_)\n", |
617 | 627 | " * [`project()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.project)\n", |
618 | 628 | " * 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", |
619 | 630 | " * [`sr`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.sr)\n", |
620 | 631 | " * Improves performance issue when setting value\n", |
621 | 632 | " * [`from_featureclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass)\n", |
|
715 | 726 | "\n", |
716 | 727 | "#### [`arcgis.geometry`](/python/api-reference/arcgis.geometry.html)\n", |
717 | 728 | "* [`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", |
720 | 730 | " * 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", |
722 | 736 | " * Fixes:\n", |
723 | 737 | " * [**Public Repo Issue #2325](https://github.com/Esri/arcgis-python-api/issues/2325)\n", |
724 | 738 | " * **BUG-000178221**\n", |
|
758 | 772 | "#### [`arcgis.apps`](/python/api-reference/arcgis.apps.html)\n", |
759 | 773 | "* [`storymap`](/python/api-reference/arcgis.apps.storymap.html)\n", |
760 | 774 | " * [`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", |
762 | 777 | " * [`Sidecar`](/python/api-reference/arcgis.apps.storymap.html#sidecar)\n", |
763 | 778 | " * [`remove_slide()`](/python/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story_content.Sidecar.remove_slide)\n", |
764 | 779 | "* [`itemgraph`](/python/latest/api-reference/arcgis.apps.itemgraph.html)\n", |
|
0 commit comments