Skip to content

Commit 1b89b32

Browse files
committed
add release notes through 1.5.23
1 parent 827318b commit 1b89b32

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

guide/02-api-overview/release_notes_210.ipynb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,9 @@
554554
"* [`ResourceManager`](/python/api-reference/arcgis.gis.toc.html#resourcemanager)\n",
555555
" * [`get()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ResourceManager.get)\n",
556556
" * 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",
557560
"\n",
558561
"\n",
559562
"#### [`arcgis.gis.admin`](/python/api-reference/arcgis.gis.admin.html)\n",
@@ -610,6 +613,8 @@
610613
" * [`to_featureclass()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureclass)\n",
611614
" * Fixes [**Public Repo Issue #627**](https://github.com/Esri/arcgis-python-api/issues/627) where method mutates the calling object's index\n",
612615
" * 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",
613618
" * [`to_featureset()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureset)\n",
614619
" * 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",
615620
" * [`from_table()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_table)\n",
@@ -624,9 +629,11 @@
624629
" * [`join()`]()\n",
625630
" * 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",
626631
"* [`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",
628633
" * Fixes issue with improperly setting the geometry when calling `sdf` property\n",
629634
" * 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",
630637
"* [`Feature`](/python/api-reference/arcgis.features.toc.html#feature)\n",
631638
" * Updates various code snippet documentation\n",
632639
"* [`Table`](/python/api-reference/arcgis.features.toc.html#table)\n",
@@ -819,6 +826,9 @@
819826
" * [`TimeSeriesModel`](/python/api-reference/arcgis.learn.toc.html#timeseriesmodel)\n",
820827
" * [`predict()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.TimeSeriesModel.predict)\n",
821828
" * 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",
822832
"* [Model Management]()\n",
823833
" * [`train_model()`](/python/api-reference/arcgis.learn.toc.html#train-model)\n",
824834
" * Fixes `Division by zero` erro when training multiple folders and data folders are empty"

0 commit comments

Comments
 (0)