|
7 | 7 | "# What's new in version 1.4.1\n",
|
8 | 8 | "#### New\n",
|
9 | 9 | "* 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",
|
10 |
| - "* Added the `append_data()` tool to the [`arcgis.geoanalytics.manage_data`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.manage_data.html) submodule\n", |
| 10 | + "* 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_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", |
| 12 | + "* 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", |
| 13 | + "* 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", |
11 | 14 | "* 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",
|
12 | 15 | "* Added ability to protect a [`group`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Group) from being deleted\n",
|
13 |
| - "* 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", |
14 | 16 | "* Added support for `Personal Information Exchange` files(.pfx) as the value for `cert_file` parameter to the [`GIS`](http://zion/jenkins/job/geosaurus_master/builds=master/PythonAPIDoc/) class for PKI implementations\n",
|
15 | 17 | "* Improved error messaging with invalid credentials and valid `cert_file` logins\n",
|
16 | 18 | "* Added module to support [`Workforce for ArcGIS`](https://workforce.arcgis.com/)\n",
|
17 |
| - "* 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", |
18 | 19 | "* Added query and download_all functionality to [`Attachment Manager`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.managers.html#arcgis.features.managers.AttachmentManager)\n",
|
19 | 20 | "* Added documentation on the [`update_properties()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=update_properties#arcgis.gis.GIS.update_properties) function\n",
|
20 | 21 | "* Added `shared_with` property to [`Item`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=update_properties#item) class to determine how an item has been [shared](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=update_properties#item)\n",
|
|
25 | 26 | "* Updated output from the [`get_samples()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.get_samples) function\n",
|
26 | 27 | "* Added documentation for geoprocessing tools to [`arcgis.features.analysis`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.analysis.html#module-arcgis.features.analysis) module\n",
|
27 | 28 | "* Updated [`UserManager.search()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.UserManager.search) function when specifying roles\n",
|
| 29 | + "* Added `OfflineMapAreaManager` object to the [`arcgis.mapping`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.mapping.html) module to support managing [`offline_areas`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.mapping.html#arcgis.mapping.WebMap.offline_areas)\n", |
| 30 | + "* Added [Sample Notebook](https://developers.arcgis.com/python/sample-notebooks/) to demonstrate updating HTTP content to HTTPS\n", |
| 31 | + "* Added ability to add items from cloud content storage using the `dataUrl` and `filename` parameters on the [`ContentManager.add()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.ContentManager.add) function\n", |
28 | 32 | "\n",
|
29 | 33 | "#### Fixes\n",
|
30 | 34 | "* Fixed issue where [`group.update()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Group.update) did not properly update the group\n",
|
31 | 35 | "* Fixed issue in [`clone_items`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items) function where Web App Builder Applications were not cloning correctly\n",
|
32 | 36 | "* Removed errant warnings from [`group.reassign_to()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Group.reassign_to) function\n",
|
33 | 37 | "* Fixed issue where `geometry` objects were preventing discovery of duplicate records\n",
|
34 | 38 | "* Fixed issue on [`Attachment Manager`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.managers.html#arcgis.features.managers.AttachmentManager) for attachments over 9MB\n",
|
35 |
| - "* Fixed issue on [`Attachment Manager`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.managers.html#arcgis.features.managers.AttachmentManager) where input was ignored if [`global id`]() was not used\n", |
| 39 | + "* Fixed issue on [`Attachment Manager`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.managers.html#arcgis.features.managers.AttachmentManager) where input was ignored if [`global id()`] was not used\n", |
36 | 40 | "* Fixed issue where a geometry filter crashed the [`SyncManager.create()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.managers.html#arcgis.features.managers.SyncManager.create) method\n",
|
37 | 41 | "* Fixed issue where the [`featurelayer.query()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.FeatureLayer.query) method constructed a faulty request when using the `return_distinct_values` parameter\n",
|
38 | 42 | "* Fixed issue where [`convex_hull()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geometry.html#convex-hull) returned incorrect geometry\n",
|
39 | 43 | "* Fixed issue where [`update_item()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.update) failed if text exceeded 32767 characters\n",
|
40 | 44 | "* Fixed issue that prevented publishing [`scene layer package`](http://pro.arcgis.com/en/pro-app/help/sharing/overview/scene-layer-package.htm) items with [`gis.item.publish()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.publish)\n",
|
41 |
| - "* Fixed error in [`clone_items()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=update_properties#arcgis.gis.ContentManager.clone_items) function handling of [`MapService`](http://enterprise.arcgis.com/en/server/latest/publish-services/linux/what-is-a-map-service.htm) paths \n", |
42 |
| - "\n" |
| 45 | + "* Fixed error in [`clone_items()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=update_properties#arcgis.gis.ContentManager.clone_items) function handling of [`MapService`](http://enterprise.arcgis.com/en/server/latest/publish-services/linux/what-is-a-map-service.htm) paths\n", |
| 46 | + "* Fixed error when using [`pip`] to install `arcgis` on Windows machines without Anaconda\n", |
| 47 | + "* Fixed intermittent problem when storing multiple users on the same portal in a [`profile`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.GIS) file\n", |
| 48 | + "* Fixed issue with incorrect `role` information returned by [`UserManager.search()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.UserManager.search)\n", |
| 49 | + "* Fixed issue with [`WebMap.remove_layers()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.widgets.html#arcgis.widgets.MapView.remove_layers) to handle duplicate layers" |
43 | 50 | ]
|
44 | 51 | },
|
45 | 52 | {
|
|
323 | 330 | "nbformat": 4,
|
324 | 331 | "nbformat_minor": 1
|
325 | 332 | }
|
326 |
| - |
|
0 commit comments