Skip to content

Commit a0b081d

Browse files
committed
notes as of 9.13.22
1 parent 3292ad4 commit a0b081d

File tree

1 file changed

+80
-13
lines changed

1 file changed

+80
-13
lines changed

guide/02-api-overview/release_notes_210.ipynb

Lines changed: 80 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
" * advanced parallel processing for analytics\n",
1313
" * see [`from_parquet()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_parquet)\n",
1414
"* Adds descriptive information for results of asynchronous functions\n",
15-
" * Wherever you see a `future` parameter for functions and methods in the documentation\n",
15+
" * see a `future` parameter for functions and methods in the documentation\n",
1616
"* Adds hyperlinks to return values in API Reference documentation\n",
1717
"\n",
1818
"\n",
@@ -97,6 +97,9 @@
9797
"* [`AGOLUsageReports`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.AGOLUsageReports)\n",
9898
" * [`users()`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.AGOLUsageReports.users)\n",
9999
" * BUG-000149476 Adds documentation noting that users outside the organization can be added to report\n",
100+
"* [`PortalAdminManager`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.PortalAdminManager)\n",
101+
" * Adds properties:\n",
102+
" * [`info`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.PortalAdminManager.info)\n",
100103
"* [`CollaborationManager`](/python/api-reference/arcgis.gis.admin.html#collaborationmanager)\n",
101104
"\n",
102105
"* [`LicenseManager`](/python/api-reference/arcgis.gis.admin.html#licensemanager)\n",
@@ -108,6 +111,9 @@
108111
"\n",
109112
"#### [`arcgis.gis.server`](/python/api-reference/arcgis.gis.server.html)\n",
110113
"* [`Server`](/python/api-reference/arcgis.gis.server.html#server)\n",
114+
"* [`Service`]()\n",
115+
" * Adds method:\n",
116+
" * [`service_manifest()`](/api-reference/arcgis.gis.server.html#arcgis.gis.server.Service.service_manifest) - result of [**Public Repo Issue #1316](https://github.com/Esri/arcgis-python-api/issues/1316)\n",
111117
"* [`SystemManager`]()\n",
112118
" * Adds preperties:\n",
113119
" * [`soap_config`](/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.SystemManager.soap_config)\n",
@@ -117,6 +123,8 @@
117123
"\n",
118124
"#### [`arcgis.features`](/python/api-reference/arcgis.features.toc.html)\n",
119125
"* [`FeatureLayer`](/python/api-reference/arcgis.features.toc.html#featurelayer)\n",
126+
" * Adds methods:\n",
127+
" * [`query_date_bins()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query_date_bins)\n",
120128
" * [`edit_features(()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features)\n",
121129
" * Fixes [**Public Repo Issue #1236**](https://github.com/Esri/arcgis-python-api/issues/1236) where operation failed if only using `attachments` argument\n",
122130
" * [`extract_changes()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.extract_changes)\n",
@@ -135,6 +143,16 @@
135143
" * Adds optional parameters for overwriting layers:\n",
136144
" * `overwrite`\n",
137145
" * `service`\n",
146+
" * [`from_featureclass()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass)\n",
147+
" * Adds parameters for keyword arguments when `ArcPy` in environment:\n",
148+
" * `sr`\n",
149+
" * `datum_transformation`\n",
150+
" * [`from_xy()`]()\n",
151+
" * Based on [Community Enhancement](https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-enable-z-on-a-spatial-data-frame/m-p/1202139#M7636)\n",
152+
" * Adds parameters:\n",
153+
" * `z_enabed`\n",
154+
" * `m_enabled`\n",
155+
" * `oid_field`\n",
138156
"\n",
139157
"#### [`arcgis.features.analysis`](/python/api-reference/arcgis.features.analysis.html)\n",
140158
"* [`summarize_data`](/python/api-reference/arcgis.features.summarize_data.html#)\n",
@@ -174,14 +192,41 @@
174192
" * [`delete()`](/pythonhttp://localhost:8000/api-reference/arcgis.features.managers.html#arcgis.features.managers.AttachmentManager.delete)\n",
175193
" \n",
176194
"#### [`arcgis.raster`](/python/api-reference/arcgis.raster.toc.html#)\n",
177-
"[`ImageryLayer`](/python/api-reference/arcgis.raster.toc.html#imagerylayer) objects on Azure\n",
178-
"\n",
195+
"* [`ImageryLayer`](/python/api-reference/arcgis.raster.toc.html#imagerylayer)\n",
196+
" * [`get_samples()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.get_samples)\n",
197+
" * Adds `time` parameter\n",
198+
" * [`identify()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.identify)\n",
199+
" * Adds options for `geometry` argument:\n",
200+
" * [`Multipoint`](/python/api-reference/arcgis.geometry.html#multipoint)\n",
201+
" * [`Envelope`](/python/api-reference/arcgis.geometry.html#envelope)\n",
202+
"* [`RasterCollection`](/python/api-reference/arcgis.raster.toc.html#rastercollection)\n",
203+
" * Adds methods:\n",
204+
" * [`merge()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.merge)\n",
205+
" * [`reduce()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.reduce)\n",
206+
" * [`std()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.std)\n",
207+
" * [`summarize_field()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.summarize_field)\n",
208+
" * Adds `extent_type` and `cellsize_type` parameters to following methods:\n",
209+
" * [`majority()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.majority)\n",
210+
" * [`max()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.max)\n",
211+
" * [`mean()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.mean)\n",
212+
" * [`median()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.median)\n",
213+
" * [`min()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.min)\n",
214+
" * [`sum()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.sum)\n",
179215
"\n",
180216
"#### [`arcgis.raster.analytics`](/python/api-reference/arcgis.raster.analytics.html#)\n",
181-
"\n",
182-
"\n",
217+
"* [`compute_change_raster()`](/python/api-reference/arcgis.raster.analytics.html#compute-change-raster)\n",
218+
" * Adds options for the `compute_change_method` argument\n",
219+
" * `BAND_WITH_MOST_CHANGE`\n",
220+
" * `SPECTRAL_ANGLE_DISTANCE`\n",
221+
" * `SPECTRAL_EUCLIDEAN_DISTANCE`\n",
222+
" \n",
183223
"#### [`arcgis.raster.functions`](/python/api-reference/arcgis.raster.functions.html)\n",
184224
"* [`clip()`](/python/api-reference/arcgis.raster.functions.html#clip)\n",
225+
"* [`compute_change()`](/python/api-reference/arcgis.raster.functions.html#compute-change)\n",
226+
" * Adds options for the `method` argument:\n",
227+
" * `BAND_WITH_MOST_CHANGE`\n",
228+
" * `SPECTRAL_ANGLE_DISTANCE`\n",
229+
" * `SPECTRAL_EUCLIDEAN_DISTANCE`\n",
185230
"\n",
186231
"#### [`arcgis.raster.functions.gbl`](/python/api-reference/arcgis.raster.functions.gbl.html)\n",
187232
"* Adds `circular_wrap_value` and `circular_calculation` parameters to:\n",
@@ -202,14 +247,20 @@
202247
"\n",
203248
" \n",
204249
"#### [`arcgis.geoenrichment`](/python/api-reference/arcgis.geoenrichment.html)\n",
250+
"* Adds ability to:\n",
251+
" * use data collections without calling Country enrich\n",
252+
" * pass in different addresses from different places in the world\n",
253+
" * use `NamedAreas` with data collections\n",
205254
"* Adds object:\n",
206255
" * [`BufferStudyArea`](/python/api-reference/arcgis.geoenrichment.html#bufferstudyarea)\n",
207256
"* [`enrich()`](/python/api-reference/arcgis.geoenrichment.html#enrich)\n",
208-
" * Adds ability to use [`BufferedStudyArea`](/python/api-reference/arcgis.geoenrichment.html#bufferstudyarea) as `study_areas` argument \n",
257+
" * Adds ability to use [`BufferedStudyArea`](/python/api-reference/arcgis.geoenrichment.html#bufferstudyarea) as `study_areas` argument\n",
258+
" * Adds ability to enrich multiple countries simultaneously\n",
209259
"* [`Country`](/python/api-reference/arcgis.geoenrichment.html#country)\n",
210260
" * Adds properties:\n",
211261
" * [`hierarchies`](/python/api-reference/arcgis.geoenrichment.html#arcgis.geoenrichment.Country.hierarchies)\n",
212262
" * [`hierarchy`](/python/api-reference/arcgis.geoenrichment.html#arcgis.geoenrichment.Country.hierarchy)\n",
263+
"\n",
213264
" \n",
214265
"#### [`arcgis.geometry`](/python/api-reference/arcgis.geometry.html)\n",
215266
"* [`Geometry`](/python/api-reference/arcgis.geometry.html#geometry)\n",
@@ -282,10 +333,10 @@
282333
" * `stratify`\n",
283334
" * [`export_training_data()`](/python/api-reference/arcgis.learn.toc.html#export-training-data)\n",
284335
" * [`prepare_data()`](/python/api-reference/arcgis.learn.toc.html#prepare-data)\n",
285-
" \n",
336+
" * Adds `None` as option for `batch_size` argument \n",
286337
"* [Automated Machine Learning](/python/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n",
287338
" * [`AutoDL`](/python/api-reference/arcgis.learn.toc.html#autodl)\n",
288-
" \n",
339+
" * Enhances performance for training \n",
289340
"* [3d Models](/python/api-reference/arcgis.learn.toc.html#d-models)\n",
290341
"* Adds models:\n",
291342
" * [`RandLANet`](/python/api-reference/arcgis.learn.toc.html#randlanet)\n",
@@ -358,6 +409,7 @@
358409
" * Fixes bug with Windows authentication not honoring `verify_cert=False` when there is an invalid SSL certificate\n",
359410
" * Fixes issue when using Windows Authentication or Kerberos to connect to a Geoprocessing Service in organization deployed to ArcGIS Kubernetes\n",
360411
" * Fixes issue where certain proxies blocked OAuth authentication\n",
412+
" * Fixes issue where server cannot be properly accessed with Windows Authentication on single-machine deployments\n",
361413
"* [`User`](/python/api-reference/arcgis.gis.toc.html#user)\n",
362414
"\n",
363415
"* [`Item`](/python/api-reference/arcgis.gis.toc.html#item)\n",
@@ -366,7 +418,9 @@
366418
" * [`usage()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.usage)\n",
367419
" * Fixes issue where dates were transformed incorrectly if `as_df` argument was `True`\n",
368420
" * [`download()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.download)\n",
369-
" * [`update()`](/python/api-reference/arcgis.gis.toc/#arcgis.gis.Item.update) \n",
421+
" * [`update()`](/python/api-reference/arcgis.gis.toc/#arcgis.gis.Item.update)\n",
422+
" * Fixes failure to update `item` if it resides in a folder\n",
423+
" * Removes `commentsEnabled` parameter from table as no longer supported on a per `item` basis\n",
370424
" * [`create_thumbnail()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.create_thumbnail)\n",
371425
" * [`move()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.move)\n",
372426
" * [`can_delete()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.can_delete)\n",
@@ -413,10 +467,13 @@
413467
" * [`properties`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.properties)\n",
414468
" * Fixes failure to load on layers with a `VersionManagementService` and `attachments` enabled\n",
415469
"* [`Spatially Enabled DataFrame`](/python/api-reference/arcgis.features.toc.html#geoaccessor) (_GeoAccessor_)\n",
416-
" * Fixes [**Public Repo Issue #1295**](https://github.com/Esri/arcgis-python-api/issues/1295) `Could not load dataset` error returned when using these methods when columns contain non-finite values, such as `NA` or `Inf`:\n",
417-
" * `from_layer()`\n",
418-
" * `to_featureclass()`\n",
419-
" * `to_table()`\n",
470+
" * Fixes [**Public Repo Issue #1295**](https://github.com/Esri/arcgis-python-api/issues/1295) `Could not load dataset` error returned when using these methods when columns contain non-finite values, such as `NA` or `Inf`:\n",
471+
" * `from_layer()`\n",
472+
" * `to_featureclass()`\n",
473+
" * `to_table()`\n",
474+
" * Fizes properties returning incorrect value:\n",
475+
" * [`has_z`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.has_z)\n",
476+
" * [`has_m`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.has_m)\n",
420477
" * [`plot()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.plot)\n",
421478
" * Replaces duplicate `symbol_type` with `symbol_style` in parameter table documentation\n",
422479
" * Fixes rendering for default value\n",
@@ -432,12 +489,16 @@
432489
" * [`from_xy()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_xy)\n",
433490
" * Fixes [**Public Repo Issue #1282**](https://github.com/Esri/arcgis-python-api/issues/1282) `ModuleNotFoundError` regarding `geomet` missing from dependencies\n",
434491
" * [`from_featureclass()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass)\n",
492+
" * [`join()`]()\n",
493+
" * Fixes [**Public Repo Issue #1338**](https://github.com/Esri/arcgis-python-api/issues/1338) where `Difference Spatial References` error returned if spatial references match but `latestWkid` value defined in spatial reference\n",
435494
"* [`FeatureLayerCollection`](/python/api-reference/arcgis.features.toc.html#featurelayercollection)\n",
436495
" * [`extract_changes()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.extract_changes)\n",
437496
" * [`overwrite()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.overwrite)\n",
438497
"* [`FeatureSet`](/python/api-reference/arcgis.features.toc.html#featureset)\n",
439498
" * [`from_dict()`]()\n",
440499
" * Fixes issue with improperly setting the geometry when calling `sdf` property\n",
500+
"* [`Feature`](/python/api-reference/arcgis.features.toc.html#feature)\n",
501+
" * Updates various code snippet documentation\n",
441502
"* [`Table`](/python/api-reference/arcgis.features.toc.html#table)\n",
442503
" * Fixes [**Public Repo Issue #1265**](https://github.com/Esri/arcgis-python-api/issues/1265) where [`append()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.Table.append) in `ArcGIS Enterprise` fails with `Error downlaoding item from Portal` because of failed token passing\n",
443504
" \n",
@@ -512,6 +573,7 @@
512573
"* [`enrich()`](/python/api-reference/arcgis.geoenrichment.html#enrich)\n",
513574
" * Fixes `AssertionError` regarding permissions check when connecting to organization with `api_key`\n",
514575
" * Fixes `TypeError` with `NamedArea` as `study_areas` argument\n",
576+
" * Updates documentation to reference details for argument formatting\n",
515577
"* [`Country()`](/python/api-reference/arcgis.geoenrichment.html#country)\n",
516578
" * Fixes `TypeError` when accessing [`goemetry`](/python/api-reference/arcgis.geoenrichment.html#arcgis.geoenrichment.Country.geometry) property\n",
517579
"\n",
@@ -531,6 +593,7 @@
531593
" * Fixes `AttributeError` when setting property\n",
532594
" * [`add_layer()`](/python/api-reference/arcgis.mapping.toc.html#arcgis.mapping.WebMap.add_layer)\n",
533595
" * Fixes return value when an `Item` is used as input\n",
596+
" * Fixes issue where login dialog appears when adding secure layers if authenticated using `ArcGIS Pro` authentication\n",
534597
" * [`bookmarks`](/python/api-reference/arcgis.mapping.toc.html#arcgis.mapping.WebMap.bookmarks)\n",
535598
" * [`save()`](/python/api-reference/arcgis.mapping.toc.html#arcgis.mapping.WebMap.save)\n",
536599
" * Fixes bug where new basemap was not saved \n",
@@ -585,12 +648,16 @@
585648
"#### [`arcgis.learn`](/python/api-reference/arcgis.learn.toc.html)\n",
586649
"* Fixes various access errors because checkpoints and folders were being created in incorrect working directory locations\n",
587650
"* Fixes issue with backbones not downloading correctly ever after install of `arcgis_dl_backbones`\n",
651+
"* Fixes `from_model()` ignoring `chip_size` of the supplied model\n",
588652
" * [DeepLab](/python/api-reference/arcgis.learn.toc.html#deeplab)\n",
589653
"* [Data Preparation Methods](/python/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
590654
" * [`prepare_data()`](/python/api-reference/arcgis.learn.toc.html#prepare-data)\n",
655+
" * Fixes `IndexError` with multiple folder workflow if classes are different in each folder\n",
656+
" * Fixes inconsistent behavior between RGB and Multispectral data when using `show_batch()`\n",
591657
"* [Automated Machine Learning](/python/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n",
592658
" * [`AutoDL`](/python/api-reference/arcgis.learn.toc.html#autodl)\n",
593659
" * [`AutoML`](/python/api-reference/arcgis.learn.toc.html#automl)\n",
660+
" * Fixes datum transformation with output features class when using ArcGIS Pro [`Train Using AutoML (GeoAI)`](https://pro.arcgis.com/en/pro-app/latest/tool-reference/geoai/train-using-automl.htm>) tool\n",
594661
"* [Object Classification Models](/python/api-reference/arcgis.learn.toc.html#object-classification-models)\n",
595662
" * [`FeatureClassifier`](/python/api-reference/arcgis.learn.toc.html#featureclassifier)\n",
596663
" * [`save()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.FeatureClassifier.save)\n",

0 commit comments

Comments
 (0)