New
- Added support to render and work with Vector Tile Layers in
arcgis.mappingmodule with a newVectorTileLayerclass. - Added ability to add text and archives as resource files to Items.
- Added a
find_outlierstask to thearcgis.features.analysismodule to locate features and clusters that differ significantly - Added support for Living Atlas Content
- Added ability to select layers to add when creating new feature service from
FeatureLayerCollectionitem - Added
detect_track_incidentstool to thearcgis.geoanalytics.find_locationsmodule - Added support for unfederated ArcGIS Server instances from the
arcgis.gis.servermodule - Added ability to cancel Geoprocessing jobs with keyboard
- Added ability to publish map services from Geoanalytics results for visualizing large spatiotemporal feature services
- Added ability to login with a public account to ArcGIS Online
- Added support for Dynamic Map Image Layers
- Enhanced search capabilities to look for specific categories
- Added ability to create
Featuresfrom and convert features to geojson - Improved spatial refernce support when using
arcgis.features.SpatialDataFrame - Improved function to export
SpatialDataFrameby checking for required modules - Improved performance when creating
Imagery Layers - Added new functions to
raster.functionsmodule. See here for function details complex- computes magnitude from an input raster with complex pixel typescolormap_to_rgb- converts a single-band raster with a colormap to three-band rasterstatistics_histogram- defines the statistics and histogram of a raster to help render outputtasseled_cap- analyzes certain multispectral datasets and calculates new bands useful to map vegetation and urban developmet changesidentity- default function required in a mosaic dataset if there is no other functioncolorspace_converstion- converts the color model of a three-band unsigned 8-bit images from HSV or RGB, or vice versagrayscale- converts a multi-band image into a single-band grayscale imagepansharpen- enhances spatial resolution of a multi-band image by fusing with higher-resolution panchromatic imagespectral_conversion- applies a matrix to affect the spectral values output by a multi-band imageraster_calculator- allows you to call all existing math functions for building expressionsspeckle- filters a speckled radar dataset to smooth out noise- Added a new
GeoEnrichmentmodule - Added ability to set and configure the identity provider for managing user credentials
- Added support for passing geometry columns into
PySalfunctions - Added a new
esri_accessproperty toUserobjects so Esri training materials could be accessed - Added support for feeding
SpatialDataFrameobjects toGeoProcessingtools - A new
SpatialDataFrame.plot()method to do bar, line and scatterplots - Added support for multi-part
Polygongeometries inFeatureSetobjects - Added support for creating
Hosted Feature Layer Views - Added support for cloning items directly from the
ContentManager - Added ability to directly read, write and author Web Maps from
arcgis.mapping.WebMapobjects - Added support for High Performance on
geocodingandgeoanalytics - Added
geocode_locationstool inarcgis.geoanalytics.find_locationsmodule - Added functionality to the
ReconstructTracksandJoinFeaturesin thearcgis.geoanalytics.summarize_datamodule - Added support for setting content status on
Itemobjects
Fixes
- BUG-00010973 Using the "services.list()" function fails with Traceback error
- BUG-000105897 When iterating over items from a non-existent folder, the Python API iterates over the ArcGIS Online root folder
- BUG-000105969 When creating replicas, a json data format replica was not being created in the output directory
- BUG-000109342 Errow when importing premium toolboxes using
geoprocessing.import_toolboxfunction - Fixed
FeatureSetissue so geometry type is set properly - Fixed issue where new datastores were not being returned from the
servers.datastores.list()method - Fixed issue where querying a
FeatureLayerwithreturnIDsOnly,returnCountOnly, andreturnIdsOnlywere not returning all records - Fixed issue where publishing from service definition files was not placing service items in folders
- Fixed issue where no error was reported when creating a big data file share using an invalid path
- Fixed issue when using the defaults for the
arcgis.admin.System.reindexfunction - Fixed issue where
publish_sd()function to publish from service definition files was not available - Fixed issue where Python API tried to use ArcGIS Online basemaps in a disconnected environment
- Improved ability to save
Featuresin non-English data - Fixed issue where creating a
SpatialDataFramefrom a feature class was not importing spatial reference correctly - Improved security on anonymous connections to ArcGIS Online
- Fixed security issue using NTLM and Kerberos works with Python 3.6.1
- Improved performance for download of Python API
- Fixed issue where geometry extents were not properly returned which affected some projecting operations
- Fixed issue where fields over 255 characters in length were not properly created
- Fixed issue when updating the large thumbnail on an item the image was not updating to the proper type