|
1 | 1 | { |
2 | 2 | "cells": [ |
| 3 | + { |
| 4 | + "cell_type": "markdown", |
| 5 | + "metadata": {}, |
| 6 | + "source": [ |
| 7 | + "# What's new in version 1.7" |
| 8 | + ] |
| 9 | + }, |
| 10 | + { |
| 11 | + "cell_type": "markdown", |
| 12 | + "metadata": {}, |
| 13 | + "source": [ |
| 14 | + "#### New\n", |
| 15 | + "* Adds ability to run `Geoprocessing tools` asynchronously. See `future` parameter in:\n", |
| 16 | + " * [`arcgis.features`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#submodules) submodules\n", |
| 17 | + " * [`arcgis.raster.analytics`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html#) module\n", |
| 18 | + " * [`arcgis.network.analysis`](https://developers.arcgis.com/python/api-reference/arcgis.network.analysis.html) module\n", |
| 19 | + " * [`arcgis.geoanalytics`](https://developers.arcgis.com/python/api-reference/arcgis.geoanalytics.toc.html#submodules) submodules\n", |
| 20 | + " * [`ImageryLayer.save()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.save) function\n", |
| 21 | + "* Adds [arcgis.geonalytics](https://developers.arcgis.com/python/api-reference/arcgis.geoanalytics.toc.html#module-arcgis.geoanalytics) documentation\n", |
| 22 | + " * [`find-point-clusters`](https://developers.arcgis.com/python/api-reference/arcgis.geoanalytics.analyze_patterns.html#find-point-clusters) function\n", |
| 23 | + "* Adds a [`cache_manager`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.cache_manager) to [`ImageryLayer`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#imagerylayer)\n", |
| 24 | + "* Adds [`hardware`](https://developers.arcgis.com/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.Machine.hardware) property to [`Machine`](https://developers.arcgis.com/python/api-reference/arcgis.gis.server.html#machine) class\n", |
| 25 | + "* Adds [`spatial_filter`] parameter on [`Spatially Enabled Dataframe.from_featureclass()`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass) method\n", |
| 26 | + "* Adds manager classes:\n", |
| 27 | + " * [`ProfileManager`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#profilemanager)\n", |
| 28 | + " * [`CertificateManager`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#certificatemanager)\n", |
| 29 | + " * [`InvitatationManager`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#invitationmanager)" |
| 30 | + ] |
| 31 | + }, |
| 32 | + { |
| 33 | + "cell_type": "markdown", |
| 34 | + "metadata": {}, |
| 35 | + "source": [ |
| 36 | + "#### Fixes\n", |
| 37 | + "* Improves [arcgis.geoanalytics](https://developers.arcgis.com/python/api-reference/arcgis.geoanalytics.toc.html#module-arcgis.geoanalytics) documentation\n", |
| 38 | + " * [`calculate_fields`](https://developers.arcgis.com/python/api-reference/arcgis.geoanalytics.manage_data.html#calculate-fields)\n", |
| 39 | + " * ['aggregate_points`](https://developers.arcgis.com/python/api-reference/arcgis.geoanalytics.summarize_data.html#aggregate-points)\n", |
| 40 | + "* Improves [arcgis.learn](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#module-arcgis.learn) documentation\n", |
| 41 | + " * [`export_training_data`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#export-training-data)\n", |
| 42 | + "* Fixes [export_image](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html?highlight=export_image#arcgis.raster.ImageryLayer.export_image) failure on images with a [raster function template](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.RFT.html) containing a [constant function](http://desktop.arcgis.com/en/arcmap/10.3/manage-data/raster-and-images/constant-function.htm) that requires input `RasterInfo` applied\n", |
| 43 | + "* Fixes issue with [`map widget.save()`](https://developers.arcgis.com/python/api-reference/arcgis.widgets.html#arcgis.widgets.MapView.save) not saving layer input as a `dictionary` to [`map widget.add_layer()`](https://developers.arcgis.com/python/api-reference/arcgis.widgets.html#arcgis.widgets.MapView.add_layer)\n", |
| 44 | + "* Fixes issue where a [`Raster Function Template`]() fails to dynamically render output when federated servers serve multiple server `functions`(See [`ServerManager.get()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.ServerManager.get) function)\n", |
| 45 | + "* Fixes issue when `service_url` parameter used to [`ImageLayer.rasters.add()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterManager.add) rasters to ImageryLayer\n", |
| 46 | + "* Corrects [`max_results`]() parameter documentation for the [`search()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.UserManager.search) method of [`UserManager`](https://developers.arcgis.com/python/api-reference/arcgis.gis.server.html#usermanager)\n", |
| 47 | + "* Fixes issue in `ArcGIS Online` that a `user` who does not own public data could not [`share()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.share) and [`Item`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item)\n", |
| 48 | + "* Fixes issue with [`ItemInformationManager`](https://developers.arcgis.com/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.Service.iteminformation) to retrieve [`service`](https://developers.arcgis.com/python/api-reference/arcgis.gis.server.html#service) metadata" |
| 49 | + ] |
| 50 | + }, |
3 | 51 | { |
4 | 52 | "cell_type": "markdown", |
5 | 53 | "metadata": {}, |
|
745 | 793 | "name": "python", |
746 | 794 | "nbconvert_exporter": "python", |
747 | 795 | "pygments_lexer": "ipython3", |
748 | | - "version": "3.6.9" |
| 796 | + "version": "3.6.8" |
749 | 797 | }, |
750 | 798 | "varInspector": { |
751 | 799 | "cols": { |
|
0 commit comments