Skip to content

Commit c298679

Browse files
authored
Merge pull request #258 from jyaistMap/dev_site_current
thank you @jyaistMap
2 parents 708d60f + 4926b06 commit c298679

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

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

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# What's new in version 1.4.2\n",
8+
"#### New\n",
9+
"* Added a `storymap` submodule to the [`arcgis.apps`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.apps.html) module to work with [ArcGIS StoryMaps](https://storymaps.arcgis.com/en/app-list/map-journal/) \n",
10+
"* Added support for [registering data](http://enterprise.arcgis.com/en/server/latest/publish-services/windows/overview-register-data-with-arcgis-server.htm) and adding [`big data files shares`](http://enterprise.arcgis.com/en/server/latest/get-started/windows/what-is-a-big-data-file-share.htm) from Cloud Stores\n",
11+
"* Added `bulk_update()` function to `ContentManager` to update properties on a collection of items\n",
12+
"* Added a new [Orthomapping](http://pro.arcgis.com/en/pro-app/help/data/imagery/introduction-to-ortho-mapping.htm) module\n",
13+
"* Enhanced [`clone()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items) of [`feature layer views`](https://doc.arcgis.com/en/arcgis-online/manage-data/create-hosted-views.htm) to support varied rendering and template definitions\n",
14+
"* Improved `clone()` of Pro Maps and Survey123 Forms\n",
15+
"* Added support for `clone()` of [Vector Tile Style Items](https://www.esri.com/arcgis-blog/products/developers/mapping/design-custom-basemaps-with-the-new-arcgis-vector-tile-style-editor/)\n",
16+
"* Improved performance when using `clone()` on `feature services`\n",
17+
"* Added `default_aggregation_styles` environment setting to [`gis.env`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.env.html)\n",
18+
"* Improved handling of date fields with the [`Spatial DataFrame`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#spatialdataframe)\n",
19+
"\n",
20+
"#### Fixes\n",
21+
"* Fixed BUG-000110440 corrected misspelled `suppress_email` parameter that caused `gis.admin.license.revoke()` to fail\n",
22+
"* Fixed BUG-000110659 added missing `text` parameter on [`item.update()`]() `item_properties` dictionary\n",
23+
"* Fixed error when writing `geojson` files to `shapefiles` using the [`SpatialDataFrame`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#spatialdataframe)\n",
24+
"* Fixed erroneous documentation stating that [`overwrite`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.overwrite) preserves symbology\n",
25+
"* Fixed issue with `SpatialDataFrame` where null geometries were not converted to empty geometries in Shapefiles and Geodatabase feature classes\n",
26+
"* Fixed issue where [`plot()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.SpatialDataFrame.plot) method failed with certain number of features\n",
27+
"* Fixed issue where [`GIS`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#gis) `profile` parameter would not create new profile in clean environment\n",
28+
"* Fixed bug when importing [`arcgis.geoenrichment`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoenrichment.html)"
29+
]
30+
},
331
{
432
"cell_type": "markdown",
533
"metadata": {},
@@ -8,7 +36,7 @@
836
"#### New\n",
937
"* Simplified `time_filter` parameter for a [`query()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html?highlight=time_filter#arcgis.features.Table.query) to accept Python [`datetime`](https://docs.python.org/3/library/datetime.html) module `date`, `time`, or _timestamp_ objects\n",
1038
"* Added support for [`append_data()`](https://developers.arcgis.com/rest/services-reference/append-data.htm) tool to the [`arcgis.geoanalytics.manage_data`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.manage_data.html) submodule\n",
11-
"* Added support for [`overlay_data`](https://developers.arcgis.com/rest/services-reference/overlay-layers.htm) to [`arcgis.geoanalytics.manage_data`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.manage_data.html) submodule\n",
39+
"* Added support for [`overlay_layers`](https://developers.arcgis.com/rest/services-reference/overlay-layers.htm) to [`arcgis.geoanalytics.manage_data`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.manage_data.html) submodule\n",
1240
"* Added support for a new `build_multivariable_grid` tool in the [`arcgis.geoanalytics.summarize_data`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.summarize_data.html) submodule\n",
1341
"* Added documentation for layer filtering options when using [`arcgis.geoanalytics`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.toc.html) functions\n",
1442
"* Added ability to [`Replace Service`](https://developers.arcgis.com/rest/users-groups-and-items/replace-service.htm) on the [`ContentManager`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#contentmanager) to\n",
@@ -294,7 +322,7 @@
294322
"name": "python",
295323
"nbconvert_exporter": "python",
296324
"pygments_lexer": "ipython3",
297-
"version": "3.6.2"
325+
"version": "3.6.5"
298326
},
299327
"varInspector": {
300328
"cols": {

0 commit comments

Comments
 (0)