|
72 | 72 | "### Module Changes\n", |
73 | 73 | "\n", |
74 | 74 | "#### [`arcgis.gis`](/python/api-reference/arcgis.gis.toc.html)\n", |
| 75 | + "* **New Classes:**\n", |
| 76 | + " * [`Job`](/python/latest/api-reference/arcgis.gis.toc.html#job)\n", |
| 77 | + " * Adds documentation for class as it is return type for [Folder.add()](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add) method \n", |
75 | 78 | "* [`GIS`](/python/api-reference/arcgis.gis.toc.html#gis)\n", |
76 | 79 | " * ENH-000155803 - Adds support for initializing users configured for multifactor authentication\n", |
77 | 80 | " * Fixes performance issue with internal session objects created unnecessarily furing initialization\n", |
78 | 81 | " * [`notebook_server`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS.notebook_server)\n", |
79 | 82 | " * Adds support for ArcGIS Enterprise on Kubernetes\n", |
80 | 83 | "* [`User`](/python/api-reference/arcgis.gis.toc.html#user)\n", |
| 84 | + " * **New properties:**\n", |
| 85 | + " * [`resources`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.User.resources) \n", |
81 | 86 | "* [`UserManager`](/python/api-reference/arcgis.gis.toc.html#usermanager)\n", |
82 | 87 | " * [`create()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.create)\n", |
83 | 88 | " * **New parameters:**\n", |
|
87 | 92 | "* [`ItemTypeEnum`](/python/latest/api-reference/arcgis.gis.toc.html#itemtypeenum)\n", |
88 | 93 | " * Adds support for:\n", |
89 | 94 | " * `MOBILE_BASEMAP_PACKAGE`\n", |
90 | | - " * `MOBILE_MAP_PACKAGE` \n", |
| 95 | + " * `MOBILE_MAP_PACKAGE`\n", |
| 96 | + "* [`Folder`]()\n", |
| 97 | + " * [`add()`](https://next.gha.afd.arcgis.com/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n", |
| 98 | + " * Adds documentation linkink to resulting [Job](/python/latest/api-reference/arcgis.gis.toc.html#job) object\n", |
91 | 99 | "\n", |
92 | 100 | "#### [`arcgis.gis.admin`](/python/api-reference/arcgis.gis.admin.html#)\n", |
93 | 101 | "* **New Classes:**\n", |
|
220 | 228 | "\n", |
221 | 229 | "#### [`arcgis.raster.functions.gbl`](/python/api-reference/arcgis.raster.functions.gbl.html)\n", |
222 | 230 | "\n", |
| 231 | + "#### [`arcgis.raster.functions.RFT`](/python/latest/api-reference/arcgis.raster.functions.RFT.html)\n", |
| 232 | + "* Adds support for new format when using local functions\n", |
| 233 | + "\n", |
223 | 234 | "\n", |
224 | 235 | "#### [`arcgis.raster.utils`](/python/api-reference/arcgis.raster.utils.html)\n", |
225 | 236 | "\n", |
|
233 | 244 | " * **New parameters:**\n", |
234 | 245 | " * `derivative_variables` - adds support for [derivative variables](/rest/geoenrichment/enrich/#addderivativevariables) \n", |
235 | 246 | "\n", |
236 | | - "#### [`arcgis.graph`](/python/api-reference/arcgis.graph.html)\n", |
| 247 | + "#### [`arcgis.graph`](python/latest/api-reference/arcgis.graph.toc.html)\n", |
237 | 248 | "* [`search()`](/python/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph.search)\n", |
238 | 249 | "\n", |
| 250 | + "#### [`arcgis.layers`](python/latest/api-reference/arcgis.layers.toc.html)\n", |
239 | 251 | "\n", |
240 | | - "#### [`arcgis.mapping`](/python/api-reference/arcgis.mapping.toc.html)\n", |
241 | | - "* [Working with 2D Maps](/python/api-reference/arcgis.mapping.toc.html#working-with-2d-maps)\n", |
242 | | - " * [`WebMap`](/python/api-reference/arcgis.mapping.toc.html#webmap)\n", |
| 252 | + "#### [`arcgis.map`](/python/api-reference/arcgis.map.toc.html)\n", |
| 253 | + "* [Common Classes (Map and Scene)](/python/api-reference/arcgis.map.toc.html#common-classes-map-and-scene)\n", |
| 254 | + " * **New classes:**\n", |
| 255 | + " * [`BasemapStylesService`](/python/api-reference/arcgis.map.toc.html#arcgis.map.BasemapStylesService)\n", |
| 256 | + " * [`BasemapStyle`](/python/api-reference/arcgis.map.toc.html#arcgis.map.BasemapStyle)\n", |
| 257 | + " * [`BasemapManager`](/python/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.BasemapManager)\n", |
| 258 | + " * **New properties:**\n", |
| 259 | + " * [`basemap_styles_service`](/python/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.BasemapManager.basemap_styles_service)\n", |
| 260 | + "* [Basemap Styles Enumerations](/python/api-reference/arcgis.map.toc.html#basemap-styles-enumerations)\n", |
| 261 | + " * [`BasemapStyleLanguage`](/python/api-reference/arcgis.map.toc.html#arcgis.map.BasemapStyle.language)\n", |
| 262 | + " * [`BasemapStylePlace`](/python/api-reference/arcgis.map.toc.html#arcgis.map.BasemapStyle.place)\n", |
| 263 | + " * [`BasemapStyleWorldview`](/python/api-reference/arcgis.map.toc.html#arcgis.map.BasemapStyle.language)\n", |
243 | 264 | "* [Working with 3D Maps](/python/api-reference/arcgis.mapping.toc.html#working-with-3d-maps)\n", |
244 | 265 | " * [`VoxelLayer`](/python/api-reference/arcgis.mapping.toc.html#voxellayer)\n", |
245 | 266 | "* [Working with Map Service Layers]()\n", |
|
441 | 462 | "### Module Changes\n", |
442 | 463 | "\n", |
443 | 464 | "#### [`arcgis.gis`](/python/api-reference/arcgis.gis.toc.html)\n", |
444 | | - "* **New Classes:**\n", |
445 | | - " * [`Job`](/python/latest/api-reference/arcgis.gis.toc.html#job)\n", |
446 | | - " * Adds documentation for class as it is return type for [Folder.add()](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add) method \n", |
447 | | - "* [`GIS`](/python/api-reference/arcgis.gis.toc.html#gis)\n", |
448 | | - " * Fixes issue when value entered for *url* argument had a trailing slash, it caused subsequent operations to fail with double slashes in the url\n", |
| 465 | + "* Fixes issue when value entered for *url* argument had a trailing slash, it caused subsequent operations to fail with double slashes in the url\n", |
449 | 466 | " * [`notebook_server`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS.notebook_server)\n", |
450 | 467 | " * Fixes issue with malformed urls when accessing *Notebook Server* configured for ArcGIS Enterprise on Kubernetes\n", |
451 | 468 | " * Fixes issue where blank list returned if server licensed as *Notebook Server* was licensed as other roles \n", |
452 | 469 | " * [`hosting_servers`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS.hosting_servers)\n", |
453 | 470 | "* [`Item`](/python/api-reference/arcgis.gis.toc.html#item)\n", |
| 471 | + " * Fixes issue where mosaic rule not recognized when rendering item in notebooks \n", |
454 | 472 | " * [`attachments_size`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.attachments_size)\n", |
455 | 473 | " * Fixes issue where property returned None\n", |
456 | | - " * [`remap_data`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.remap_data)\n", |
457 | | - " * Fixes permissions error when attempting to remap data in a cloned item \n", |
| 474 | + " * [`remap_data`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.remap_data)\n", |
| 475 | + " * Fixes permissions error when attempting to remap data in a cloned item\n", |
| 476 | + " * [`publish()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.publish)\n", |
| 477 | + " * Fixes issue where *spk* and *slpk* items failed to publish because request was not accommodating cache correctly\n", |
| 478 | + " * Fixes issue where *tpk* items failed to publish layer content in *ArcGIS Online* \n", |
458 | 479 | "* [`ContentManager`](/python/api-reference/arcgis.gis.toc.html#contentmanager)\n", |
459 | 480 | " * [`clone_items()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)\n", |
460 | 481 | " * **BUG-000172746** - Fixes issue when cloning hosted feature layers resulted in different item id for cloned feature service and cloned feature service\n", |
|
463 | 484 | " * **BUG-000174859** - Fixes issue with cloning *Survey123 Form* items multiple times in succession with *preserve_item_id=True*\n", |
464 | 485 | "* [`Folder`]()\n", |
465 | 486 | " * [`add()`](https://next.gha.afd.arcgis.com/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n", |
466 | | - " * Adds documentation linkink to resulting [Job](/python/latest/api-reference/arcgis.gis.toc.html#job) object \n", |
| 487 | + " * Fixes issue where item *tags* entered as strings were overwriting existing tags instead of updating\n", |
| 488 | + " * **BUG-000176760** - Fixes return type documentation and internal code processing \n", |
467 | 489 | "* [`Group`](/python/api-reference/arcgis.gis.toc.html#group)\n", |
468 | 490 | " * [`update()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Group.update)\n", |
469 | 491 | " * **BUG-000174312** - Fixes issue where could not remove all the tags for a group\n", |
|
539 | 561 | " * Fixes incorrect results when using *out_statistics* and *group_by_fields_for_statistics* arguments together\n", |
540 | 562 | " * [`properties`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.properties)\n", |
541 | 563 | " * [`edit_features()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features)\n", |
| 564 | + "* [`FeatureLayerCollection`](/python/latest/api-reference/arcgis.features.toc.html#featurelayercollection)\n", |
| 565 | + " * Fixes issue where active gis was not being passed correctly into the initialization \n", |
542 | 566 | "* [`Spatially Enabled DataFrame`](/python/api-reference/arcgis.features.toc.html#geoaccessor) (_GeoAccessor_)\n", |
543 | 567 | " * [`project()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.project)\n", |
544 | 568 | " * Fixes failure to project data when spatial reference added as a dictionary\n", |
|
561 | 585 | "\n", |
562 | 586 | "#### [`arcgis.features.managers`](/python/api-reference/arcgis.features.managers.html) \n", |
563 | 587 | "* [`FeatureLayerCollectionManager`](/python/api-reference/arcgis.features.managers.html#featurelayercollectionmanager)\n", |
564 | | - " * [`create_view()`]()\n", |
| 588 | + " * [`create_view()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.create_view)\n", |
| 589 | + " * Fixes issue in ArcGIS Online where interal ID value was not passed to request correctly \n", |
565 | 590 | "* [`UtilityNetworkManager`](/python/api-reference/arcgis.features.managers.html#utilitynetworkmanager)\n", |
566 | 591 | " * [`trace()`](/python/api-reference/arcgis.features.managers.html#utilitynetworkmanager.trace)\n", |
567 | 592 | "* [`ValidationManager`](/python/api-reference/arcgis.features.managers.html#validationmanager)\n", |
|
627 | 652 | "#### [`arcgis.geometry`](/python/api-reference/arcgis.geometry.html)\n", |
628 | 653 | "* [`Geometry`](/api-reference/arcgis.geometry.html#geometry)\n", |
629 | 654 | " * [`project()`](/python/api-reference/arcgis.geometry.html#project)\n", |
630 | | - "\n", |
631 | | - "#### [`arcgis.mapping`](/python/api-reference/arcgis.mapping.toc.html)\n", |
632 | | - "* [Working with 2D Maps](/python/api-reference/arcgis.mapping.toc.html#working-with-2d-maps)\n", |
633 | | - " * [`WebMap`](/python/api-reference/arcgis.mapping.toc.html#webmap)\n", |
634 | | - " * [`gallery_basemaps`](/python/api-reference/arcgis.mapping.toc.html#arcgis.mapping.WebMap.gallery_basemaps)\n", |
635 | | - " * [`OfflineMapAreaManager`](/python/api-reference/arcgis.mapping.toc.html#offlinemapareamanager)\n", |
636 | | - " * [`create()`](/python/api-reference/arcgis.mapping.toc.html#arcgis.mapping.OfflineMapAreaManager.create)\n", |
| 655 | + " \n", |
| 656 | + "#### [`arcgis.graph`](python/latest/api-reference/arcgis.graph.toc.html)\n", |
| 657 | + "\n", |
| 658 | + "#### [`arcgis.layers`](python/latest/api-reference/arcgis.layers.toc.html)\n", |
| 659 | + "* **Deprecated classes:**\n", |
| 660 | + " * [`BasemapServices`](/python/latest/api-reference/arcgis.layers.toc.html#basemapservices)\n", |
| 661 | + " * [`BasemapService`](/python/latest/api-reference/arcgis.layers.toc.html#basemapservice) \n", |
| 662 | + "\n", |
| 663 | + "#### [`arcgis.map`](/python/api-reference/arcgis.map.toc.html)\n", |
| 664 | + "* [Map Classes](/python/latest/api-reference/arcgis.map.toc.html#map-classes)\n", |
| 665 | + " * [`MapContent`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent)\n", |
| 666 | + " * [`add()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent.add)\n", |
| 667 | + " * Fixes issue where mosaic rules were not recognized when rendering item \n", |
637 | 668 | "* [Working with 3D Maps](/python/api-reference/arcgis.mapping.toc.html#working-with-3d-maps)\n", |
638 | 669 | " * [`SceneLayer`](/python/api-reference/arcgis.mapping.toc.html#scenelayer)\n", |
639 | 670 | " * [`SceneLayerManager`](/python/api-reference/arcgis.mapping.toc.html#scenelayermanager)\n", |
|
0 commit comments