|
554 | 554 | "* [`ResourceManager`](/python/api-reference/arcgis.gis.toc.html#resourcemanager)\n",
|
555 | 555 | " * [`get()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ResourceManager.get)\n",
|
556 | 556 | " * Fixes return value formatting when `try_jason=False`\n",
|
| 557 | + "* [`User`](/python/api-reference/arcgis.gis.toc.html#user)\n", |
| 558 | + " * [`reassign_to()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.User.reassign_to)\n", |
| 559 | + " * BUG-000153399 Fixes issue where exceptions raised if items have related items\n", |
557 | 560 | "\n",
|
558 | 561 | "\n",
|
559 | 562 | "#### [`arcgis.gis.admin`](/python/api-reference/arcgis.gis.admin.html)\n",
|
|
610 | 613 | " * [`to_featureclass()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureclass)\n",
|
611 | 614 | " * Fixes [**Public Repo Issue #627**](https://github.com/Esri/arcgis-python-api/issues/627) where method mutates the calling object's index\n",
|
612 | 615 | " * Fixes [**Public Repo Issue #1297**](https://github.com/Esri/arcgis-python-api/issues/1297) where `ValueError` occurs if geometry column set to one not named `SHAPE`\n",
|
| 616 | + " * [`to_featurelayer()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featurelayer)\n", |
| 617 | + " * Fixes error when `np.nan` values exist within the data in environment without `ArcPy`\n", |
613 | 618 | " * [`to_featureset()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureset)\n",
|
614 | 619 | " * Fixes [**Public Repo Issue #1281](https://github.com/Esri/arcgis-python-api/issues/1281) `AttributeError` regarding `.str` accessor when data frame has column with `np.nan` values\n",
|
615 | 620 | " * [`from_table()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_table)\n",
|
|
624 | 629 | " * [`join()`]()\n",
|
625 | 630 | " * Fixes [**Public Repo Issue #1338**](https://github.com/Esri/arcgis-python-api/issues/1338) where `Different Spatial References` error returned if spatial references match but `latestWkid` value defined in spatial reference\n",
|
626 | 631 | "* [`FeatureSet`](/python/api-reference/arcgis.features.toc.html#featureset)\n",
|
627 |
| - " * [`from_dict()`]()\n", |
| 632 | + " * [`from_dict()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureSet.from_dict)\n", |
628 | 633 | " * Fixes issue with improperly setting the geometry when calling `sdf` property\n",
|
629 | 634 | " * Fixes error when using `sdf` to create an empty dataframe from `FeatureSet` with empty `SHAPE` column and `ArcPy` not in environment\n",
|
| 635 | + " * [`from_geojson()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureSet.from_geojson)\n", |
| 636 | + " * Fixes [**Public Repo Issue #1404**](https://github.com/Esri/arcgis-python-api/issues/1404) where method incorrectly altered geometry of Multipolygons and removed information\n", |
630 | 637 | "* [`Feature`](/python/api-reference/arcgis.features.toc.html#feature)\n",
|
631 | 638 | " * Updates various code snippet documentation\n",
|
632 | 639 | "* [`Table`](/python/api-reference/arcgis.features.toc.html#table)\n",
|
|
819 | 826 | " * [`TimeSeriesModel`](/python/api-reference/arcgis.learn.toc.html#timeseriesmodel)\n",
|
820 | 827 | " * [`predict()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.TimeSeriesModel.predict)\n",
|
821 | 828 | " * Fixes error when run on object created with [`from_model()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.TimeSeriesModel.from_model)\n",
|
| 829 | + " * [`FullyConnectedNetwork`](/python/api-reference/arcgis.learn.toc.html#fullyconnectednetwork)\n", |
| 830 | + " * [`predict()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.FullyConnectedNetwork.predict)\n", |
| 831 | + " * Fixes issue where no prediction field existed in the final predicted dataframe\n", |
822 | 832 | "* [Model Management]()\n",
|
823 | 833 | " * [`train_model()`](/python/api-reference/arcgis.learn.toc.html#train-model)\n",
|
824 | 834 | " * Fixes `Division by zero` erro when training multiple folders and data folders are empty"
|
|
0 commit comments