Skip to content

New

  • Updates documentation regarding ArcGIS Online terms of use
  • New modules:
    • arcgis.ai
      • Provides functionality for image and text analysis and translation
    • arcgis.apps.dashboards
      • Focused on managing content dependencies within Dashboard items for more fluid cloning capability
  • Deprecated modules:
    • arcgis.apps.dashboard
      • Removal of the module, which has seen no active development since the 2.1.0 release.

Guides

Samples

Module Changes

arcgis.gis

  • GIS
    • New properties:
    • map()
      • Adds support for entering Point objects for location argument
  • Item
    • update()
      • BUG-000176001 Adds documentation to NOTE clarifying the file name for the data argument may differ from original file name
  • User
    • New properties:
    • report()
      • Updates iternal logic to return a csv item or TimeoutError if report cannot be generated in 5 minutes
  • UserManager
  • ContentManager
    • clone_items()
    • New parameters:
      • For implementations of new arcgis.apps.dashboards module
        • dashboard_mapping - allows for fine-grained management of lower level dashboard information layer and field metadata
        • dashboard_options
      • Updates internal version values of cloned dashboards to latest version compatible with the target organization
      • ENH-000179291 Supports identical item id values for the item_mapping dictionary when cloning Map Services between ArcGIS Enterprise deployments
    • bulk_udpate()
      • Adds code example to reference documentation
    • create_empty_service()
      • Updates reference documentation with links to additional information
  • Folder
    • add()
      • Adds support for pathlib.Path objects in the file argument
  • OfflineContentManager
    • export_items()
      • New parameters:
        • update_fc - Adds support for exporting to specified format to include updates since original publication to services published from feature class data
  • PortalDataStore
    • publish()
      • New parameters:
        • options
        • overwrite
  • ResourceManager
    • add()
      • Updates reference documentation for file_name and access parameters
      • Adds code example illustrating explicit file extension required for file_name

arcgis.gis.admin

arcgis.gis.agonb

  • Enables the Python API to securely retrieve secrets for use in ArcGIS Notebooks

arcgis.gis.workflowmanager

  • Updates error messaging with server messages to provide more comprehensive information

arcgis.features

arcgis.features.managers

arcgis.features.analysis

  • Adds deprecation notice for return type to those functions with estimate parameter
  • arcgis.features.elevation
    • profile()
      • ENH-000145456 Adds documentation note with information necessary to return z and/or m values

arcgis.raster.analytics

arcgis.raster.realitymapping

arcgis.notebook

arcgis.geoenrichment

  • Country
    • New properties:
    • get()
      • Adds reference documentation
      • New parameters:
        • hierarchy

arcgis.graph

  • New methods:
  • New Data Model Types:
    • esriMergePolicyType
    • esriSplitPolicyType
    • GraphDomain
    • CodedValue
    • CodedValueDomain
    • RangeDomain
    • GraphDomainMask
    • GraphDomainUpdate
  • New Response Types:
    • ExportResponse
    • DomainResponse
    • AddDomainResponse
    • UpdateDomainResponse
    • DeleteDomainResponse
    • DataTransferStats

arcgis.map

arcgis.apps

arcgis.learn

  • Updates the scale_range and num_it values for lr_find methods
  • Adds support for prithvi_v2_300M and prithvi_v2_600M backbones for Object Classifiction and several Object Detection models
  • Automated Machine Learning
    • AutoML
      • New keyword parameter:
        • use_loc_embeddings
      • ENH-000182626 Renames Training Distance Feature variables using the source feature class instead of generic labels for the importance table

arcgis.datapipelines

  • Adds support for the Beta release in ArcGIS Enteprise 12.0

Fixes

Guides

Samples

Module Changes

