Skip to content

Commit 7f82b53

Browse files
committed
finalized release notes for changes through Apr. 10
1 parent 7160161 commit 7f82b53

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

guide/02-api-overview/release-notes.ipynb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
"* Updated output from the [`get_samples()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.get_samples) function\n",
2626
"* Added documentation for geoprocessing tools to [`arcgis.features.analysis`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.analysis.html#module-arcgis.features.analysis) module\n",
2727
"* Updated [`UserManager.search()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.UserManager.search) function when specifying roles\n",
28+
"* Added `OfflineMapAreaManager` object to the [`arcgis.mapping`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.mapping.html) module to support managing [`offline_areas`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.mapping.html#arcgis.mapping.WebMap.offline_areas)\n",
29+
"* Added support for a new `build_multivariable_grid` tool in the [`arcgis.geoanalytics.analyze_patterns`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.analyze_patterns.html) submodule\n",
2830
"\n",
2931
"#### Fixes\n",
3032
"* Fixed issue where [`group.update()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Group.update) did not properly update the group\n",
@@ -38,8 +40,9 @@
3840
"* Fixed issue where [`convex_hull()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geometry.html#convex-hull) returned incorrect geometry\n",
3941
"* Fixed issue where [`update_item()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.update) failed if text exceeded 32767 characters\n",
4042
"* Fixed issue that prevented publishing [`scene layer package`](http://pro.arcgis.com/en/pro-app/help/sharing/overview/scene-layer-package.htm) items with [`gis.item.publish()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.publish)\n",
41-
"* Fixed error in [`clone_items()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=update_properties#arcgis.gis.ContentManager.clone_items) function handling of [`MapService`](http://enterprise.arcgis.com/en/server/latest/publish-services/linux/what-is-a-map-service.htm) paths \n",
42-
"\n"
43+
"* Fixed error in [`clone_items()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=update_properties#arcgis.gis.ContentManager.clone_items) function handling of [`MapService`](http://enterprise.arcgis.com/en/server/latest/publish-services/linux/what-is-a-map-service.htm) paths\n",
44+
"* Fixed error when using [`pip`] to install `arcgis` on Windows machines without Anaconda\n",
45+
"* Fixed intermittent problem when storing multiple users on the same portal in a [`profile`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.GIS) file"
4346
]
4447
},
4548
{

0 commit comments

Comments
 (0)