Skip to content

Commit ae5983d

Browse files
committed
updates to sedf and map widget sections
1 parent 7ba3279 commit ae5983d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@
1515
"* Updated the **[`Map Widget`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.widgets.html#mapview)** to use the **[ArcGIS API for Javascript 4x](https://developers.arcgis.com/javascript/)** release\n",
1616
" * Support for rendering `Web Scenes`\n",
1717
" * Full support for [`Jupyter Lab`](http://jupyterlab.readthedocs.io/en/stable/getting_started/overview.html)\n",
18-
"* Added the new **Spatially Enabled Dataframe** to eventually replace the [`SpatialDataFrame`()](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#spatialdataframe) class\n",
18+
"* Added the new **`Spatially Enabled Dataframe`** to eventually replace the [`SpatialDataFrame`()](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#spatialdataframe) class\n",
1919
" * New implementation: **Accessor-based** `spatial` namespace accessible as the `sdf` property on a Pandas dataframe\n",
20-
" * Improvements to the [`to_featureclass()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html?\n",
21-
" * Added capability to the `spatially enabled data frame` to use the classed-size renderer\n",
22-
" * Added support for using [`Arcade expressions`]() with [`plot()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.SpatialDataFrame.plot) methodhighlight=to_featureclass#arcgis.features.SpatialDataFrame.to_featureclass) on the Spatially enhanced data frame\n",
23-
" * Full projection support for both `ArcPy` and `Shapely` engines\n",
20+
" * Improvements to rendering, projections and support for Arcade expressions\n",
2421
"* Added `usage` property on [`Item`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#item) class to inspect individual statistics \n",
2522
"* Added attribute checks for geometries in environments where `ArcPy` is not available\n",
2623
"* Added `summary` property to [`arcgis.admin.ux`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html#ux) to add description of Portal or ArcGIS Online Organization instance\n",
@@ -390,7 +387,7 @@
390387
"name": "python",
391388
"nbconvert_exporter": "python",
392389
"pygments_lexer": "ipython3",
393-
"version": "3.6.6"
390+
"version": "3.6.5"
394391
},
395392
"varInspector": {
396393
"cols": {

0 commit comments

Comments
 (0)