Skip to content

Commit 7169771

Browse files
committed
notes as of 6.28.22
1 parent 83ba276 commit 7169771

File tree

1 file changed

+51
-6
lines changed

1 file changed

+51
-6
lines changed

guide/02-api-overview/release_notes_210.ipynb

Lines changed: 51 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
"\n",
7474
"#### [`arcgis.features`](/python/api-reference/arcgis.features.toc.html)\n",
7575
"* [`FeatureLayer`](/python/api-reference/arcgis.features.toc.html#featurelayer)\n",
76-
"\n",
76+
" * [`edit_features(()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features)\n",
77+
" * Fixes [**Public Repo Issue #1236**](https://github.com/Esri/arcgis-python-api/issues/1236) where operation failed if only using `attachments` argument\n",
7778
"* [`Spatially Enabled DataFrame`](/python/api-reference/arcgis.features.toc.html#geoaccessor) (_GeoAccessor_)\n",
7879
" * **New Methods:**\n",
7980
" * [`from_parquet()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_parquet) \n",
@@ -100,6 +101,14 @@
100101
" * [`query_associations()`](/python/api-reference/arcgis.features.managers.html#arcgis.features._utility.UtilityNetworkManager.query_associations)\n",
101102
" * [`query_locations()`](/python/api-reference/arcgis.features.managers.html#arcgis.features._utility.UtilityNetworkManager.query_locations)\n",
102103
" * [`trace_configurations()`](/python/api-reference/arcgis.features.managers.html#arcgis.features._utility.UtilityNetworkManager.trace_configurations)\n",
104+
"* [`AttachmentManager`](/python/api-reference/arcgis.features.managers.html#attachmentmanager)\n",
105+
" * Adds ability to create object directly for use with a specific branch [`version`](/python/api-reference/arcgis.features.managers.html#version)\n",
106+
" * Adds `return_moment` parameter to:\n",
107+
" * [`add()`](http://localhost:8000/api-reference/arcgis.features.managers.html#arcgis.features.managers.AttachmentManager.add)\n",
108+
" * [`delete()`](/pythonhttp://localhost:8000/api-reference/arcgis.features.managers.html#arcgis.features.managers.AttachmentManager.delete)\n",
109+
" * [`update()`](/pythonhttp://localhost:8000/api-reference/arcgis.features.managers.html#arcgis.features.managers.AttachmentManager.update)\n",
110+
" * Adds `rollback_on_failure` parameter to:\n",
111+
" * [`delete()`](/pythonhttp://localhost:8000/api-reference/arcgis.features.managers.html#arcgis.features.managers.AttachmentManager.delete)\n",
103112
" \n",
104113
"#### [`arcgis.raster`](/python/api-reference/arcgis.raster.toc.html#)\n",
105114
"[`ImageryLayer`](/python/api-reference/arcgis.raster.toc.html#imagerylayer) objects on Azure\n",
@@ -111,6 +120,12 @@
111120
"#### [`arcgis.raster.functions`](/python/api-reference/arcgis.raster.functions.html)\n",
112121
"* [`clip()`](/python/api-reference/arcgis.raster.functions.html#clip)\n",
113122
"\n",
123+
"#### [`arcgis.raster.functions.gbl`](/python/api-reference/arcgis.raster.functions.gbl.html)\n",
124+
"* Adds `circular_wrap_value` and `circular_calculation` parameters to:\n",
125+
" * [`zonal_statistics()`](/python/api-reference/arcgis.raster.functions.gbl.html#zonal-statistics)\n",
126+
" * [`summarize_raster_within()`](/python/api-reference/arcgis.raster.analytics.html#summarize-raster-within)\n",
127+
" * [`zonal_statistics_as_table)`](/python/api-reference/arcgis.raster.analytics.html#zonal-statistics-as-table)\n",
128+
"\n",
114129
"#### [`arcgis.geoanalytics`](/python/api-reference/arcgis.geoanalytics.toc.html)\n",
115130
" * [`arcgis.geoanalytics.find_locations`](/python/api-reference/arcgis.geoanalytics.find_locations.html)\n",
116131
" \n",
@@ -233,6 +248,7 @@
233248
"metadata": {},
234249
"source": [
235250
"## Fixes\n",
251+
"* Adds warning message indicating `verify_cert=False` is a security risk\n",
236252
"\n",
237253
"### [Guides](../)\n",
238254
"* [Feature data and analysis](../)\n",
@@ -284,7 +300,7 @@
284300
"* [`IdentityProviderManager`](/python/api-reference/arcgis.gis.admin.html#identityprovidermanager)\n",
285301
" * Fixes [**Public Repo Issue #827**](https://github.com/Esri/arcgis-python-api/issues/827) `JSONDecodeError` with `configuration` and `properties`\n",
286302
"* [`CollaborationManager`](/python/api-reference/arcgis.gis.admin.html#collaborationmanager)\n",
287-
" \n",
303+
" * BUG-000149914 Fixes [`list()`](python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.CollaborationManager.list) not returning all results if more than 100 collaborations exist\n",
288304
"* [`Webhook`](/python/api-reference/arcgis.gis.admin.html#webhook)\n",
289305
" \n",
290306
"* [`License`](/python/api-reference/arcgis.gis.admin.html#license)\n",
@@ -306,16 +322,23 @@
306322
" * [`delete_features()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.delete_features)\n",
307323
" * Fixes `KeyError` error message when run asynchronously even if operation succeeded\n",
308324
" * [`query()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n",
309-
" * [`estimates`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.estimates) \n",
325+
" * [`estimates`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.estimates)\n",
326+
" * [`properties`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.properties)\n",
327+
" * Fixes failure to load on layers with a `VersionManagementService` and `attachments` enabled\n",
310328
"* [`Spatially Enabled DataFrame`](/python/api-reference/arcgis.features.toc.html#geoaccessor) (_GeoAccessor_)\n",
311329
" * [`plot()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.plot)\n",
312330
" * Replaces duplicate `symbol_type` with `symbol_style` in parameter table documentation\n",
313331
" * Fixes rendering for default value\n",
314332
" * [`from_df()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_df)\n",
315333
" * [`to_featureclass()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureclass)\n",
316334
" * Fixes [**Public Repo Issue #627**](https://github.com/Esri/arcgis-python-api/issues/627) where method mutates the calling object's index\n",
335+
" * [`to_featureset()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureset)\n",
336+
" * 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",
337+
" * [`from_table()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_table)\n",
338+
" * Fixes [**Public Repo Issue #1272**](https://github.com/Esri/arcgis-python-api/issues/1272) where `AttributeError` raised regarding `_as_array` when run in `ArcGIS Pro`\n",
317339
" * [`to_table()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_table)\n",
318340
" * [`from_xy()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_xy)\n",
341+
" * Fixes [**Public Repo Issue #1282**](https://github.com/Esri/arcgis-python-api/issues/1282) `ModuleNotFoundError` regarding `geomet` missing from dependencies\n",
319342
" * [`from_featureclass()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass)\n",
320343
"* [`FeatureLayerCollection`](/python/api-reference/arcgis.features.toc.html#featurelayercollection)\n",
321344
" * [`extract_changes()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.extract_changes)\n",
@@ -339,9 +362,12 @@
339362
" * [`validate_topology()`](/python/api-reference/arcgis.features.managers.html#arcgis.features._utility.UtilityNetworkManager.validate_topology)\n",
340363
"* [`ValidationManager`](/python/api-reference/arcgis.features.managers.html#validationmanager)\n",
341364
" * Updates documentation for [`evaluate()`](python/api-reference/arcgis.features.managers.html#arcgis.features._validation.ValidationManager.evaluate)\n",
365+
"* [`AttachmentManager`](/python/api-reference/arcgis.features.managers.html#attachmentmanager)\n",
342366
"\n",
343-
"#### [`arcgis.features.analysis`](/python/api-reference/arcgis.features.analysis.html)\n",
344367
"\n",
368+
"#### [`arcgis.features.analysis`](/python/api-reference/arcgis.features.analysis.html)\n",
369+
"* Fixes issue where spaces in `output_name` argument where not removed during service creation\n",
370+
"* Fixes JSON dumps issue with [`FeatureSets`](/python/api-reference/arcgis.features.toc.html#featureset) caused by new [Pandas](https://pandas.pydata.org/) [datatypes](https://pbpython.com/pandas_dtypes.html)\n",
345371
"\n",
346372
"#### [`arcgis.features.manage_data`](/python/api-reference/arcgis.features.manage_data.html)\n",
347373
"* [`create_route_layers()`](/python/api-reference/arcgis.features.manage_data.html#create-route-layers)\n",
@@ -352,7 +378,12 @@
352378
"\n",
353379
"#### [`arcgis.raster`](/python/api-reference/arcgis.raster.toc.html)\n",
354380
"* [`RasterCollection`](/python/api-reference/arcgis.raster.toc.html#rastercollection)\n",
355-
"\n",
381+
"* [`Raster`](/python/api-reference/arcgis.raster.toc.html#raster)\n",
382+
" * [`path`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.Raster.path)\n",
383+
" * Returns incorrect value for object created from an Image Service url\n",
384+
"* [`RasterManager`]()\n",
385+
" * [`update()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterManager.update)\n",
386+
" * BUG-000149205 Fixes documentation error for `raster_id` parameter in table and code sample\n",
356387
"\n",
357388
"#### [`arcgis.raster.functions`](/python/api-reference/arcgis.raster.functions.html)\n",
358389
"* [`extract_band()`](/python/api-reference/arcgis.raster.functions.html#extract_band) \n",
@@ -371,6 +402,7 @@
371402
"* [`geocode_from_items()`](/python/api-reference/arcgis.geocoding.html#geocode-from-items)\n",
372403
"* [`analyze_geocode_input()`](/python/api-reference/arcgis.geocoding.html#analyze-geocode-input)\n",
373404
"* [`batch_geocode()`](/python/api-reference/arcgis.geocoding.html#batch-geocode)\n",
405+
" * Fixes `KeyError`:'location' if address was not matched `as_featureset` argument is `True`\n",
374406
"\n",
375407
"#### [`arcgis.geoenrichment`](/python/api-reference/arcgis.geoenrichment.html)\n",
376408
"* [`enrich()`](/python/api-reference/arcgis.geoenrichment.html#enrich)\n",
@@ -389,7 +421,13 @@
389421
" * Updates documentation to reflect appropriate return value\n",
390422
" * [`basemap`](/python/api-reference/arcgis.mapping.toc.html#arcgis.mapping.WebMap.basemap)\n",
391423
" * Fixes `AttributeError` when setting property\n",
424+
" * [`add_layer()`](/python/api-reference/arcgis.mapping.toc.html#arcgis.mapping.WebMap.add_layer)\n",
425+
" * Fixes return value when an `Item` is used as input\n",
392426
" * [`bookmarks`](/python/api-reference/arcgis.mapping.toc.html#arcgis.mapping.WebMap.bookmarks) \n",
427+
"* [Working with Map Service Layers]()\n",
428+
" * [`VectorTileLayerManager`](/api-reference/arcgis.mapping.toc.html#vectortilelayermanager)\n",
429+
" * [`edit_tile_service()`](/python/api-reference/arcgis.mapping.toc.html#arcgis.mapping.VectorTileLayerManager.edit_tile_service)\n",
430+
" * Fixes failure when setting `export_tiles_allowed` argument to `False`\n",
393431
"* [Utility Functions for Mapping](/python/api-reference/arcgis.mapping.toc.html#utility-functions-for-mapping)\n",
394432
" * [`export_map()`](/python/api-reference/arcgis.mapping.toc.html#export-map) \n",
395433
"\n",
@@ -422,7 +460,7 @@
422460
"\n",
423461
"#### [`arcgis.learn`](/python/api-reference/arcgis.learn.toc.html)\n",
424462
" * [DeepLab](/python/api-reference/arcgis.learn.toc.html#deeplab)\n",
425-
" * [FasterRCNN](/python/api-reference/arcgis.learn.toc.html#fasterrcnn)\n",
463+
"\n",
426464
"\n",
427465
"* [Data Preparation Methods](/python/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
428466
" * [`prepare_data()`](/python/api-reference/arcgis.learn.toc.html#prepare-data)\n",
@@ -432,10 +470,15 @@
432470
"* [Object Classification Models](/python/api-reference/arcgis.learn.toc.html#object-classification-models)\n",
433471
" * [`FeatureClassifier`](/python/api-reference/arcgis.learn.toc.html#featureclassifier)\n",
434472
" * [`save()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.FeatureClassifier.save)\n",
473+
"* [Object Detection Models](/python/api-reference/arcgis.learn.toc.html#object-detection-models)\n",
474+
" * Fixes issue where `show_results()1\n",
475+
" * [`FasterRCNN`](/python/api-reference/arcgis.learn.toc.html#fasterrcnn)\n",
476+
" * Fixes incorrect metric calculations at the end of each epoch\n",
435477
"* [Pixel Classification Models](/python/api-reference/arcgis.learn.toc.html#pixel-classification-models)\n",
436478
" * [`MaXDeepLab`](/python/api-reference/arcgis.learn.toc.html#maxdeeplab)\n",
437479
" * [`compute_n_masks()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.MaXDeepLab.compute_n_masks)\n",
438480
"* [Object Detection Models](/python/api-reference/arcgis.learn.toc.html#object-detection-models)\n",
481+
" * Fixes issue with `show_results()` displaying white images when objects initialized from NAIP Imagery\n",
439482
" * [`MaskRCNN`](/python/api-reference/arcgis.learn.toc.html#maskrcnn)\n",
440483
" * [`YOLOv3`](/python/api-reference/arcgis.learn.toc.html#yolov3)\n",
441484
" * [`SingleShotDetector`](/python/api-reference/arcgis.learn.toc.html#singleshotdetector)\n",
@@ -449,6 +492,8 @@
449492
" * [`show_batch()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.SiamMask.show_batch)\n",
450493
" * [`DeepSort`](/python/api-reference/arcgis.learn.toc.html#deepsort)\n",
451494
" * [`supported_backbones`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.DeepSort.supported_backbones)\n",
495+
" * [`ObjectTracker`](/python/api-reference/arcgis.learn.toc.html#objecttracker)\n",
496+
" * Fixes `ImportError` during initialization\n",
452497
"* [Image Translation Models](/python/api-reference/arcgis.learn.toc.html#image-translation-models)\n",
453498
" * [`WNet_cGAN`](/python/api-reference/arcgis.learn.toc.html#wnet-cgan)\n",
454499
" * [`from_model()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.WNet_cGAN.from_model) \n",

0 commit comments

Comments
 (0)