Skip to content

Commit 12e0aab

Browse files
committed
changed phrasing and corrected typos and hyperlinks
1 parent 7ba9a1e commit 12e0aab

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

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

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@
1313
"source": [
1414
"#### New\n",
1515
"* Added a `legend` property to the [`map widget`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.widgets.html#mapview)\n",
16-
"* Numerous fixes adn enhancements to the [`map widget`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.GIS.map)\n",
17-
" * Added a compass to 2D mode to re-orient north\n",
18-
" * Fixed map widget display issues with `tempnb` on notebooks.esri.com \n",
19-
" * Fixed bug where custom symbology was not persisting override\n",
20-
" * Fixed issue when `map.layers` returned incorrect data type for layers\n",
21-
" * Fixed issue for an exported map widget not honoring the extent\n",
22-
" * Added ability to use custom basemaps with map widget\n",
2316
"* Added documentation for [`create_symbol`](http://zion/jenkins/job/geosaurus_master/builds=master/PythonAPIDoc/)\n",
2417
"* Added support for [`Survey123`](https://survey123.arcgis.com/) to the [`apps`]() module\n",
2518
"* Added capability to delete certificates in the `arcgis.server` module\n",
@@ -28,7 +21,7 @@
2821
"* Updated documentation for `Spatially Enabled DataFrame`\n",
2922
"* Added support for new [`User Types`](https://www.esri.com/en-us/arcgis/products/arcgis-online/pricing/arcgis-online-subscriptions) building blocks\n",
3023
"* 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",
31-
"* 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",
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",
3225
"* Added [`from_shapely()`]() method to [`Geometry`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geometry.html#geometry) class\n",
3326
"* 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",
3427
"* 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",
@@ -52,22 +45,28 @@
5245
"* 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#mapview)\n",
5346
"* Fixed BUG 000115800 when subsequent imports of an imported certificate failed to import certificate\n",
5447
"* 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.gis.toc.html#arcgis.gis.GIS.map)\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+
" * Added ability to use portalbasemaps with map widget\n",
5554
"* Improved warning messages when required modules are not present\n",
5655
"* Improved messaging on [`Datastore Manager.add_cloudstore()`](* Improved warning messages when required modules are not present) method\n",
57-
"* 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",
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",
5857
"* Enhanced performance to [`FeatureSet.save()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.FeatureSet.save)\n",
5958
"* 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",
6059
"* 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",
6160
"* 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",
62-
"* 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",
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",
6362
"* Fixed BUG 000110695 when connecting with `Pro` would not return proper licenses for user\n",
6463
"* 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",
6564
"* Fixed parameter issue with [`arithmetic()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.html#arithmetic) raster function\n",
6665
"* 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",
6766
"* 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",
6867
"* Fixed issue where `user.folders` would not return folders if a `user` object was obtained using a `query` parameter on `gis.users.search()`\n",
6968
"* Improved performance with the [`GIS`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#gis) constructor\n",
70-
"* Fixed issue with how the [`raster.analytics`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.analytics.html) tools handled tokens\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",
7170
"* 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",
7271
"* Improvements to [`apps.workforce`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.apps.workforce.html) reducing steps to create various objects\n",
7372
"* 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",

0 commit comments

Comments
 (0)