New
- Updated the
Map Widgetto use the ArcGIS API for JavaScript 4x release- Broader support for authoring and rendering
WebScenes - Full support for
JupyterLab. See JupyterLab Guide. - Support for specifying
autocastJavaScript renderers from Python code - Support for exporting
Map Widgetsto standalone HTML pages - Support for using an external ArcGIS API for JavaScript CDN for disconnected environments
- Miscellaneous bug fixes
- Broader support for authoring and rendering
- Added the new
Spatially Enabled Dataframeto eventually replace theSpatialDataFrame() class- New implementation: Accessor-based
spatialnamespace accessible as thesdfproperty on a Pandas dataframe - Improvements to rendering, projections and support for Arcade expressions
- New implementation: Accessor-based
- Added
usageproperty onItemclass to inspect individual statistics - Added attribute checks for geometries in environments where
ArcPyis not available - Added
summaryproperty toarcgis.admin.uxto add description of Portal or ArcGIS Online Organization instance - Added support for using server raster functions in raster analytics jobs using
apply() - Enhancements to support for
mosaic_rulesonImageryLayers, incdluding when usingsave()andidentity() - Added
AssignmentIntegrationManagerclass toWorkforcemodule as theintegrationsproperty on aProject - Added url builder functions to the
appsmodule - Enhanced numerous
Global Raster functionswith parameter validation checks, includingcost_distance(),cost_allocation(),flow_distance(),zonal_statistics()and others - Added
cost_backlink(),euclidean_direction(),cost_path(),kernel_density(), andcalculate_travel_cost()to Global Raster Functions andoptimum_travel_cost_network()to Raster Analytics - Added
category_filtersparameter to improvesearch()capabilities - Added
find_centroidsfunction toarcgis.features.find_locationssubmodule
Fixes
-
Fixed BUG-000114520 where assigning categories with a Python script removed previously assigned categories
-
Fixed issue when returning sharing properties on an
Itemif item is in a folder -
Fixed issue when passing colors in as a list on the
Spatially Enabled Dataframe -
Fixed issue where
arcgis.network.analysis.solve_vehicle_routing_problemfailed because of missing parameters -
Fixed mis-matched parameters on the
SyncMananger.synchronize()method -
Fixed issue where
spatial_join() failed ifArcPywas not available in the environment -
Fixed issue when exporting to a feature class failed if
ArcPywas not available in the environment -
Fixed issue where creating a
FeatureSetfrom aPandas dataframefailed -
Fixed issue on the
Spatially Enabled Dataframe plotmethod using the unique values renderer -
Fixed issue for ensuring valid values passed to the
rendering_rulesparameter of theImageryLayeridentify()andcomputer_stats_and_histogrames()functions -
Added
item_rendering_ruleparameter toImageryLayer.mosaic_by()function -
Corrected invalid internal key in
ImageryLayer.mosaic_rule() -
Updated parameters in the
GeoAnalyticssummarize_data.summarize_within(),find_locations.detect_incidents(), andanalyze_patters.find_hot_spots()functions -
Fixed
GeoAnalytics.find_locations.geocode_locations()function -
Increased flexibility of the
output_datastoreenvironment variable -
Fixed issue where dates older than the Unix Epoch caused failures
-
Fixed issue where
Item.protect()failed to repopulate the Item object -
Fixed bug in
gis.admin.SSLCertificates.get()method and improved documentation -
Fixed issue where
Item.commentsandItem.add_comment()returned invalid URL -
Added
LicenseManagerdocumentation to thearcgis.gis.admin -
Fixed issue with
clone_items()function failing to update paths for Tiled Map Service Layers -
Added
create_thumbnail()function toItemclass -
Fixed issue where
arcgis.server.Server()did not read theverify_certparameter -
Fixed
FeatureLayerCollectionManager.overwrite()method to work with Portal items -
Available at ArcGIS Enterprise 10.7: Added
arcgis.geonalytics.manage_data.clip_layer()functionality