|
57 | 57 | " * **BUG-000176001** Adds documentation to *NOTE* clarifying the file name for the *data* argument may differ from original file name \n", |
58 | 58 | "* [`User`](/python/latest/api-reference/arcgis.gis.toc.html#user)\n", |
59 | 59 | " * **New properties:**\n", |
60 | | - " * **ENH-000154038** *categories* \n", |
| 60 | + " * **ENH-000154038** *categories*\n", |
| 61 | + " * [`report()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.User.report)\n", |
| 62 | + " * Updates iternal logic to return a *csv* item or `TimeoutError` if report cannot be generated in 5 minutes \n", |
61 | 63 | "* [`UserManager`](/python/latest/api-reference/arcgis.gis.toc.html#usermanager)\n", |
62 | 64 | " * [`user_settings`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.user_settings)\n", |
63 | 65 | " * Adds reference documentation and code example \n", |
|
67 | 69 | " * For implementations of new [`arcgis.apps.dashboards`](/python/latest/api-reference/arcgis.apps.dashboards.html) module\n", |
68 | 70 | " * *dashboard_mapping* - allows for fine-grained management of lower level dashboard information layer and field metadata \n", |
69 | 71 | " * *dashboard_options* \n", |
70 | | - " * Updates internal version values of cloned dashboards to latest version compatible with the *target* organization \n", |
| 72 | + " * Updates internal version values of cloned dashboards to latest version compatible with the *target* organization\n", |
| 73 | + " * **ENH-000179291** Supports identical *item id* values for the *item_mapping* dictionary when cloning Map Services between ArcGIS Enterprise deployments \n", |
71 | 74 | " * [`bulk_udpate()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.bulk_update)\n", |
72 | 75 | " * Adds code example to reference documentation \n", |
73 | 76 | "* [`Folder`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder)\n", |
|
76 | 79 | "* [`OfflineContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#offlinecontentmanager)\n", |
77 | 80 | " * [`import_content()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.OfflineContentManager.import_content)\n", |
78 | 81 | " * [`export_items()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.OfflineContentManager.export_items)\n", |
79 | | - " * **New parameter:**\n", |
80 | | - " * *update_fc* - Adds support for exporting to specified format to include updates since original publication to services published from feature class data \n", |
| 82 | + " * **New parameters:**\n", |
| 83 | + " * *update_fc* - Adds support for exporting to specified format to include updates since original publication to services published from feature class data\n", |
| 84 | + "* [`PortalDataStore`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._datastores.PortalDataStore)\n", |
| 85 | + " * [`publish()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._datastores.PortalDataStore.publish)\n", |
| 86 | + " * **New parameters:**\n", |
| 87 | + " * *options*\n", |
| 88 | + " * *overwrite* \n", |
81 | 89 | "\n", |
82 | 90 | "#### [`arcgis.gis.admin`](/python/latest/api-reference/arcgis.gis.admin.html#) \n", |
83 | 91 | "* Updates internal processing when initializing *AdminManager* objects for all implementations\n", |
|
158 | 166 | " * *max_value*\n", |
159 | 167 | "\n", |
160 | 168 | "#### [`arcgis.raster.realitymapping`](/python/latest/api-reference/arcgis.raster.realitymapping.html)\n", |
| 169 | + "* **New functions:**\n", |
| 170 | + " * [`compute_spatial_reference_factory_code()`](/python/latest/api-reference/arcgis.raster.realitymapping.html#compute-spatial-reference-factory-code)\n", |
| 171 | + "* **New Enumerations and settings objects:**\n", |
| 172 | + " * [`SensorType`](/python/latest/api-reference/arcgis.raster.realitymapping.html#sensortype)\n", |
| 173 | + " * [`ScenarioType`](/python/latest/api-reference/arcgis.raster.realitymapping.html#sensortype)\n", |
| 174 | + " * [`Default settings`](/python/latest/api-reference/arcgis.raster.realitymapping.html#default-settings) \n", |
161 | 175 | "* [`Project`](/python/latest/api-reference/arcgis.raster.realitymapping.html#arcgis.raster.realitymapping.Project)\n", |
162 | 176 | " * **New parameter:**\n", |
163 | 177 | " * *project* - for creating a new *Project item*\n", |
| 178 | + " * Modifies accepted string format for *sensor_type* and *scenario_type* arguments to camel case\n", |
164 | 179 | " * **New method:**\n", |
165 | 180 | " * [`from_item()`](/python/latest/api-reference/arcgis.raster.realitymapping.html#arcgis.raster.realitymapping.Project.from_item)\n", |
166 | | - " * for creating a *Project* object from an existing *item* \n", |
| 181 | + " * for creating a *Project* object from an existing *item* \n", |
167 | 182 | " \n", |
168 | 183 | "#### [`arcgis.geoenrichment`](/python/latest/api-reference/arcgis.geoenrichment.html)\n", |
169 | 184 | "* [`Country`](/python/latest/api-reference/arcgis.geoenrichment.html#country)\n", |
|
252 | 267 | "* Adds support for *prithvi_v2_300M* and *prithvi_v2_600M* backbones for *Object Classifiction* and several *Object Detection* models\n", |
253 | 268 | "* [Automated Machine Learning](/python/latest/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n", |
254 | 269 | " * [`AutoML`](/python/latest/api-reference/arcgis.learn.toc.html#automl)\n", |
255 | | - " * **New keyword parameter:**\n", |
256 | | - " * *use_loc_embeddings*\n", |
| 270 | + " * **New keyword parameter:**\n", |
| 271 | + " * *use_loc_embeddings*\n", |
| 272 | + " * **ENH-000182626** Renames *Training Distance Feature* variables using the source feature class instead of generic labels for the importance table\n", |
| 273 | + "\n", |
257 | 274 | " \n", |
258 | 275 | "#### [`arcgis.datapipelines`](/python/latest/api-reference/arcgis.datapipelines.html)\n", |
259 | 276 | "* Adds support for the _Beta_ release in ArcGIS Enteprise 12.0" |
|
298 | 315 | " * Fixes error on *ArcGIS Enteprise* and *ArcGIS Enterprise on Kubernetes* after updating a source *csv*, *shapefile*, *file geodatabase* or *microsoft excel* item and attempting to use *overwrite=True*\n", |
299 | 316 | " * [`copy_item()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.copy_item)\n", |
300 | 317 | " * Fixes issue where output was not properly added to the *folder* argument\n", |
301 | | - " * Updates documentation to include parameter table \n", |
| 318 | + " * Updates documentation to include parameter table\n", |
| 319 | + " * [`favorite`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.favorite)\n", |
| 320 | + " * Fixes `KeyError` when attempting to get or set an item not owned by logged in user\n", |
| 321 | + " * Fixes issue where setting property appears to work but item is not added to user's favorites \n", |
302 | 322 | "* [`ContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#contentmanager)\n", |
303 | 323 | " * [`clone_items()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)\n", |
304 | 324 | " * Fixes failures with updating the definitions of any cloned *Feature Layer* output to ArcGIS Enterprise\n", |
|
336 | 356 | " * Fixes `AttributeError` when setting value to a *group* \n", |
337 | 357 | " * [`SecuritySettings`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.SecuritySettings)\n", |
338 | 358 | " * [`set_informational_banner()`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.SecuritySettings.set_informational_banner)\n", |
339 | | - " * Fixes issue where empty text values incorrectly processed for resetting and/or disabling \n", |
| 359 | + " * Fixes issue where empty text values incorrectly processed for resetting and/or disabling\n", |
| 360 | + " * [`MapSettings`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.MapSettings)\n", |
| 361 | + " * [`web_styles()`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.MapSettings.web_styles)\n", |
| 362 | + " * Fixes issue where running operation with no values was returning incomplete results \n", |
340 | 363 | "\n", |
341 | 364 | "### [`arcgis.gis.server`]()\n", |
342 | 365 | " * [`Server`](/python/latest/api-reference/arcgis.gis.server.html#arcgis.gis.server.Server)\n", |
|
383 | 406 | " * Fixes incorrect *totaldistance* value on output when run in ArcGIS Enterprise\n", |
384 | 407 | "* [`arcgis.features.summarize_data`](/python/latest/api-reference/arcgis.features.summarize_data.html)\n", |
385 | 408 | " * [`summarize_within`](/python/latest/api-reference/arcgis.features.summarize_data.html#summarize-within)\n", |
386 | | - " * Updates *sum_within_layer* parameter description to account for when input can be *None* \n", |
| 409 | + " * Updates *sum_within_layer* parameter description to account for when input can be *None*\n", |
| 410 | + " * Fixes internal processing so *bin_type* is not incorrectly set if a *sum_within_layer* is provided \n", |
387 | 411 | "\n", |
388 | 412 | "#### [`arcgis.features.managers`](/python/latest/api-reference/arcgis.features.managers.html) \n", |
389 | 413 | "* [`Version`](/python/latest/api-reference/arcgis.features.managers.html#version)\n", |
|
428 | 452 | " * **BUG-000181653** Fixes issue where initializing object formed the GIS url incorrectly \n", |
429 | 453 | " * [`get_theme()`](/python/latest/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story.StoryMap.get_theme) \n", |
430 | 454 | " * Fixes issue with returning correct theme\n", |
| 455 | + " * [`credits()`](/python/latest/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story.StoryMap.credits)\n", |
| 456 | + " * Fixes issue with internal processing after updating with a *description* or *heading* argument \n", |
431 | 457 | " * [`BriefingSlide`](/python/latest/api-reference/arcgis.apps.storymap.html#briefingslide)\n", |
432 | 458 | " * Updates behavior to use requirements instead of raising an error when attempting to use *Text* object to set *title*\n", |
433 | 459 | " * [`Image`](/python/latest/api-reference/arcgis.apps.storymap.html#image)\n", |
|
457 | 483 | " * **BUG-000180622** Fixes `KeyError` on results \n", |
458 | 484 | "\n", |
459 | 485 | "#### [`arcgis.learn`](/python/latest/api-reference/arcgis.learn.toc.html)\n", |
| 486 | + "* Fixes issue where models generated output with a different bit-depth than the original\n", |
460 | 487 | "* [Data Preparation Methods](/python/latest/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n", |
461 | 488 | " * [`prepare_data()`](/python/latest/api-reference/arcgis.learn.toc.html#prepare-data)\n", |
462 | 489 | " * Fixes `IndexError` with *show_batch()* on *PointCloud* datasets for 3D segmentation models\n", |
|
466 | 493 | " * Fixes various bugs when initializing with *terramind_base* backbone and chip sizes other than pretrained 224\n", |
467 | 494 | " * [`SingleShotDetector`](/python/latest/api-reference/arcgis.learn.toc.html#singleshotdetector)\n", |
468 | 495 | " * [`lr_find()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.SingleShotDetector.lr_find)\n", |
469 | | - " * Fixes `WeightsUnpickler` error when running method \n", |
| 496 | + " * Fixes `WeightsUnpickler` error when running method\n", |
| 497 | + " * [`show_results()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.SingleShotDetector.show_results)\n", |
| 498 | + " * Fixes `TypeError` when saving results at the end of epochs (also occurs with *show_batch()* on data objects) \n", |
470 | 499 | "* [Pixel Classification Models](python/latest/api-reference/arcgis.learn.toc.html#pixel-classification-models)\n", |
471 | 500 | " * [`DeepLab`](/python/latest/api-reference/arcgis.learn.toc.html#deeplab)\n", |
472 | 501 | " * Fixes a load failure with previously saved models configured with `timm` and `satlas` backbones using *ArcGIS Pro Classify Pixels Using Deep Learning* tool\n", |
473 | 502 | " * [`SamLoRA`](/python/latest/api-reference/arcgis.learn.toc.html#samlora)\n", |
474 | | - " * Updates internal processing to ensure default *vit_b* backbone is used when no argument provided " |
| 503 | + " * Updates internal processing to ensure default *vit_b* backbone is used when no argument provided\n", |
| 504 | + "* [3D Models]()\n", |
| 505 | + " * [`PTv3Seg`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.PTv3Seg)\n", |
| 506 | + " * [`lr_find()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.PTv3Seg.lr_find)\n", |
| 507 | + " * Removes warnings that should not be emitted during operation\n", |
| 508 | + "* [Unstructured Text Models]()\n", |
| 509 | + " * [arcgis.learn.text module]()\n", |
| 510 | + " * [`EntityRecognizer`](/python/latest/api-reference/arcgis.learn.text.html#arcgis.learn.text.EntityRecognizer)\n", |
| 511 | + " * [`extract_entities()`](/python/latest/api-reference/arcgis.learn.text.html#arcgis.learn.text.EntityRecognizer.extract_entities)\n", |
| 512 | + " * Fixes `TypeError: can only join an iterable` error \n", |
| 513 | + "* [Inferencing Methods](/python/latest/api-reference/arcgis.learn.toc.html#inferencing-methods)\n", |
| 514 | + " * [`detect_objects()`](/python/latest/api-reference/arcgis.learn.toc.html#detect-objects)\n", |
| 515 | + " * Fixes incorrect _threshhold_ values when using pretrained model building footprints " |
475 | 516 | ] |
476 | 517 | } |
477 | 518 | ], |
|
0 commit comments