Skip to content

New

  • Updates documentation regarding ArcGIS Online terms of use
  • New modules:
    • arcgis.ai
      • Provides functionality for image and text analysis and translatation
    • 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

  • New Classes:
  • GIS
    • 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:
      • ENH-000154038 categories
  • 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
    • bulk_udpate()
      • Adds code example to reference documentation
  • Folder
    • add()
      • Adds support for pathlib.Path objects in the file argument
  • OfflineContentManager
    • import_content()
    • export_items()
      • New parameter:
        • update_fc - Adds support for exporting to specified format to include updates since original publication to services published from feature class data

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.raster.analytics

arcgis.raster.realitymapping

  • Project
    • New parameter:
      • project - for creating a new Project item
    • New method:
      • from_item()
        • for creating a Project object from an existing item

arcgis.geoenrichment

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

arcgis.graph

  • 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

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
  • 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
  • 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
    • 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

  • 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

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

arcgis.apps

arcgis.learn

  • Data Preparation Methods
    • prepare_data()
      • Fixes IndexError with show_batch() on PointCloud datasets for 3D segmentation models
      • Fixes num_workers argument being overwritten on Linux operating systems
  • Object Detection Models
    • FasterRCNN
      • Fixes various bugs when initializing with terramind_base backbone and chip sizes other than pretrained 224
    • SingleShotDetector
      • lr_find()
        • Fixes WeightsUnpickler error when running method
  • Pixel Classification Models
    • DeepLab
      • Fixes a load failure with previously saved models configured with timm and satlas backbones using ArcGIS Pro Classify Pixels Using Deep Learning tool
    • SamLoRA
      • Updates internal processing to ensure default vit_b backbone is used when no argument provided

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