Skip to content

Commit 07d2ae8

Browse files
authored
Merge pull request #477 from jyaistMap/jy-v162-release-notes
version 162 release notes up to 6-19-19
2 parents 757205a + a98875d commit 07d2ae8

File tree

1 file changed

+72
-1
lines changed

1 file changed

+72
-1
lines changed

guide/02-api-overview/release-notes.ipynb

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,76 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# What's new in version 1.6.2"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"#### New\n",
15+
"* Adds `esrly_stopping` and `checkpoint` parameters to [`arcgis.learn`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.learn.html#) [`Unet.fit()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.learn.html#arcgis.learn.UnetClassifier.fit) and [`SingelShotDetector.fit()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.learn.html#arcgis.learn.SingleShotDetector.fit) methods\n",
16+
"* Adds capability to regenerate a manifest for [`big data file share`](https://enterprise.arcgis.com/en/server/latest/get-started/windows/what-is-a-big-data-file-share.htm%20) item\n",
17+
"* Adds an image classifier to [`arcgis.learn`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.learn.html#) to classify the area occupied by a geographical feature based on the imagery it overlaps\n",
18+
"* Adds [`find_centroids()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.find_locations.html#find-similar-locations) reference documentation\n",
19+
"* Adds support for all `torchvision.models` backbones (except `inception_v3`) to [`SingleShotDetector`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.learn.html#singleshotdetector) \n",
20+
"* Adds [`query_domains()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.query_domains) method and [`relationships`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.relationships) property to the [`FeatureLayerCollection`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#featurelayercollection) class \n",
21+
"* Adds reference documentation for [`LivingAtlas`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html#livingatlas)\n",
22+
"* Adds [`advanced_search()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.ContentManager.advanced_search) method to [`ContentManager`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#contentmanager) class\n",
23+
"* Adds `historic_moment` and `return_true_curve` parameters to [`FeatureLayer.query_related_records()`](file:///C:/Users/john3092/Documents/GitHub/geosaurus/docs/api_ref/build/html/arcgis.features.toc.html#arcgis.features.FeatureLayer.query_related_records)\n",
24+
"* Adds support for `areaTypes` in [`OfflineMapAreaManger.create()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.mapping.html#offlinemapareamanager)\n",
25+
"* Adds Dot Density support to the [`Spatially Enabled DataFrame`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#geoaccessor) [`plot()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html?highlight=geoaccessor%20plot#arcgis.features.GeoAccessor.plot) method\n",
26+
"* Adds reference documentation for [`Hub`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.apps.hub.html) module to the [`apps`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.apps.html#) module"
27+
]
28+
},
29+
{
30+
"cell_type": "markdown",
31+
"metadata": {},
32+
"source": [
33+
"#### Fixes\n",
34+
"* Fixes issue when adding more than 25 [`workers`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.apps.workforce.html#worker) to a [`Workforce Project`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.apps.workforce.html#arcgis.apps.workforce.Project)\n",
35+
"* Fixes `KeyError` when using `out_statistics` parameter on [`FeatureLayer.query()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#featurelayer)\n",
36+
"* Fixes BUG-000118809 - The [`job_statistics()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.mapping.html?highlight=job_statistics#arcgis.mapping.MapImageLayerManager.job_statistics) method fails when using the jobID of updating tiles\n",
37+
"* Fixes BUG-000119377 -Delete_certificate(certificate) function in `arcgis.server` module returns error\n",
38+
"* Fixes error when creating users from a csv in ArcGIS Online\n",
39+
"* Fixes raster load failures when instantiating [`ImageryLayer()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#imagerylayer)\n",
40+
"* Fixes bug in [`UnetClassifier()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.learn.html#unetclassifier) predicting only one class\n",
41+
"* Fixes to [`raster.analytics.interpolate_points()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.analytics.html#interpolate-points) when the error raster is set to False\n",
42+
"* Fixes [`raster.orthomapping.query_camera_info()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.orthomapping.html#query-camera-info) method when run outside a Jupyter notebook\n",
43+
"* Improvements to [`Item.publish()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.publish) for tile packages\n",
44+
"* Improves reference documentation for \n",
45+
" * [`arcgis.features.analysis`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.analysis.html) module\n",
46+
" * [`create_buffers()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.use_proximity.html#create-buffers)\n",
47+
" * [`create_viewshed()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.find_locations.html#create-viewshed)\n",
48+
" * [`create_drive_time_areas`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.use_proximity.html#create-drive-time-areas)\n",
49+
" * [`create_route_layers()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.analysis.html#create-route-layers)\n",
50+
" * [`derive_new_locations()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.find_locations.html#derive-new-locations)\n",
51+
" * [`create_watersheds()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.find_locations.html#create-watersheds)\n",
52+
" * [`dissolve_boundaries()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.manage_data.html#dissolve-boundaries)\n",
53+
" * [`enrich_layer()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.enrich_data.html)\n",
54+
" * [`extract_data()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.manage_data.html#extract-data)\n",
55+
" * [`find_hot_spots()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.analyze_patterns.html#find-hot-spots)\n",
56+
" * [`choose_best_facilities()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.find_locations.html#choose-best-facilities)\n",
57+
" * [`find_nearest()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.use_proximity.html#find-nearest)\n",
58+
" * [`find_existing_locations()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.find_locations.html#find-existing-locations)\n",
59+
" * [`find_outliers()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.analyze_patterns.html#find-outliers)\n",
60+
" * [`find_point_clusters`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.analysis.html#find-point-clusters)\n",
61+
" * [`find_similiar_locations`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.find_locations.html#find-similar-locations)\n",
62+
" * [`join_features()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.summarize_data.html#join-features)\n",
63+
" * [`merge_layers()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.manage_data.html#merge-layers)\n",
64+
" * [`overlay_layers()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.manage_data.html#overlay-layers)\n",
65+
" * [`plan_routes()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.user_proximity.html#plan-routes)\n",
66+
"* Ensures column names of [`Spatially Enabled DataFrame`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#geoaccessor) do not contain invalid characters for drawing\n",
67+
"* Fixes use of complex [`Raster Function Template`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.RFT.html#arcgis-raster-functions-rft) with [`attribute_table`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html?highlight=export%20image#arcgis.raster.ImageryLayer.attribute_table) property and [`export_image()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html?highlight=export%20image#arcgis.raster.ImageryLayer.export_image) function\n",
68+
"* Adds support for a list of lists as the `neighborhood_values` parameter in the [`focal_stats()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.html#focal-stats) function\n",
69+
"* Adds support for the geoextent of linestrings and polygons when reading GeoJSON as a FeatureSet\n",
70+
"* Fixes to the [`Spatially Enabled DataFrame`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#geoaccessor) [`from_featureclass()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass) method when specifying fields in the feature class\n",
71+
"* Improves error handling in the [`map widget`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.widgets.html#mapview)"
72+
]
73+
},
374
{
475
"cell_type": "markdown",
576
"metadata": {},
@@ -674,7 +745,7 @@
674745
"name": "python",
675746
"nbconvert_exporter": "python",
676747
"pygments_lexer": "ipython3",
677-
"version": "3.6.5"
748+
"version": "3.6.6"
678749
},
679750
"varInspector": {
680751
"cols": {

0 commit comments

Comments
 (0)