Skip to content

Commit 360cf00

Browse files
authored
Merge pull request #332 from jyaistMap/v152-release-notes
Release notes for the upcoming v1.5.2. release
2 parents 772ef0a + 0b1c0e8 commit 360cf00

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

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

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# What's new in version 1.5.2"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"#### New\n",
15+
"* Added new members to [`UserManager`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#usermanager) objects for support of the new [`User Type licensing`](https://www.esri.com/arcgis-blog/products/arcgis-online/announcements/whats-coming-in-arcgis-online-introducing-user-types/) model\n",
16+
"* Added a `get_unique_values()` function to [`FeatureLayer`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#featurelayer) objects\n",
17+
"* Added batch sharing capability to the [`ContentManager`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#contentmanager) with new `share_items()` and `unshare_items()` functions\n",
18+
"* Added `history()` function to [`ArcGISOnlineManager`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html#agoladminmanager) and [`PortalAdminManager`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html#portaladminmanager) objects to review logins to a portal\n",
19+
"* Added support to use [`Spatially Enabled DataFrames`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis-features-geoaccessor) as `study_area` parameters on the [`geoenrichment.enrich()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoenrichment.html#enrich) function\n",
20+
"* Added `take_screenshot()` function to the [`MapWidget`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.widgets.html#mapview) for use on [`map`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoenrichment.html#enrich) objects"
21+
]
22+
},
23+
{
24+
"cell_type": "markdown",
25+
"metadata": {},
26+
"source": [
27+
"#### Fixes\n",
28+
"* Fixed the [`Item.usage()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.usage) to correctly process `6M` and `1Y` input date ranges\n",
29+
"* Fixed `map widget` so default basemap draws if `gis` has not been set\n",
30+
"* Fixed [`StoryMap.save()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.apps.storymap.html#arcgis.apps.storymap.JournalStoryMap.save) method for when `gis` is ArcGIS Enterprise\n",
31+
"* Improved various [`features.analysis`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.analysis.html) tools to accept lists of [`FeatureLayers`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#featurelayer) as inputs\n",
32+
"* Fixed [`add_layer()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.widgets.html#arcgis.widgets.MapView.add_layer) to properly render layers with definition expressions\n",
33+
"* Fixed issue with [`geometry.filters`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geometry.filters.html) incorrectly processing various geometry types\n",
34+
"* Fixed [`ServerManager.list()`]() function to improve reading of returned [`servers`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.server.html#server)\n",
35+
"* Fixed Spatially Enabled DataFrame [`from_layer()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_layer) function to better read date input\n",
36+
"* Fixed issue with [`clear_graphics()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.widgets.html#arcgis.widgets.MapView.clear_graphics) function not removing layers when run consecutively\n",
37+
"* Fixed issue with [`Item`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#item) thumbnails not rendring properly under specific circumstances in Jupyter notebooks\n",
38+
"* Fixed [`import_data()`]() function to publish Spatially Enabled DataFrames as Feature Layers\n",
39+
"* Improved handling of `date` fields in the [`query()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.FeatureLayer.query) method"
40+
]
41+
},
342
{
443
"cell_type": "markdown",
544
"metadata": {},

0 commit comments

Comments
 (0)