New
- Adds
esrly_stopping
andcheckpoint
parameters toarcgis.learn
Unet.fit()
andSingelShotDetector.fit()
methods - Adds capability to regenerate a manifest for
big data file share
item - Adds an image classifier to
arcgis.learn
to classify the area occupied by a geographical feature based on the imagery it overlaps - Adds
find_centroids()
reference documentation - Adds support for all
torchvision.models
backbones (exceptinception_v3
) toSingleShotDetector
- Adds
query_domains()
method andrelationships
property to theFeatureLayerCollection
class - Adds reference documentation for
LivingAtlas
- Adds
advanced_search()
method toContentManager
class - Adds
historic_moment
andreturn_true_curve
parameters toFeatureLayer.query_related_records()
- Adds support for
areaTypes
inOfflineMapAreaManger.create()
- Adds Dot Density support to the
Spatially Enabled DataFrame
plot()
method - Adds reference documentation for
Hub
module to theapps
module
Fixes
- Fixes issue when adding more than 25
workers
to aWorkforce Project
- Fixes
KeyError
when usingout_statistics
parameter onFeatureLayer.query()
- Fixes BUG-000118809 - The
job_statistics()
method fails when using the jobID of updating tiles - Fixes BUG-000119377 -Delete_certificate(certificate) function in
arcgis.server
module returns error - Fixes error when creating users from a csv in ArcGIS Online
- Fixes raster load failures when instantiating
ImageryLayer()
- Fixes bug in
UnetClassifier()
predicting only one class - Fixes to
raster.analytics.interpolate_points()
when the error raster is set to False - Fixes
raster.orthomapping.query_camera_info()
method when run outside a Jupyter notebook - Improvements to
Item.publish()
for tile packages - Improves reference documentation for
arcgis.features.analysis
modulecreate_buffers()
create_viewshed()
create_drive_time_areas
create_route_layers()
derive_new_locations()
create_watersheds()
dissolve_boundaries()
enrich_layer()
extract_data()
find_hot_spots()
choose_best_facilities()
find_nearest()
find_existing_locations()
find_outliers()
find_point_clusters
find_similiar_locations
join_features()
merge_layers()
overlay_layers()
plan_routes()
- Ensures column names of
Spatially Enabled DataFrame
do not contain invalid characters for drawing - Fixes use of complex
Raster Function Template
withattribute_table
property andexport_image()
function - Adds support for a list of lists as the
neighborhood_values
parameter in thefocal_stats()
function - Adds support for the geoextent of linestrings and polygons when reading GeoJSON as a FeatureSet
- Fixes to the
Spatially Enabled DataFrame
from_featureclass()
method when specifying fields in the feature class - Improves error handling in the
map widget