|
12 | 12 | " * advanced parallel processing for analytics\n",
|
13 | 13 | " * see [`from_parquet()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_parquet)\n",
|
14 | 14 | "* 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", |
16 | 16 | "* Adds hyperlinks to return values in API Reference documentation\n",
|
17 | 17 | "\n",
|
18 | 18 | "\n",
|
|
97 | 97 | "* [`AGOLUsageReports`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.AGOLUsageReports)\n",
|
98 | 98 | " * [`users()`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.AGOLUsageReports.users)\n",
|
99 | 99 | " * 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", |
100 | 103 | "* [`CollaborationManager`](/python/api-reference/arcgis.gis.admin.html#collaborationmanager)\n",
|
101 | 104 | "\n",
|
102 | 105 | "* [`LicenseManager`](/python/api-reference/arcgis.gis.admin.html#licensemanager)\n",
|
|
108 | 111 | "\n",
|
109 | 112 | "#### [`arcgis.gis.server`](/python/api-reference/arcgis.gis.server.html)\n",
|
110 | 113 | "* [`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", |
111 | 117 | "* [`SystemManager`]()\n",
|
112 | 118 | " * Adds preperties:\n",
|
113 | 119 | " * [`soap_config`](/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.SystemManager.soap_config)\n",
|
|
117 | 123 | "\n",
|
118 | 124 | "#### [`arcgis.features`](/python/api-reference/arcgis.features.toc.html)\n",
|
119 | 125 | "* [`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", |
120 | 128 | " * [`edit_features(()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features)\n",
|
121 | 129 | " * Fixes [**Public Repo Issue #1236**](https://github.com/Esri/arcgis-python-api/issues/1236) where operation failed if only using `attachments` argument\n",
|
122 | 130 | " * [`extract_changes()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.extract_changes)\n",
|
|
135 | 143 | " * Adds optional parameters for overwriting layers:\n",
|
136 | 144 | " * `overwrite`\n",
|
137 | 145 | " * `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", |
138 | 156 | "\n",
|
139 | 157 | "#### [`arcgis.features.analysis`](/python/api-reference/arcgis.features.analysis.html)\n",
|
140 | 158 | "* [`summarize_data`](/python/api-reference/arcgis.features.summarize_data.html#)\n",
|
|
174 | 192 | " * [`delete()`](/pythonhttp://localhost:8000/api-reference/arcgis.features.managers.html#arcgis.features.managers.AttachmentManager.delete)\n",
|
175 | 193 | " \n",
|
176 | 194 | "#### [`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", |
179 | 215 | "\n",
|
180 | 216 | "#### [`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", |
183 | 223 | "#### [`arcgis.raster.functions`](/python/api-reference/arcgis.raster.functions.html)\n",
|
184 | 224 | "* [`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", |
185 | 230 | "\n",
|
186 | 231 | "#### [`arcgis.raster.functions.gbl`](/python/api-reference/arcgis.raster.functions.gbl.html)\n",
|
187 | 232 | "* Adds `circular_wrap_value` and `circular_calculation` parameters to:\n",
|
|
202 | 247 | "\n",
|
203 | 248 | " \n",
|
204 | 249 | "#### [`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", |
205 | 254 | "* Adds object:\n",
|
206 | 255 | " * [`BufferStudyArea`](/python/api-reference/arcgis.geoenrichment.html#bufferstudyarea)\n",
|
207 | 256 | "* [`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", |
209 | 259 | "* [`Country`](/python/api-reference/arcgis.geoenrichment.html#country)\n",
|
210 | 260 | " * Adds properties:\n",
|
211 | 261 | " * [`hierarchies`](/python/api-reference/arcgis.geoenrichment.html#arcgis.geoenrichment.Country.hierarchies)\n",
|
212 | 262 | " * [`hierarchy`](/python/api-reference/arcgis.geoenrichment.html#arcgis.geoenrichment.Country.hierarchy)\n",
|
| 263 | + "\n", |
213 | 264 | " \n",
|
214 | 265 | "#### [`arcgis.geometry`](/python/api-reference/arcgis.geometry.html)\n",
|
215 | 266 | "* [`Geometry`](/python/api-reference/arcgis.geometry.html#geometry)\n",
|
|
282 | 333 | " * `stratify`\n",
|
283 | 334 | " * [`export_training_data()`](/python/api-reference/arcgis.learn.toc.html#export-training-data)\n",
|
284 | 335 | " * [`prepare_data()`](/python/api-reference/arcgis.learn.toc.html#prepare-data)\n",
|
285 |
| - " \n", |
| 336 | + " * Adds `None` as option for `batch_size` argument \n", |
286 | 337 | "* [Automated Machine Learning](/python/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n",
|
287 | 338 | " * [`AutoDL`](/python/api-reference/arcgis.learn.toc.html#autodl)\n",
|
288 |
| - " \n", |
| 339 | + " * Enhances performance for training \n", |
289 | 340 | "* [3d Models](/python/api-reference/arcgis.learn.toc.html#d-models)\n",
|
290 | 341 | "* Adds models:\n",
|
291 | 342 | " * [`RandLANet`](/python/api-reference/arcgis.learn.toc.html#randlanet)\n",
|
|
358 | 409 | " * Fixes bug with Windows authentication not honoring `verify_cert=False` when there is an invalid SSL certificate\n",
|
359 | 410 | " * Fixes issue when using Windows Authentication or Kerberos to connect to a Geoprocessing Service in organization deployed to ArcGIS Kubernetes\n",
|
360 | 411 | " * 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", |
361 | 413 | "* [`User`](/python/api-reference/arcgis.gis.toc.html#user)\n",
|
362 | 414 | "\n",
|
363 | 415 | "* [`Item`](/python/api-reference/arcgis.gis.toc.html#item)\n",
|
|
366 | 418 | " * [`usage()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.usage)\n",
|
367 | 419 | " * Fixes issue where dates were transformed incorrectly if `as_df` argument was `True`\n",
|
368 | 420 | " * [`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", |
370 | 424 | " * [`create_thumbnail()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.create_thumbnail)\n",
|
371 | 425 | " * [`move()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.move)\n",
|
372 | 426 | " * [`can_delete()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.can_delete)\n",
|
|
413 | 467 | " * [`properties`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.properties)\n",
|
414 | 468 | " * Fixes failure to load on layers with a `VersionManagementService` and `attachments` enabled\n",
|
415 | 469 | "* [`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", |
420 | 477 | " * [`plot()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.plot)\n",
|
421 | 478 | " * Replaces duplicate `symbol_type` with `symbol_style` in parameter table documentation\n",
|
422 | 479 | " * Fixes rendering for default value\n",
|
|
432 | 489 | " * [`from_xy()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_xy)\n",
|
433 | 490 | " * Fixes [**Public Repo Issue #1282**](https://github.com/Esri/arcgis-python-api/issues/1282) `ModuleNotFoundError` regarding `geomet` missing from dependencies\n",
|
434 | 491 | " * [`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", |
435 | 494 | "* [`FeatureLayerCollection`](/python/api-reference/arcgis.features.toc.html#featurelayercollection)\n",
|
436 | 495 | " * [`extract_changes()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.extract_changes)\n",
|
437 | 496 | " * [`overwrite()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.overwrite)\n",
|
438 | 497 | "* [`FeatureSet`](/python/api-reference/arcgis.features.toc.html#featureset)\n",
|
439 | 498 | " * [`from_dict()`]()\n",
|
440 | 499 | " * 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", |
441 | 502 | "* [`Table`](/python/api-reference/arcgis.features.toc.html#table)\n",
|
442 | 503 | " * 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",
|
443 | 504 | " \n",
|
|
512 | 573 | "* [`enrich()`](/python/api-reference/arcgis.geoenrichment.html#enrich)\n",
|
513 | 574 | " * Fixes `AssertionError` regarding permissions check when connecting to organization with `api_key`\n",
|
514 | 575 | " * Fixes `TypeError` with `NamedArea` as `study_areas` argument\n",
|
| 576 | + " * Updates documentation to reference details for argument formatting\n", |
515 | 577 | "* [`Country()`](/python/api-reference/arcgis.geoenrichment.html#country)\n",
|
516 | 578 | " * Fixes `TypeError` when accessing [`goemetry`](/python/api-reference/arcgis.geoenrichment.html#arcgis.geoenrichment.Country.geometry) property\n",
|
517 | 579 | "\n",
|
|
531 | 593 | " * Fixes `AttributeError` when setting property\n",
|
532 | 594 | " * [`add_layer()`](/python/api-reference/arcgis.mapping.toc.html#arcgis.mapping.WebMap.add_layer)\n",
|
533 | 595 | " * 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", |
534 | 597 | " * [`bookmarks`](/python/api-reference/arcgis.mapping.toc.html#arcgis.mapping.WebMap.bookmarks)\n",
|
535 | 598 | " * [`save()`](/python/api-reference/arcgis.mapping.toc.html#arcgis.mapping.WebMap.save)\n",
|
536 | 599 | " * Fixes bug where new basemap was not saved \n",
|
|
585 | 648 | "#### [`arcgis.learn`](/python/api-reference/arcgis.learn.toc.html)\n",
|
586 | 649 | "* Fixes various access errors because checkpoints and folders were being created in incorrect working directory locations\n",
|
587 | 650 | "* 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", |
588 | 652 | " * [DeepLab](/python/api-reference/arcgis.learn.toc.html#deeplab)\n",
|
589 | 653 | "* [Data Preparation Methods](/python/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
|
590 | 654 | " * [`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", |
591 | 657 | "* [Automated Machine Learning](/python/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n",
|
592 | 658 | " * [`AutoDL`](/python/api-reference/arcgis.learn.toc.html#autodl)\n",
|
593 | 659 | " * [`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", |
594 | 661 | "* [Object Classification Models](/python/api-reference/arcgis.learn.toc.html#object-classification-models)\n",
|
595 | 662 | " * [`FeatureClassifier`](/python/api-reference/arcgis.learn.toc.html#featureclassifier)\n",
|
596 | 663 | " * [`save()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.FeatureClassifier.save)\n",
|
|
0 commit comments