Skip to content

Commit

Permalink
Merge pull request #332 from jyaistMap/v152-release-notes
Browse files Browse the repository at this point in the history
Release notes for the upcoming v1.5.2. release
  • Loading branch information
DavidJVitale authored Dec 3, 2018
2 parents 772ef0a + 0b1c0e8 commit 360cf00
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions guide/02-api-overview/release-notes.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# What's new in version 1.5.2"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### New\n",
"* 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",
"* Added a `get_unique_values()` function to [`FeatureLayer`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#featurelayer) objects\n",
"* 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",
"* 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",
"* 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",
"* 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"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Fixes\n",
"* 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",
"* Fixed `map widget` so default basemap draws if `gis` has not been set\n",
"* 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",
"* 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",
"* 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",
"* Fixed issue with [`geometry.filters`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geometry.filters.html) incorrectly processing various geometry types\n",
"* 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",
"* 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",
"* 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",
"* 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",
"* Fixed [`import_data()`]() function to publish Spatially Enabled DataFrames as Feature Layers\n",
"* 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"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 360cf00

Please sign in to comment.