|
54 | 54 | " * [`package_info()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.package_info)\n",
|
55 | 55 | " * [`update_thumbnail()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.update_thumbnail)\n",
|
56 | 56 | "\n",
|
57 |
| - "\n", |
58 | 57 | "#### [`arcgis.env`](/python/api-reference/arcgis.env.html)\n",
|
59 | 58 | "\n",
|
60 | 59 | "#### [`arcgis.gis.admin`](/python/api-reference/arcgis.gis.admin.html#)\n",
|
|
72 | 71 | "\n",
|
73 | 72 | "#### [`arcgis.gis.server`](/python/api-reference/arcgis.gis.server.html)\n",
|
74 | 73 | "* [`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", |
76 | 77 | "* [`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", |
78 | 80 | "\n",
|
79 | 81 | "#### [`arcgis.features`](/python/api-reference/arcgis.features.toc.html)\n",
|
80 | 82 | "* [`FeatureLayer`](/python/api-reference/arcgis.features.toc.html#featurelayer)\n",
|
81 | 83 | " * [`edit_features(()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features)\n",
|
82 | 84 | " * 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", |
83 | 87 | "* [`FeatureLayerCollection`](/python/api-reference/arcgis.features.toc.html#featurelayercollection)\n",
|
84 | 88 | " * Adds methods:\n",
|
85 | 89 | " * [`query_data_elements()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.query_data_elements)\n",
|
|
91 | 95 | " * [`to_arrow()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_arrow)\n",
|
92 | 96 | " * Adds default spatial reference for `WKT` and `WKB` inputs\n",
|
93 | 97 | "\n",
|
94 |
| - "\n", |
95 | 98 | "#### [`arcgis.features.analysis`](/python/api-reference/arcgis.features.analysis.html)\n",
|
96 | 99 | "* [`summarize_data`](/python/api-reference/arcgis.features.summarize_data.html#)\n",
|
97 | 100 | "\n",
|
98 | 101 | "\n",
|
99 | 102 | "#### [`arcgis.features.managers`](/python/api-reference/arcgis.features.managers.html#)\n",
|
100 | 103 | "* 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", |
102 | 107 | "* [`Version`](/python/api-reference/arcgis.features.managers.html#version)\n",
|
103 | 108 | " * Adds parameter table to [`reconcile()`](/python/api-\n",
|
104 | 109 | "* [`VersionManager`](/python/api-reference/arcgis.features.managers.html#versionmanager)\n",
|
|
291 | 296 | "* [`GIS`](/python/api-reference/arcgis.gis.toc.html#gis)\n",
|
292 | 297 | " * 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",
|
293 | 298 | " * 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", |
295 | 300 | "* [`User`](/python/api-reference/arcgis.gis.toc.html#user)\n",
|
296 | 301 | "\n",
|
297 | 302 | "* [`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", |
303 | 305 | " * [`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", |
305 | 307 | " * [`download()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.download)\n",
|
306 | 308 | " * [`update()`](/python/api-reference/arcgis.gis.toc/#arcgis.gis.Item.update) \n",
|
307 | 309 | " * [`create_thumbnail()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.create_thumbnail)\n",
|
|
350 | 352 | " * [`properties`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.properties)\n",
|
351 | 353 | " * Fixes failure to load on layers with a `VersionManagementService` and `attachments` enabled\n",
|
352 | 354 | "* [`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", |
353 | 359 | " * [`plot()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.plot)\n",
|
354 | 360 | " * Replaces duplicate `symbol_type` with `symbol_style` in parameter table documentation\n",
|
355 | 361 | " * Fixes rendering for default value\n",
|
356 | 362 | " * [`from_df()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_df)\n",
|
357 | 363 | " * [`to_featureclass()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureclass)\n",
|
358 | 364 | " * 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", |
359 | 366 | " * [`to_featureset()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureset)\n",
|
360 | 367 | " * 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",
|
361 | 368 | " * [`from_table()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_table)\n",
|
|
368 | 375 | " * [`extract_changes()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.extract_changes)\n",
|
369 | 376 | " * [`overwrite()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.overwrite)\n",
|
370 | 377 | "* [`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", |
371 | 380 | "* [`Table`](/python/api-reference/arcgis.features.toc.html#table)\n",
|
372 | 381 | " * 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",
|
373 | 382 | " \n",
|
|
387 | 396 | "* [`ValidationManager`](/python/api-reference/arcgis.features.managers.html#validationmanager)\n",
|
388 | 397 | " * Updates documentation for [`evaluate()`](python/api-reference/arcgis.features.managers.html#arcgis.features._validation.ValidationManager.evaluate)\n",
|
389 | 398 | "* [`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", |
391 | 402 | "\n",
|
392 | 403 | "#### [`arcgis.features.analysis`](/python/api-reference/arcgis.features.analysis.html)\n",
|
393 | 404 | "* Fixes issue where spaces in `output_name` argument where not removed during service creation\n",
|
|
430 | 441 | "\n",
|
431 | 442 | "#### [`arcgis.geoenrichment`](/python/api-reference/arcgis.geoenrichment.html)\n",
|
432 | 443 | "* [`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", |
433 | 447 | "\n",
|
434 | 448 | "#### [`arcgis.geometry`](/python/api-reference/arcgis.geometry.html)\n",
|
435 | 449 | "* [`Geometry`]()\n",
|
|
483 | 497 | " * Numerous documentations updates\n",
|
484 | 498 | "\n",
|
485 | 499 | "#### [`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", |
486 | 502 | " * [DeepLab](/python/api-reference/arcgis.learn.toc.html#deeplab)\n",
|
487 |
| - "\n", |
488 |
| - "\n", |
489 | 503 | "* [Data Preparation Methods](/python/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
|
490 | 504 | " * [`prepare_data()`](/python/api-reference/arcgis.learn.toc.html#prepare-data)\n",
|
491 | 505 | "* [Automated Machine Learning](/python/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n",
|
|
533 | 547 | " * [`MLModel`](/python/api-reference/arcgis.learn.toc.html#mlmodel)\n",
|
534 | 548 | " * [`predict()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.MLModel.predict)\n",
|
535 | 549 | "* [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)" |
537 | 554 | ]
|
538 | 555 | },
|
539 | 556 | {
|
|
0 commit comments