|
185 | 185 | "* Added support for uploading large files\n",
|
186 | 186 | "* Added [`find_point_clusters()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.analysis.html#find-point-clusters) tool to [`arcgis.features.analysis`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.analysis.html) module\n",
|
187 | 187 | "* Added [`update_item_delete_policy()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html#arcgis.gis.admin.Collaboration.update_item_delete_policy()) and [`schedule`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html#arcgis.gis.admin.Collaboration.schedule) function to [`Collaboration`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html#collaboration) objects\n",
|
188 |
| - "* Added `copy_feature_service_data` parameter to [`update_portal_group_link()`]((https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html#arcgis.gis.admin.Collaboration.update_portal_group_link) function\n", |
| 188 | + "* Added `copy_feature_service_data` parameter to [`update_portal_group_link()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html?#arcgis.gis.admin.Collaboration.update_portal_group_link) function\n", |
189 | 189 | "* Added [`compute_pixel_location()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.compute_pixel_location) function to `Imagery Layers`\n",
|
190 | 190 | "* Added [`ics_to_pixel`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#arcgis.raster.RasterCatalogItem.ics_to_pixel) property to `Raster Catalog Items`\n",
|
191 | 191 | "* Added support for returning [`tables`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.Table.query) as dataframes to the [`query()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.Table.query)\n",
|
|
203 | 203 | "* Fixed issue when spatially enabled dataframe treated `NaN` values as 0\n",
|
204 | 204 | "* Fixed issue on [`share()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.share) method when `everyone=True` that `org=True`\n",
|
205 | 205 | "* Fixed issue to ensure a [`query()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.FeatureLayer.query) with no results returns correct empty object type\n",
|
206 |
| - "* Fixed issue when text used for `file_type` parameter on [`analyze(https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=analyze#arcgis.gis.ContentManager.analyze)`]\n", |
| 206 | + "* Fixed issue when text used for `file_type` parameter on [`analyze`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=analyze#arcgis.gis.ContentManager.analyze)`]\n", |
207 | 207 | "* Ensured `role` and `role_id` are always set for connected user\n",
|
208 | 208 | "* Fixed issues with zoom functionality on map\n",
|
209 | 209 | "* Fixed issue when [`ImageryLayer.service`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.service) property returned incorrect value\n",
|
210 | 210 | "* Fixed [`create_viewhshed()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.analytics.html#create-viewshed) to accept `above_ground_level_output_name` parameter\n",
|
211 | 211 | "* Fixed [`flow_direction()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.gbl.html#flow_direction) to properly read `output_name` parameter\n",
|
212 | 212 | "* Updated [`apps`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.apps.html) module documentation to clarify acceptable item types for various parameters\n",
|
213 | 213 | "* Fixed [`Table.fromitem()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.Table.fromitem) function to correctly create table objects from items containing tables\n",
|
214 |
| - "* Updated default parameter type for [`spatial index`](http://zion/jenkins/job/geosaurus_master/lastBuild/builds=master/PythonAPIDoc/)\n", |
| 214 | + "* Updated default parameter type for [`spatial index`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.GeoAccessor.sindex)\n", |
215 | 215 | "* Fixed issue when chaining [`raster functions`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.html#module-arcgis.raster.functions) and [`global functions`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.gbl.html#module-arcgis.raster.functions.gbl)\n",
|
216 | 216 | "* Fixed [`raster analytics functions`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.analytics.html) to properly work with `Feature Layer` inputs\n",
|
217 | 217 | "* Fixed issue with [`optimum_travel_cost_network()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.analytics.html#optimum_travel_cost_network#optimum-travel-cost-network) function\n",
|
|
292 | 292 | "source": [
|
293 | 293 | "#### New\n",
|
294 | 294 | "* Added a `legend` property to the [`map widget`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.widgets.html#arcgis-widgets-module)\n",
|
295 |
| - "* Added documentation for [`create_symbol`](http://zion/jenkins/job/geosaurus_master/builds=master/PythonAPIDoc/)\n", |
| 295 | + "* Added documentation for [`create_symbol`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.mapping.html?highlight=create_symbol#arcgis.mapping.symbol.create_symbol)\n", |
296 | 296 | "* Added support for [`Survey123`](https://survey123.arcgis.com/) to the [`apps`]() module\n",
|
297 | 297 | "* Added capability to delete certificates in the `arcgis.server` module\n",
|
298 | 298 | "* Added capability to to view the server Services Directory properties\n",
|
|
368 | 368 | "#### New\n",
|
369 | 369 | "* 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",
|
370 | 370 | " * Broader support for authoring and rendering `WebScenes`\n",
|
371 |
| - " * Full support for [`JupyterLab`](http://jupyterlab.readthedocs.io/en/stable/getting_started/overview.html). See **[JupyterLab Guide](http://../using-the-jupyter-lab-environment)**.\n", |
| 371 | + " * Full support for [`JupyterLab`](http://jupyterlab.readthedocs.io/en/stable/getting_started/overview.html). See **[JupyterLab Guide](../using-the-jupyter-lab-environment)**.\n", |
372 | 372 | " * Support for specifying `autocast` JavaScript renderers from Python code\n",
|
373 | 373 | " * Support for exporting `Map Widgets` to standalone HTML pages\n",
|
374 | 374 | " * Support for using an external ArcGIS API for JavaScript CDN for disconnected environments\n",
|
|
464 | 464 | "* 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",
|
465 | 465 | "* 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",
|
466 | 466 | "* 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",
|
467 |
| - "* 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", |
| 467 | + "* Added support for `Personal Information Exchange` files(.pfx) as the value for `cert_file` parameter to the [`GIS`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#gis) class for PKI implementations\n", |
468 | 468 | "* Improved error messaging with invalid credentials and valid `cert_file` logins\n",
|
469 | 469 | "* Added module to support [`Workforce for ArcGIS`](https://workforce.arcgis.com/)\n",
|
470 | 470 | "* 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",
|
|
508 | 508 | "\n",
|
509 | 509 | "* Added full capabilities to install ```arcgis``` package with [```pip```](https://pip.pypa.io/en/stable/)\n",
|
510 | 510 | "* Added ```Upload Manager``` to aid in [upload](https://developers.arcgis.com/rest/services-reference/upload.htm) operations to the server\n",
|
511 |
| - "* Added [```shapely```](https://toblerity.org/shapely/manual.html) support to the [```Spatial DataFrame```](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#spatialdataframe)\n", |
| 511 | + "* Added [```shapely```](https://shapely.readthedocs.io/en/stable/manual.html) support to the [```Spatial DataFrame```](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#spatialdataframe)\n", |
512 | 512 | "* Added ```is_empty``` property for checking ```geometry```\n",
|
513 | 513 | "* Added support for [```GeoJSON```](http://geojson.org/) [```LineStrings```](https://tools.ietf.org/html/rfc7946#section-3.1.4), and [```Polygons```](https://tools.ietf.org/html/rfc7946#section-3.1.6)\n",
|
514 | 514 | "* Added support for [```Operations Views```](https://doc.arcgis.com/en/operations-dashboard/operation-views/)s and [```Dashboards```](https://docs.arcgis.com/en/operations-dashboard/help/what-is-a-dashboard.htm) to ```clone_items``` function on ```Content Manager```\n",
|
|
529 | 529 | "* Added ability to convert Rasters to Features with [```ImageryLayer.to_features()```](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.to_features\") function\n",
|
530 | 530 | "* Added [```draw_graph```] function to [```ImageryLayer```]() objects for for visualizing Raster function workflows\n",
|
531 | 531 | "* Added support for additional rasters as inputs to [```raster functions```](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.html\")\n",
|
532 |
| - "* Added additional rendering support to [```MapView```](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.widgets.html#mapview\"> and [```FeatureLayer```](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#featurelayer)\" objects\n", |
| 532 | + "* Added additional rendering support to [```MapView```](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.widgets.html#mapview\") and [```FeatureLayer```](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#featurelayer)\" objects\n", |
533 | 533 | "* Added ```users_update_items``` parameter to [```GroupManager.create()```](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.GroupManager.create\") to allow members to update all items in group\n",
|
534 | 534 | "* Added ```token``` parameter to [```GIS```](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.GIS\") for logging into GIS from external contexts\n",
|
535 | 535 | "* Enhanced automation of creating users with ```security_question``` parameter to ```user.update()``` method\n",
|
|
591 | 591 | " - `speckle` - filters a speckled radar dataset to smooth out noise\n",
|
592 | 592 | "- Added a new [`GeoEnrichment`](http://resources.arcgis.com/en/help/arcgis-rest-api/#/The_GeoEnrichment_service/02r30000021r000000/) module\n",
|
593 | 593 | "- Added ability to set and configure the identity provider for managing user credentials\n",
|
594 |
| - "- Added support for passing geometry columns into [`PySal`](http://pysal.readthedocs.io/en/latest/users/introduction.html) functions\n", |
| 594 | + "- Added support for passing geometry columns into [`PySal`](https://pysal.readthedocs.io/en/latest/index.html) functions\n", |
595 | 595 | "- Added a new `esri_access` property to [`User`](http://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#user) objects so Esri training materials could be accessed\n",
|
596 | 596 | "- Added support for feeding `SpatialDataFrame` objects to [`GeoProcessing`](http://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoprocessing.html) tools\n",
|
597 | 597 | "- A new `SpatialDataFrame.plot()` method to do bar, line and scatterplots\n",
|
|
745 | 745 | "name": "python",
|
746 | 746 | "nbconvert_exporter": "python",
|
747 | 747 | "pygments_lexer": "ipython3",
|
748 |
| - "version": "3.6.6" |
| 748 | + "version": "3.6.9" |
749 | 749 | },
|
750 | 750 | "varInspector": {
|
751 | 751 | "cols": {
|
|
0 commit comments