|
2 | 2 | "cells": [
|
3 | 3 | {
|
4 | 4 | "cell_type": "markdown",
|
5 |
| - "id": "0577028f", |
| 5 | + "id": "88c01486", |
6 | 6 | "metadata": {},
|
7 | 7 | "source": [
|
8 | 8 | "# What's new in version 2.0.1\n",
|
|
74 | 74 | "* [`GroupManager`](/python/api-reference/arcgis.gis.toc/#groupmanager)\n",
|
75 | 75 | " * Adds documentation details to `provider` and `provider_group_name` parameters for [`create()`](/python/api-reference/arcgis.gis.toc/#arcgis.gis.GroupManager.create)\n",
|
76 | 76 | "* [`Item`](/python/api-reference/arcgis.gis.toc/#item)\n",
|
77 |
| - " * Adds code snippet for publishing a [hosted table](/python/api-reference/arcgis.features.toc/#table) to [`publish()`](https://master.sites.afd.arcgis.com../python/python/api-reference/arcgis.gis.toc/#arcgis.gis.Item.publish)\n", |
| 77 | + " * Adds code snippet for publishing a [hosted table](/python/api-reference/arcgis.features.toc/#table) to [`publish()`](/python/api-reference/arcgis.gis.toc/#arcgis.gis.Item.publish)\n", |
78 | 78 | "\n",
|
79 | 79 | "#### [`arcgis.env`](/python/api-reference/arcgis.env/)\n",
|
80 | 80 | "* Adds documentation for:\n",
|
|
110 | 110 | " * [`from_featureclass()`](/python/api-reference/arcgis.features.toc/#arcgis.features.GeoAccessor.from_featureclass)\n",
|
111 | 111 | " * Adds `ArcPy` feature layer objects (_arcpy.mp.Layer_) as input option\n",
|
112 | 112 | "\n",
|
113 |
| - "#### [`arcgis.features.analysis`](/python/api-reference/)\n", |
| 113 | + "#### [`arcgis.features.analysis`](/python/api-reference/arcgis.features.analysis/)\n", |
114 | 114 | "* [`summarize_data`](/python/api-reference/arcgis.features.summarize_data/#)\n",
|
115 | 115 | " * Adds information about the `overwrite` key being required in the `context` parameter of [`aggregate_points()`](/python/api-reference/arcgis.features.summarize_data/#aggregate-points)\n",
|
116 | 116 | "\n",
|
|
133 | 133 | "#### [`arcgis.raster`](/python/api-reference/arcgis.raster.toc/#)\n",
|
134 | 134 | "* Adds support for `Sentinel-2 COGs` through existing STAC integraion methods:\n",
|
135 | 135 | " * [`from_stac_api()`](/python/api-reference/arcgis.raster.toc/#arcgis.raster.RasterCollection.from_stac_api)\n",
|
136 |
| - " * [`from stac_iterm()`](/python/api-reference/arcgis.raster.toc/#arcgis.raster.Raster.from_stac_item)\n", |
| 136 | + " * [`from stac_item()`](/python/api-reference/arcgis.raster.toc/#arcgis.raster.Raster.from_stac_item)\n", |
137 | 137 | "* Updates urls used for hosted [`ImageryLayer`](/python/api-reference/arcgis.raster.toc/#imagerylayer) objects on Azure\n",
|
138 | 138 | "\n",
|
139 | 139 | "\n",
|
|
299 | 299 | },
|
300 | 300 | {
|
301 | 301 | "cell_type": "markdown",
|
302 |
| - "id": "7bf44929", |
| 302 | + "id": "80de84c1", |
303 | 303 | "metadata": {},
|
304 | 304 | "source": [
|
305 | 305 | "## Fixes\n",
|
|
311 | 311 | " * Updates [Part 3 - Finding Point of interests](../guide/part3-finding-point-of-interests/)\n",
|
312 | 312 | "\n",
|
313 | 313 | "### [Samples](/python/samples/)\n",
|
314 |
| - "* [Content Publishers](/samples)\n", |
| 314 | + "* [Content Publishers](/python/samples)\n", |
315 | 315 | " * Updates [Publishing web maps and web scenes](/python/samples/publishing-web-maps-and-web-scenes/) to connect to an ArcGIS Online organization\n",
|
316 |
| - "* [GIS analysts and data scientists](/samples)\n", |
| 316 | + "* [GIS analysts and data scientists](/python/samples)\n", |
317 | 317 | " * Updates [SAR to RGB image translation using CycleGAN](/python/samples/sar-to-rgb-image-translation-using-cyclegan/)\n",
|
318 |
| - "* [Org Administrators](/samples)\n", |
| 318 | + "* [Org Administrators](/python/samples)\n", |
319 | 319 | " * Updates [Move existing user content to a new user](/python/samples/move-existing-user-content-to-a-new-user/) with more explanation\n",
|
320 | 320 | " \n",
|
321 | 321 | "### Module Changes\n",
|
|
485 | 485 | " * [`SerialChart`](/python/api-reference/arcgis.apps.dashboard/#serialchart)\n",
|
486 | 486 | " * Fixes BUG-000144851 where creation fails when using table layer as input\n",
|
487 | 487 | " * Fixes BUG-000144648 where the `Is Not Null` condition cannot be met with `add_filter()`\n",
|
488 |
| - " * [`PieChart`](* [`SerialChart`](/python/api-reference/arcgis.apps.dashboard/#piechart)\n", |
| 488 | + " * [`PieChart`](/python/api-reference/arcgis.apps.dashboard/#piechart)\n", |
489 | 489 | " * Fixes BUG-000144512 where `item` parameter documentation incorrectly stated input values\n",
|
490 | 490 | " * [`Gauge`](/python/api-reference/arcgis.apps.dashboard/#gauge)\n",
|
491 | 491 | " * Fixes `Undefined Variable` error when using objects\n",
|
|
575 | 575 | "name": "python",
|
576 | 576 | "nbconvert_exporter": "python",
|
577 | 577 | "pygments_lexer": "ipython3",
|
578 |
| - "version": "3.7.11" |
| 578 | + "version": "3.7.10" |
579 | 579 | },
|
580 | 580 | "toc": {
|
581 | 581 | "base_numbering": 1,
|
|
0 commit comments