Skip to content

Commit c5ed8a8

Browse files
committed
edits after various review comments
1 parent 2ca3a7d commit c5ed8a8

File tree

1 file changed

+15
-29
lines changed

1 file changed

+15
-29
lines changed

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

Lines changed: 15 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"* API-Reference documentation updates across many modules\n",
1616
" * Adds hyperlinks to return value objects\n",
1717
" * Adds text emphasis to terms within class, property, method and function descriptions\n",
18-
" * Adds and expands upon code snippets"
18+
" * Adds and expands upon code snippets\n",
19+
" * Adds conceptual grouping of classes and submodules in [`mapping`](https://developers.arcgis.com/python/api-reference/arcgis.mapping.toc.html) module instead of presenting members alphabetically"
1920
]
2021
},
2122
{
@@ -28,7 +29,7 @@
2829
" * Adds `Area and Lengths` sections to `Pattern using arcgis.geometry.functions: uses server-side geometry engine` section\n",
2930
"* [`Working with the Spatially Enabled DataFrame`](https://developers.arcgis.com/python/guide/)\n",
3031
" * [Introduction to the Spatially Enabled DataFrame](https://developers.arcgis.com/python/guide/introduction-to-the-spatially-enabled-dataframe/)\n",
31-
" * Updates the entire guide \n",
32+
" * Updates part of guide\n",
3233
"* [`Deep Learning with ArcGIS`](https://developers.arcgis.com/python/guide/)\n",
3334
" * [Deep learning on time series data](https://developers.arcgis.com/python/guide/dl-on-time-series-data)\n",
3435
" * Adds `Sequence Length` section\n",
@@ -112,7 +113,6 @@
112113
" * returned when `edit_features(future=True)`\n",
113114
"* [`FeatureLayer`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#featurelayer)\n",
114115
" * Adds `future` parameter to [`edit_features()`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features) so function can run asynchronously\n",
115-
"* [`GeoAccessor`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html?highlight=from_featureset#geoaccessor) (also known as the _Spatially Enabled DataFrame_)\n",
116116
" * Adds ability to create a Spatially Enabled DataFrame from the Protocol Buffer Format\n",
117117
"* [`FeatureSet`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#featureset)\n",
118118
" * Fixes issue where initializing an object from a file incorrectly formats date fields"
@@ -145,7 +145,7 @@
145145
"metadata": {},
146146
"source": [
147147
"#### [`arcgis.raster.analytics`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html)\n",
148-
"* Adds `md_to_upload` parameter to allow publishing `ImageryLayers` from mosaic datasets in `ArcGIS Online` to:\n",
148+
"* Adds `md_to_upload` parameter to allow publishing `ImageryLayers` from existing mosaic datasets in `ArcGIS Online` to:\n",
149149
" * [`create_image_collection()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html#create-image-collection)\n",
150150
" * [`copy_raster()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html#copy-raster)\n",
151151
"* Adds code snippets for:\n",
@@ -155,27 +155,21 @@
155155
" * [`sample()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html#sample)\n",
156156
" * [`zonal_statistics_as_table()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html#zonal-statistics-as-table)\n",
157157
"* [`create_image_collection()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html#create-image-collection)\n",
158-
" * Adds support for path to local rasters as `input_rasters` argument"
158+
" * Adds documentation to highlight support for local rasters as `input_rasters` argument"
159159
]
160160
},
161161
{
162162
"cell_type": "markdown",
163163
"metadata": {},
164164
"source": [
165165
"#### [`arcgis.raster.functions`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html#)\n",
166-
"* Adds parameter tables to documentation\n",
166+
"* Enhances API Reference documentation with more details and converts parameter lists to tabular format\n",
167167
"* [`convolution()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html#convolution)\n",
168168
" * Adds NumPy array as an option for the `kernel` parameter\n",
169169
"* [`stretch()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html#stretch)\n",
170-
" * Adds `colorramp` parameter"
171-
]
172-
},
173-
{
174-
"cell_type": "markdown",
175-
"metadata": {},
176-
"source": [
177-
"#### [`arcgis.raster.utils`](https://developers.arcgis.com/python/api-reference/arcgis.raster.utils.html)\n",
178-
"* Adds utility to handle `datetime.date` objects as input for `time` arguments "
170+
" * Adds `colorramp` parameter\n",
171+
"* [`wndwi()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html#wndwi)\n",
172+
" * Adds documentation "
179173
]
180174
},
181175
{
@@ -187,20 +181,12 @@
187181
" * Adds [`group_by_proximity()`](https://developers.arcgis.com/python/api-reference/arcgis.geoanalytics.use_proximity.html#group-by-proximity) tool"
188182
]
189183
},
190-
{
191-
"cell_type": "markdown",
192-
"metadata": {},
193-
"source": [
194-
"#### [`arcgis.geoenrichment`](https://developers.arcgis.com/python/api-reference/arcgis.geoenrichment.toc.html)\n",
195-
"* Adds support for using `ArcGIS Pro` with the `Business Analyst` extension (and at least one country data pack) as a local data source"
196-
]
197-
},
198184
{
199185
"cell_type": "markdown",
200186
"metadata": {},
201187
"source": [
202188
"#### [`arcgis.geometry.functions`](https://developers.arcgis.com/python/api-reference/arcgis.geometry.functions.html)\n",
203-
"* Adds support (and documentation) for two Enumerations to use as input for various functions. See code snippet at [`area_and_lengths`](https://developers.arcgis.com/python/api-reference/arcgis.geometry.functions.html#areas-and-lengths):\n",
189+
"* Simplifies how units are specified by introducing two Enumerations. See code snippet for area_and_lengths: [`area_and_lengths`](https://developers.arcgis.com/python/api-reference/arcgis.geometry.functions.html#areas-and-lengths):\n",
204190
" * [`AreaUnits`](https://developers.arcgis.com/python/api-reference/arcgis.geometry.functions.html#areaunits) for input as the `area_unit` parameter\n",
205191
" * [`LengthUnits`](https://developers.arcgis.com/python/api-reference/arcgis.geometry.functions.html#lengthunits) for input as the `length_unit` parameter"
206192
]
@@ -358,7 +344,7 @@
358344
"metadata": {},
359345
"source": [
360346
"#### [`arcgis.gis.features`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html)\n",
361-
"* optimizes request sent to server for default `where` clause of `query()` method for:\n",
347+
"* Optimizes request sent to server for default `where` clause of `query()` method for:\n",
362348
" * [`FeatureLayer`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#featurelayer)\n",
363349
" * [`Table`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#table)\n",
364350
"* [`FeatureLayer`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#featurelayer)\n",
@@ -399,7 +385,9 @@
399385
"#### [`arcgis.raster`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#)\n",
400386
"* [`RasterCollection`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#rastercollection)\n",
401387
" * Fixes code snippet for [`map()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.map) method\n",
402-
" * Fixes [`max()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.max) failure on object created from an `ImageryLayer` url"
388+
" * Fixes [`max()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.max) failure on object created from an `ImageryLayer` url\n",
389+
"* [`ImageryLayer`]()\n",
390+
" * Fixes [`compute_histograms()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.compute_histograms) to properly work with time extent passed as a list of `datetime.date` objects"
403391
]
404392
},
405393
{
@@ -408,16 +396,14 @@
408396
"source": [
409397
"#### [`arcgis.raster.analytics`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html)\n",
410398
"* [`predict_using_trend_raster`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html#predict-using-trend-raster)\n",
411-
" * Fixes incorrect format used in the request sent with a `dimension_values` argument"
399+
" * Fixes incorrect format used in the request sent with a `dimension_values` argument for ArcGIS Online"
412400
]
413401
},
414402
{
415403
"cell_type": "markdown",
416404
"metadata": {},
417405
"source": [
418406
"#### [`arcgis.raster.functions`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html#)\n",
419-
"* **New Function**\n",
420-
" * [`wndwi()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html#wndwi)\n",
421407
"* [`convolution()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html#convolution)\n",
422408
" * Fixes issue with incorrect output for user-defined kernels\n",
423409
"* [`multidimensional_filter()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html#arcgis.raster.functions.multidimensional_filter)\n",

0 commit comments

Comments
 (0)