Skip to content

Commit 55bff3a

Browse files
committed
notes as of 7.21.22
1 parent 56270d6 commit 55bff3a

File tree

1 file changed

+33
-16
lines changed

1 file changed

+33
-16
lines changed

guide/02-api-overview/release_notes_210.ipynb

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
" * [`package_info()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.package_info)\n",
5555
" * [`update_thumbnail()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.update_thumbnail)\n",
5656
"\n",
57-
"\n",
5857
"#### [`arcgis.env`](/python/api-reference/arcgis.env.html)\n",
5958
"\n",
6059
"#### [`arcgis.gis.admin`](/python/api-reference/arcgis.gis.admin.html#)\n",
@@ -72,14 +71,19 @@
7271
"\n",
7372
"#### [`arcgis.gis.server`](/python/api-reference/arcgis.gis.server.html)\n",
7473
"* [`Server`](/python/api-reference/arcgis.gis.server.html#server)\n",
75-
" * \n",
74+
"* [`SystemManager`]()\n",
75+
" * Adds preperties:\n",
76+
" * [`soap_config`](/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.SystemManager.soap_config)\n",
7677
"* [`SiteManager`](/python/api-reference/arcgis.gis.server.html#sitemanager)\n",
77-
"\n",
78+
" * [`upgrade()`](/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.SiteManager.upgrade)\n",
79+
" * adds `debug` parameter\n",
7880
"\n",
7981
"#### [`arcgis.features`](/python/api-reference/arcgis.features.toc.html)\n",
8082
"* [`FeatureLayer`](/python/api-reference/arcgis.features.toc.html#featurelayer)\n",
8183
" * [`edit_features(()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features)\n",
8284
" * Fixes [**Public Repo Issue #1236**](https://github.com/Esri/arcgis-python-api/issues/1236) where operation failed if only using `attachments` argument\n",
85+
" * [`extract_changes()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.extract_changes)\n",
86+
" * Adds `fields_to_compare` parameter\n",
8387
"* [`FeatureLayerCollection`](/python/api-reference/arcgis.features.toc.html#featurelayercollection)\n",
8488
" * Adds methods:\n",
8589
" * [`query_data_elements()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.query_data_elements)\n",
@@ -91,14 +95,15 @@
9195
" * [`to_arrow()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_arrow)\n",
9296
" * Adds default spatial reference for `WKT` and `WKB` inputs\n",
9397
"\n",
94-
"\n",
9598
"#### [`arcgis.features.analysis`](/python/api-reference/arcgis.features.analysis.html)\n",
9699
"* [`summarize_data`](/python/api-reference/arcgis.features.summarize_data.html#)\n",
97100
"\n",
98101
"\n",
99102
"#### [`arcgis.features.managers`](/python/api-reference/arcgis.features.managers.html#)\n",
100103
"* Adds classes:\n",
101-
" * [`TopographicProductionManager`](/api-reference/arcgis.features.managers.html#topographicproductionmanager)\n",
104+
" * [`TopographicProductionManager`](/python/api-reference/arcgis.features.managers.html#topographicproductionmanager)\n",
105+
" * [`TraceConfiguration`](/python/api-reference/arcgis.features.managers.html#traceconfiguration)\n",
106+
" * [`TraceNetworkManager`](/python/api-reference/arcgis.features.managers.html#tracenetworkmanager)\n",
102107
"* [`Version`](/python/api-reference/arcgis.features.managers.html#version)\n",
103108
" * Adds parameter table to [`reconcile()`](/python/api-\n",
104109
"* [`VersionManager`](/python/api-reference/arcgis.features.managers.html#versionmanager)\n",
@@ -291,17 +296,14 @@
291296
"* [`GIS`](/python/api-reference/arcgis.gis.toc.html#gis)\n",
292297
" * Fixes [**Public Repo Issue #1263**](https://github.com/Esri/arcgis-python-api/issues/1263)) where notebooks opened in `ArcGIS Pro` and using `pro` authentication fail to recognize token\n",
293298
" * Fixes bug with Windows authentication not honoring `verify_cert=False` when there is an invalid SSL certificate\n",
294-
"\n",
299+
" * Fixes issue when using Windows Authentication or Kerberos to connect to a Geoprocessing Service in organization deployed to ArcGIS Kubernetes\n",
295300
"* [`User`](/python/api-reference/arcgis.gis.toc.html#user)\n",
296301
"\n",
297302
"* [`Item`](/python/api-reference/arcgis.gis.toc.html#item)\n",
298-
" * Fixes [**Public Repo Issue #611**](https://github.com/Esri/arcgis-python-api/issues/611) where [`metadata`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.metadata) assignment fails with strings longer than 32767 characters\n",
299-
" * Adds methods:\n",
300-
" * [`delete_thumbnail()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.delete_thumbnail)\n",
301-
" * [`update_thumbnail()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.update_thumbnail)\n",
302-
" * [`update_info()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.update_info)\n",
303+
" * [`metadata`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.metadata\n",
304+
" * Fixes [**Public Repo Issue #611**](https://github.com/Esri/arcgis-python-api/issues/611) where assignment fails with strings longer than 32767 characters\n",
303305
" * [`usage()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.usage)\n",
304-
" \n",
306+
" * Fixes issue where dates were transformed incorrectly if `as_df` argument was `True`\n",
305307
" * [`download()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.download)\n",
306308
" * [`update()`](/python/api-reference/arcgis.gis.toc/#arcgis.gis.Item.update) \n",
307309
" * [`create_thumbnail()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.create_thumbnail)\n",
@@ -350,12 +352,17 @@
350352
" * [`properties`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.properties)\n",
351353
" * Fixes failure to load on layers with a `VersionManagementService` and `attachments` enabled\n",
352354
"* [`Spatially Enabled DataFrame`](/python/api-reference/arcgis.features.toc.html#geoaccessor) (_GeoAccessor_)\n",
355+
" * 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",
356+
" * `from_layer()`\n",
357+
" * `to_featureclass()`\n",
358+
" * `to_table()`\n",
353359
" * [`plot()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.plot)\n",
354360
" * Replaces duplicate `symbol_type` with `symbol_style` in parameter table documentation\n",
355361
" * Fixes rendering for default value\n",
356362
" * [`from_df()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_df)\n",
357363
" * [`to_featureclass()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureclass)\n",
358364
" * Fixes [**Public Repo Issue #627**](https://github.com/Esri/arcgis-python-api/issues/627) where method mutates the calling object's index\n",
365+
" * Fixes [**Public Repo Issue #1297**](https://github.com/Esri/arcgis-python-api/issues/1297) where `ValueError` occurs if geometry column set to one not named `SHAPE`\n",
359366
" * [`to_featureset()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureset)\n",
360367
" * 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",
361368
" * [`from_table()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_table)\n",
@@ -368,6 +375,8 @@
368375
" * [`extract_changes()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.extract_changes)\n",
369376
" * [`overwrite()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.overwrite)\n",
370377
"* [`FeatureSet`](/python/api-reference/arcgis.features.toc.html#featureset)\n",
378+
" * [`from_dict()`]()\n",
379+
" * Fixes issue with improperly setting the geometry when calling `sdf` property\n",
371380
"* [`Table`](/python/api-reference/arcgis.features.toc.html#table)\n",
372381
" * 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",
373382
" \n",
@@ -387,7 +396,9 @@
387396
"* [`ValidationManager`](/python/api-reference/arcgis.features.managers.html#validationmanager)\n",
388397
" * Updates documentation for [`evaluate()`](python/api-reference/arcgis.features.managers.html#arcgis.features._validation.ValidationManager.evaluate)\n",
389398
"* [`AttachmentManager`](/python/api-reference/arcgis.features.managers.html#attachmentmanager)\n",
390-
"\n",
399+
"* [`SyncManager`](/python/api-reference/arcgis.features.managers.html#syncmanager)\n",
400+
" * [`create()`](/python/api-reference/arcgis.features.managers.html#arcgis.features.managers.SyncManager.create)\n",
401+
" * Fixes incorrect parameter names in API Reference\n",
391402
"\n",
392403
"#### [`arcgis.features.analysis`](/python/api-reference/arcgis.features.analysis.html)\n",
393404
"* Fixes issue where spaces in `output_name` argument where not removed during service creation\n",
@@ -430,6 +441,9 @@
430441
"\n",
431442
"#### [`arcgis.geoenrichment`](/python/api-reference/arcgis.geoenrichment.html)\n",
432443
"* [`enrich()`](/python/api-reference/arcgis.geoenrichment.html#enrich)\n",
444+
" * Fixes `AssertionError` regarding permissions check when connecting to organization with `api_key`\n",
445+
"* [`Country()`](/python/api-reference/arcgis.geoenrichment.html#country)\n",
446+
" * Fixes `TypeError` when accessing [`goemetry`](/python/api-reference/arcgis.geoenrichment.html#arcgis.geoenrichment.Country.geometry) property\n",
433447
"\n",
434448
"#### [`arcgis.geometry`](/python/api-reference/arcgis.geometry.html)\n",
435449
"* [`Geometry`]()\n",
@@ -483,9 +497,9 @@
483497
" * Numerous documentations updates\n",
484498
"\n",
485499
"#### [`arcgis.learn`](/python/api-reference/arcgis.learn.toc.html)\n",
500+
"* Fixes various access errors because checkpoints and folders were being created in incorrect working directory locations\n",
501+
"* Fixes issue with backbones not downloading correctly ever after install of `arcgis_dl_backbones`\n",
486502
" * [DeepLab](/python/api-reference/arcgis.learn.toc.html#deeplab)\n",
487-
"\n",
488-
"\n",
489503
"* [Data Preparation Methods](/python/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
490504
" * [`prepare_data()`](/python/api-reference/arcgis.learn.toc.html#prepare-data)\n",
491505
"* [Automated Machine Learning](/python/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n",
@@ -533,7 +547,10 @@
533547
" * [`MLModel`](/python/api-reference/arcgis.learn.toc.html#mlmodel)\n",
534548
" * [`predict()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.MLModel.predict)\n",
535549
"* [Inferencing Methods](/python/api-reference/arcgis.learn.toc.html#inferencing-methods)\n",
536-
" * [`detect_objects`](/python/api-reference/arcgis.learn.toc.html#detect-objects)"
550+
" * Adds documentation to note support for ArcGIS Image for ArcGIS Online to\n",
551+
" * [`detect_objects()`](/python/api-reference/arcgis.learn.toc.html#detect-objects)\n",
552+
" * [`classify_pixels()`](/python/api-reference/arcgis.learn.toc.html#classify-pixels)\n",
553+
" * [`classify_objects()`](/python/api-reference/arcgis.learn.toc.html#classify-objects)"
537554
]
538555
},
539556
{

0 commit comments

Comments
 (0)