Skip to content

Commit 0141800

Browse files
author
Atma Mani
authored
Merge pull request #433 from DavidJVitale/release_notes_v161
Adds v1.6.1 release notes. Thanks @DavidJVitale
2 parents e01c91c + e8a860c commit 0141800

File tree

1 file changed

+154
-0
lines changed

1 file changed

+154
-0
lines changed

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

Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,159 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# What's new in version 1.6.1"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"#### New\n",
15+
"* Added new [`generalized_linear_regression()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.analyze_patterns#generalized-linear-regression) tool to [`arcgis.geoanalytics.analyze_patterns`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.analyze_patterns.html#) module\n",
16+
"* Added new [`forest_based_regression`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.analyze_patterns#forest-based-regression) tool to [`arcgis.geoanalytics.analyze_patterns`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.analyze_patterns.html#) module\n",
17+
"* Adds new `NotebookServer` class for administration\n",
18+
"* Updates `MapView` to use the ArcGIS API for JavaScript v4.11\n",
19+
"* Adds`arcgis.apps.tracker` module\n",
20+
"* Adds `arcgis.features.hydrology` module\n",
21+
"* Adds `location_loss_factor` to the [`SingleShotDetector`](http://esri.github.io/arcgis-python-api/apidoc/html/arcgis.learn.html?highlight=singleshotdetector#singleshotdetector) \n",
22+
"* Adds new class `RFT` & new function `raster_collection_function()` to `arcgis.raster` class.\n",
23+
"* Adds mAP (mean average precision) computation in `arcgis.learn`'s SSD\n",
24+
"* Adds `add_datepart()` and `process_df()` to `arcgis.learn`\n",
25+
"* Adds optional parameter to perform credit estimation on Feature Analysis Tools\n",
26+
"* Adds mosaic rule for displaying `ImageryLayer`s in a `MapView`\n",
27+
"* Adds `license_types` to assist creating users\n",
28+
"* Adds unet classifier for pixel classification\n",
29+
"* Adds shape type parameter in `find_hot_spots()`\n",
30+
"* Adds `one_cycle` parameter to `arcgis.learn`'s `fit()` function"
31+
]
32+
},
33+
{
34+
"cell_type": "markdown",
35+
"metadata": {},
36+
"source": [
37+
"#### Fixes\n",
38+
"\n",
39+
"* Fixes to `clone_items()`\n",
40+
" * Supports Web Tool mapping\n",
41+
" * Delete items created during syncronous clone if an error occured\n",
42+
" * Adds optional `owner` argument\n",
43+
"* Fixes BUG-000120098 in `disable_users()`\n",
44+
"* Fixes return type of `arcgis.raster.interpolate_points()`\n",
45+
"* Handle app integrations & properties in workforce projects during cloning\n",
46+
"* Changes parameter name in `arcgis.raster`'s `focal_stats()`\n",
47+
"* Logging update to `GIS(\"home\")`\n",
48+
"* `arcgis.gis.Item.download()` fixes to filenames/data\n",
49+
"* Adds missing check for `None` for `source_direction` parameter in `arcgis.raster`'s `gbl`\n",
50+
"* Fixes the `Spatially Enabled Dataframe`'s `plot()` method to return a `MapView`'s instance when not provided\n",
51+
"* Fixes BUG-000119057 for `generate_report()` of `arcgis.apps.survey123`\n",
52+
"* Fixes BUG-000120125 fail to access license attribute of `arcgis.admin.System`\n",
53+
"* Fixes `featureset.sdf` when a feature contains null geometries\n",
54+
"* Force `MapView.take_screenshot()` to output a `.png`\n",
55+
"* Added support for feature collection and feature sets in `NetworkLayer.slove()`\n",
56+
"* Provides functionality to rename ArcGIS Online content folders\n",
57+
"* Fixes various bugs in `from_shapely()`\n",
58+
"* Fixes assigning credits bug to new users\n",
59+
"* Fixes for `arcgis.features.managers.SyncManager.create_replica_item()`\n",
60+
"* Fixes `Item.share()` bug that ignores `allow_members_to_edit` argument\n",
61+
"* Fixes `assign_to_items()` on `gis.groups.categories` to fix the assigning of content categories to items\n",
62+
"* Updated `GIS` class to have a `hub` property\n",
63+
"* Updated create user method on the `GIS` class\n",
64+
"* Fixes `verify_cert` issues for PKI\n",
65+
"* Fixes for EMD in `arcgis.learn`"
66+
]
67+
},
68+
{
69+
"cell_type": "markdown",
70+
"metadata": {},
71+
"source": [
72+
"# What's new in version 1.6"
73+
]
74+
},
75+
{
76+
"cell_type": "markdown",
77+
"metadata": {},
78+
"source": [
79+
"#### New\n",
80+
"* Added [`arcgis.learn`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.learn.html) module to provide a set of Deep Learning Tools\n",
81+
" * Tools for [`Pixel Classification`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.learn.html#classify-pixels) and [`Object Detection`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.learn.html#detect-objects)\n",
82+
" * Tools to [`prepare_data()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.learn.html#prepare-data) created from [`ArcGIS Pro Export Training Data for Deep Learning`](https://pro.arcgis.com/en/pro-app/tool-reference/image-analyst/export-training-data-for-deep-learning.htm)\n",
83+
" * Full support for passing rendering of input image layers\n",
84+
"* Added support for `webhooks` with a [`Webhook Manager`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html#webhookmanager)\n",
85+
"* Added ability to create a hosted item in any folder\n",
86+
"* Added new [`describe_data()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.manage_data.html#describe-data) tool to [`arcgis.geoanalytics.manage_data`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.manage_data.html#) module\n",
87+
"* Added new [`data_enrichment`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.data_enrichment.html#) module to the `arcgis.geonanalytics` submodules\n",
88+
" * includes the [`enrich_from_grid()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.data_enrichment.html#enrich-from-grid) function\n",
89+
"* Added new `time_boundary_split`, `time_boundary_unit`, and `time_boundary_reference` parameters to the [`geoanalytics.find_locations.detect_incidents()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.find_locations.html#detect-incidents), [`geoanalytics.manage_data.calculate_fields()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.manage_data.html#calculate-fields) and [`geoanalytics.summarize_data.reconstruct_tracks()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.summarize_data.html#reconstruct-tracks) tools\n",
90+
"* Added support for [`clone_items()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items) by owner of multi-source views\n",
91+
"* Added [`dependencies`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.dependencies) property to `Item` objects\n",
92+
"* Added optional `include_route_layers` parameter to [`features.analysis.plan_routes()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.analysis.html?highlight=plan_routes#plan-routes) tool\n",
93+
"* Added `distance_method` parameter to raster distance functions:\n",
94+
" * [`euclidean_distance`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.gbl.html#euclidean_distance)\n",
95+
" * [`euclidean_allocation`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.gbl.html#euclidean_allocation)\n",
96+
" * [`euclidean_direction`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.gbl.html#euclidean_direction)\n",
97+
"* Added `flow_direction_type` parameter to hydrology functions:\n",
98+
" * [`flow_distance`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.gbl.html#flow-distance)\n",
99+
" * [`flow_accumulation`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.gbl.html#flow-direction)\n",
100+
"* Added new [`Global Raster Functions`]():\n",
101+
" * [`region_group`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.gbl.html#region-group)\n",
102+
" * [`corridor`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.gbl.html#corridor)\n",
103+
" * [`path distance`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.gbl.html#path-distance)\n",
104+
" * [`path_distance_allocation`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.gbl.html#path-distance-allocation)\n",
105+
" * [`path_distance_back_link`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.gbl.html#path-distance-bac-link)\n",
106+
"* Added new [`Raster Analytics Functions`]():\n",
107+
" * [`build_footprints()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.analytics.html#build-footprints)\n",
108+
" * [`build_overview()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.analytics.html#build-overview)\n",
109+
" * [`calculate_statistics()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.analytics.html#calculate-statistics)\n",
110+
"* Added new [`Raster Functions`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.html#module-arcgis.raster.functions)\n",
111+
" * [`focal_stats()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.html#focal-stats)\n",
112+
" * [`lookup()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.html#lookup)\n",
113+
"* Added `report_format` parameter to [`orthomapping.generate_report()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.orthomapping.html#generate-report)\n",
114+
"* Added support for uploading large files\n",
115+
"* Added [`find_point_clusters()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.analysis.html#find-point-clusters) tool to [`arcgis.features.analysis`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.analysis.html) module\n",
116+
"* Added [`update_item_delete_policy()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html#arcgis.gis.admin.Collaboration.update_item_delete_policy()) and [`schedule`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html#arcgis.gis.admin.Collaboration.schedule) function to [`Collaboration`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html#collaboration) objects\n",
117+
"* Added `copy_feature_service_data` parameter to [`update_portal_group_link()`]((https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html#arcgis.gis.admin.Collaboration.update_portal_group_link) function\n",
118+
"* Added [`compute_pixel_location()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.compute_pixel_location) function to `Imagery Layers`\n",
119+
"* Added [`ics_to_pixel`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#arcgis.raster.RasterCatalogItem.ics_to_pixel) property to `Raster Catalog Items`\n",
120+
"* Added support for returning [`tables`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.Table.query) as dataframes to the [`query()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.Table.query)\n",
121+
"* Support resetting values on [`user.update()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.User.update)"
122+
]
123+
},
124+
{
125+
"cell_type": "markdown",
126+
"metadata": {},
127+
"source": [
128+
"#### Fixes\n",
129+
"* Deprecated [`Group.invite_by_email()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Group.invite_by_email) function\n",
130+
"* Fixed error when creating `GIS` object in an enviroment where API for Python was installed with no dependencies\n",
131+
"* Fixed issue when creating spatially enabled dataframe from an empty feature layer\n",
132+
"* Fixed issue when spatially enabled dataframe treated `NaN` values as 0\n",
133+
"* Fixed issue on [`share()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.share) method when `everyone=True` that `org=True`\n",
134+
"* Fixed issue to ensure a [`query()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.FeatureLayer.query) with no results returns correct empty object type\n",
135+
"* Fixed issue when text used for `file_type` parameter on [`analyze(https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=analyze#arcgis.gis.ContentManager.analyze)`]\n",
136+
"* Ensured `role` and `role_id` are always set for connected user\n",
137+
"* Fixed issues with zoom functionality on map\n",
138+
"* Fixed issue when [`ImageryLayer.service`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.service) property returned incorrect value\n",
139+
"* Fixed [`create_viewhshed()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.analytics.html#create-viewshed) to accept `above_ground_level_output_name` parameter\n",
140+
"* Fixed [`flow_direction()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.gbl.html#flow_direction) to properly read `output_name` parameter\n",
141+
"* Updated [`apps`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.apps.html) module documentation to clarify acceptable item types for various parameters\n",
142+
"* Fixed [`Table.fromitem()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.Table.fromitem) function to correctly create table objects from items containing tables\n",
143+
"* Updated default parameter type for [`spatial index`](http://zion/jenkins/job/geosaurus_master/lastBuild/builds=master/PythonAPIDoc/)\n",
144+
"* Fixed issue when chaining [`raster functions`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.html#module-arcgis.raster.functions) and [`global functions`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.gbl.html#module-arcgis.raster.functions.gbl)\n",
145+
"* Fixed [`raster analytics functions`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.analytics.html) to properly work with `Feature Layer` inputs\n",
146+
"* Fixed issue with [`optimum_travel_cost_network()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.analytics.html#optimum_travel_cost_network#optimum-travel-cost-network) function\n",
147+
"* Fixed issue with [`collaboration.create()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html#arcgis.gis.admin.CollaborationManager.create) function\n",
148+
"* Fixed issue where `get_datastores()` returned incomplete results when same server functioned as `raster analytics` and `geoanalytics` server\n",
149+
"* Fixed [`FeatureSet.to_geojson`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html?highlight=to_geojson#arcgis.features.FeatureSet.to_geojson) to properly convert linestrings\n",
150+
"* Fixed issue on calling Enterprise utility services when connected using web-tier authentication\n",
151+
"* Fixed issue on [`register()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.server.html?highlight=register#arcgis.gis.server.MachineManager.register) function to return properly formatted response\n",
152+
"* Fixed issue with indexing on the `band_ids` parameter of [`extract_band()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.html#arcgis.raster.functions.extract_band)\n",
153+
"* Fixed BUG-000119016 - issue where exporting a `spatially enabled dataframe` to a feature class converted `Feature Service` Null values date field(s) to a specific date(‘1/1/2001’)\n",
154+
"* Fixed issue with [`gis.users.invite()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.UserManager.invite) improperly formatting email request"
155+
]
156+
},
3157
{
4158
"cell_type": "markdown",
5159
"metadata": {},

0 commit comments

Comments
 (0)