Skip to content

Commit e699d03

Browse files
authored
Merge pull request #324 from jyaistMap/jy-relnotes-v151
added release notes for release 1.5.1 Thanks @jyaistMap
2 parents 36074b5 + 4d23735 commit e699d03

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

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

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,81 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# What's new in version 1.5.1"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"#### New\n",
15+
"* Added a `legend` property to the [`map widget`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.widgets.html#arcgis-widgets-module)\n",
16+
"* Added documentation for [`create_symbol`](http://zion/jenkins/job/geosaurus_master/builds=master/PythonAPIDoc/)\n",
17+
"* Added support for [`Survey123`](https://survey123.arcgis.com/) to the [`apps`]() module\n",
18+
"* Added capability to delete certificates in the `arcgis.server` module\n",
19+
"* Added capability to to view the server Services Directory properties\n",
20+
"* Added support for True Curves in `Geometry` module\n",
21+
"* Updated documentation for `Spatially Enabled DataFrame`\n",
22+
"* Added support for new [`User Types`](https://www.esri.com/en-us/arcgis/products/arcgis-online/pricing/arcgis-online-subscriptions) building blocks\n",
23+
"* Reduced overhead on certificate searches in [gis.server.admin.SSLCertificates](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html#sslcertificates)\n",
24+
"* Added ability to set the map widget extent to that of a loaded [`Spatially Enabled DataFrame`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis-features-geoaccessor)\n",
25+
"* Added [`from_shapely()`]() method to [`Geometry`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geometry.html#geometry) class\n",
26+
"* Added a `homepage` property to the [`User`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#user) and [`Group`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#group) class\n",
27+
"* Added support for scheduling to [`create()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.mapping.html#arcgis.mapping.OfflineMapAreaManager.create) map areas\n",
28+
"* Added `as_df` parameter to [`FeatureLayer.query()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.FeatureLayer.query) method to return DataFrame instead of FeatureSet\n",
29+
"* Added SVG support for `Geometry` objects\n",
30+
"* Added `tables` property and `add_table()` method to [`WebMap`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.mapping.html#webmap) class\n",
31+
"* Added `validate()` and `calculate_volume()` methods to [`Imagery Layer`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#imagerylayer) objects \n",
32+
"* Added `list_datastore_content()` method to [`raster.analytics`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.analytics.html)\n",
33+
"* Added support for unique domains and field aliases when using [`clone_items()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items) on Feature Layer Views\n",
34+
"* Added `Find_Point_Clusters` tool to [`arcgis.geoanalytics.analyze_patterns`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.analyze_patterns.html) module\n",
35+
"* Added ability to read a list of strings for the `out_fields` parameter of [`FeatureLayer.query()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n",
36+
"* Added functionality to preserve layer id values when using [`cloning`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)"
37+
]
38+
},
39+
{
40+
"cell_type": "markdown",
41+
"metadata": {},
42+
"source": [
43+
"#### Fixes\n",
44+
"* Fixed issue where user [`notifications`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.User.notifications) were not returned\n",
45+
"* Fixed issue with incomplete [`Geometry`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geometry.html#geometry) checks in the [`map widget`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.widgets.html#arcgis-widgets-module)\n",
46+
"* Fixed BUG 000115800 when subsequent imports of an imported certificate failed to import certificate\n",
47+
"* Fixed issue where curvePaths and curveRings do not return proper extents\n",
48+
"* Numerous fixes and enhancements to the [`map widget`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.widgets.html#arcgis-widgets-module)\n",
49+
" * Added a compass to 2D mode to re-orient north\n",
50+
" * Fixed bug where custom symbology was not properly displaying\n",
51+
" * Fixed issue when `map.layers` returned incorrect data type for layers\n",
52+
" * Fixed issue for an exported map widget not honoring the extent\n",
53+
" * Fixed ability to use portal basemaps with map widget\n",
54+
"* Improved warning messages when required modules are not present\n",
55+
"* Improved messaging on [`Datastore Manager.add_cloudstore()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.DatastoreManager.add_cloudstore) method\n",
56+
"* Improved documentation for [`edit_control_points`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.orthomapping.html#edit-control-points) and [`match_control_points`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.orthomapping.html#match-control-points)\n",
57+
"* Enhanced performance to [`FeatureSet.save()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.FeatureSet.save)\n",
58+
"* Fixed load performance for [`gis.map()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.GIS.map()) objects\n",
59+
"* Fixed bug when using [`FeatureLayerManager.overwrite()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.overwrite) to updated Feature Layer with a zipped shapefile with identical schema\n",
60+
"* Numerous performance improvements on Spatially Enabled DataFrame [`to_featureclass()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureclass) and [`from_featureclass()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass) methods\n",
61+
"* Fixed error when using [`import_toolbox()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoprocessing.html#import-toolbox]) an an Enterprise GIS\n",
62+
"* Fixed BUG 000110695 when connecting with `Pro` would not return proper licenses for user\n",
63+
"* Fixed issue where [`ImageryLayer`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#imagerylayer) extent was not honored on analytics jobs unless explicitly set\n",
64+
"* Fixed parameter issue with [`arithmetic()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.html#arithmetic) raster function\n",
65+
"* Fixed issue where [`Item.export()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.export) function read parameter incorrectly\n",
66+
"* Fixed a longitude check in [`arcgis.raster.orthomapping.compute_spatial_reference_factory_code()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.orthomapping.html#compute-spatial-reference-factory-code)\n",
67+
"* Fixed issue where `user.folders` would not return folders if a `user` object was obtained using a `query` parameter on `gis.users.search()`\n",
68+
"* Improved performance with the [`GIS`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#gis) constructor\n",
69+
"* Fixed issue with how the [`raster.analytics`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.analytics.html) tools handles tokens\n",
70+
"* Improved error handling with [`clone_items()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)\n",
71+
"* Improvements to [`apps.workforce`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.apps.workforce.html) reducing steps to create various objects\n",
72+
"* Fixed the [`to_features()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items) and [`save()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.save) methods on [`ImageryLayers`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#imagerylayer) to use appropriate extents\n",
73+
"* Fixed conversion issue with tiled [`MapImageLayers`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.mapping.html#mapimagelayer) which caused `map.add_layer()` to fail\n",
74+
"* Fixed issue when using `clone_items()` on [`MapImageLayers`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.mapping.html#mapimagelayer) between Enterprise portals\n",
75+
"* Fixed issue handling reserved words when using `clone_items()` on [`MapImageLayers`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.mapping.html#mapimagelayer)\n",
76+
"* Added `hillshade_type` parameter to [`raster.functions.hillshade()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.html#hillshade) function"
77+
]
78+
},
379
{
480
"cell_type": "markdown",
581
"metadata": {},

0 commit comments

Comments
 (0)