arcgis.gis

  • GIS
    • Improves internal processing for faster initialization times
    • map()
      • Clarifies API reference description and valid formats for location argument
    • notebook_server
      • Fixes issues with accessing NotebookServer using IWA and/or PKI authentication schemes
      • Fixes issue where value was being returned on ArcGIS for Kubernetes deployments even if no Notebook Server is configured
  • Item
    • publish()
      • Fixes error on ArcGIS Enteprise and ArcGIS Enterprise on Kubernetes after updating a source csv, shapefile, file geodatabase or microsoft excel item and attempting to use overwrite=True
    • copy_item()
      • Fixes issue where output was not properly added to the folder argument
      • Updates documentation to include parameter table
    • favorite
      • Fixes KeyError when attempting to get or set an item not owned by logged in user
      • Fixes issue where setting property appears to work but item is not added to user's favorites
  • ContentManager
    • clone_items()
      • Fixes failures with updating the definitions of any cloned Feature Layer output to ArcGIS Enterprise
      • Fixes issue where specific Web Mapping Application items had some content removed incorrectly during clone process
      • BUG-000177674 Fixes NoneType is not iterable error when cloning hosted feature layer views with specific authentication schemes
      • BUG-000181596 Fixes issue where setting preserve_item_id=True did not preserve value for ArcGIS StoryMap items
      • Fixes issues when cloning multiscale geometries between ArcGIS Online and another ArcGIS Online or ArcGIS Enterprise
      • Fixes issue when cloning web map items containing Living Atlas layers between ArcGIS Online deployments
    • search()
      • Fixes spelling error in outside_org parameter documentation
    • import_table()
      • Fixes AttributeError with gdal processing attempting to publish item
  • OfflineContentManager
    • Refactors code to use Folder objects and Dataclass objects when appropriate
    • export_items()
      • Public Repo Issue #2326
        • Fixes issue where exported data was missing most recent content from an ArcGIS Online hosted feature layer published from a service definition file
        • Fixes PermissionError that file is being used by another process when running import_content()
        • Fixes issues where some layer-level and field-level metadata, such as description, field descriptions, drawingInfo and maxRecordCount were not properly transferring
    • import_content()
      • Fixes issue where export package was failing to properly load contnet because of improper processing of package content properties
      • Fixes issue with StoryMap items whose resource content contained HTML strings
  • ResourceManager
    • add()
      • Updates documentation to include required extenstion value for file_name argument
  • APIKey
    • delete()
      • Updates method to permanently delete keys

arcgis.gis.admin

arcgis.gis.server

  • Server
    • publish_sd()
      • BUG-000164981 Fixes ConnectionError issue when publishing to stand-alone ArcGIS Server in disconnected environments

arcgis.gis.agonb

arcgis.apps.workflowmanager

arcgis.features

  • FeatureSet
    • sdf
      • Fixes 'float' is not interable error when called on FeatureSet results of network analysis results
  • FeatureLayer
    • query_top_features()
      • BUG-000180522 Fixes AttributeError with internal processing structures
    • query()
      • Fixes incorrect error handling when multiple out_fields are specified with return_distinct_values
  • Spatially Enabled DataFrame (GeoAccessor)
    • from_featureclass()
      • Fixes TypeError when reading from files with spatial references other than 4326 or 3857 in gdal processing environments
      • Fixes error with case sensitivity when specifying shape or SHAPE in the fields argument
      • Fixes ValueError: I/O operation on closed file in ArcGIS Pro environments
    • full_extent
      • Fixes IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed when using the Arrow format

arcgis.features.analysis

arcgis.features.managers

arcgis.raster

  • RasterCollection
    • Fixes HTTPSConnectionPool timeout issue when initializing objects from Landsat services
    • Changes the default value for query_boundary within the context argument to False when initializing object

raster.analytics

  • segment
    • Adds missing parameter: max_segment_size_in_pixels

arcgis.raster.functions

  • Fixes error when running functions with estimate=True
  • segment_mean_shift()
    • Adds missing parameter: max_num_pixels_per_segment
  • apply()
    • Fixes situation where saving an imagery layer after applying a filter with rendering rule creates an empty image service
  • raster_collection_function()
    • Fixes issue where spatial reference is not being read when passing a Feature Layer as the query_geometry argument

arcgis.raster.functions.RFT

  • RFT
    • Fixes issue where parameters load incorrectly when there are value properties in the raster function template

arcgis.geoprocessing

  • Fixes issues with tools running in disconnected environments

arcgis.map

  • Map
    • Updates initializer so Point object can be used as the location argument was not working
    • Updates reference documentation with a parameter table and initialization code example
    • save()
      • BUG-000175861 Fixes issue with improper keyword handling which prevented the collection button appearing in Field Maps app
  • Scene
    • Fixes issue where default basemap was not read from appropriate organization setting
  • Map Classes
    • MapContent
      • add()
        • BUG-000181995 Fixes TypeError when adding a WMTS service layer
        • Fixes issue where adding a Feature Layer item with both tables and layers required adding the tables separately
  • Scene Classes
    • SceneContent
      • add()
        • Updates internal logic for handling drawing and popup information
        • Updates processing of string input for item argument
        • Fixes TypeError when adding a Scene layer - building (hosted) or BuildingSceneLayer object
  • RendererManager
  • SmartMappingManager
    • class_breaks_renderer()
      • Fixes AttributeError when a layer definition does not exist in a layer's underlying json structure

arcgis.apps

Public Repo Issue #2429

arcgis.learn

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.