Skip to content

Commit f1e7015

Browse files
committed
notes 3.17.26..3/23.26
1 parent 437539f commit f1e7015

1 file changed

Lines changed: 53 additions & 12 deletions

File tree

guide/02-api-overview/release_notes_243.ipynb

Lines changed: 53 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@
5757
" * **BUG-000176001** Adds documentation to *NOTE* clarifying the file name for the *data* argument may differ from original file name \n",
5858
"* [`User`](/python/latest/api-reference/arcgis.gis.toc.html#user)\n",
5959
" * **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",
6163
"* [`UserManager`](/python/latest/api-reference/arcgis.gis.toc.html#usermanager)\n",
6264
" * [`user_settings`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.user_settings)\n",
6365
" * Adds reference documentation and code example \n",
@@ -67,7 +69,8 @@
6769
" * For implementations of new [`arcgis.apps.dashboards`](/python/latest/api-reference/arcgis.apps.dashboards.html) module\n",
6870
" * *dashboard_mapping* - allows for fine-grained management of lower level dashboard information layer and field metadata \n",
6971
" * *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",
7174
" * [`bulk_udpate()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.bulk_update)\n",
7275
" * Adds code example to reference documentation \n",
7376
"* [`Folder`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder)\n",
@@ -76,8 +79,13 @@
7679
"* [`OfflineContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#offlinecontentmanager)\n",
7780
" * [`import_content()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.OfflineContentManager.import_content)\n",
7881
" * [`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",
8189
"\n",
8290
"#### [`arcgis.gis.admin`](/python/latest/api-reference/arcgis.gis.admin.html#) \n",
8391
"* Updates internal processing when initializing *AdminManager* objects for all implementations\n",
@@ -158,12 +166,19 @@
158166
" * *max_value*\n",
159167
"\n",
160168
"#### [`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",
161175
"* [`Project`](/python/latest/api-reference/arcgis.raster.realitymapping.html#arcgis.raster.realitymapping.Project)\n",
162176
" * **New parameter:**\n",
163177
" * *project* - for creating a new *Project item*\n",
178+
" * Modifies accepted string format for *sensor_type* and *scenario_type* arguments to camel case\n",
164179
" * **New method:**\n",
165180
" * [`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",
167182
" \n",
168183
"#### [`arcgis.geoenrichment`](/python/latest/api-reference/arcgis.geoenrichment.html)\n",
169184
"* [`Country`](/python/latest/api-reference/arcgis.geoenrichment.html#country)\n",
@@ -252,8 +267,10 @@
252267
"* Adds support for *prithvi_v2_300M* and *prithvi_v2_600M* backbones for *Object Classifiction* and several *Object Detection* models\n",
253268
"* [Automated Machine Learning](/python/latest/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n",
254269
" * [`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",
257274
" \n",
258275
"#### [`arcgis.datapipelines`](/python/latest/api-reference/arcgis.datapipelines.html)\n",
259276
"* Adds support for the _Beta_ release in ArcGIS Enteprise 12.0"
@@ -298,7 +315,10 @@
298315
" * 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",
299316
" * [`copy_item()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.copy_item)\n",
300317
" * 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",
302322
"* [`ContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#contentmanager)\n",
303323
" * [`clone_items()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)\n",
304324
" * Fixes failures with updating the definitions of any cloned *Feature Layer* output to ArcGIS Enterprise\n",
@@ -336,7 +356,10 @@
336356
" * Fixes `AttributeError` when setting value to a *group* \n",
337357
" * [`SecuritySettings`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.SecuritySettings)\n",
338358
" * [`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",
340363
"\n",
341364
"### [`arcgis.gis.server`]()\n",
342365
" * [`Server`](/python/latest/api-reference/arcgis.gis.server.html#arcgis.gis.server.Server)\n",
@@ -383,7 +406,8 @@
383406
" * Fixes incorrect *totaldistance* value on output when run in ArcGIS Enterprise\n",
384407
"* [`arcgis.features.summarize_data`](/python/latest/api-reference/arcgis.features.summarize_data.html)\n",
385408
" * [`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",
387411
"\n",
388412
"#### [`arcgis.features.managers`](/python/latest/api-reference/arcgis.features.managers.html) \n",
389413
"* [`Version`](/python/latest/api-reference/arcgis.features.managers.html#version)\n",
@@ -428,6 +452,8 @@
428452
" * **BUG-000181653** Fixes issue where initializing object formed the GIS url incorrectly \n",
429453
" * [`get_theme()`](/python/latest/api-reference/arcgis.apps.storymap.html#arcgis.apps.storymap.story.StoryMap.get_theme) \n",
430454
" * 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",
431457
" * [`BriefingSlide`](/python/latest/api-reference/arcgis.apps.storymap.html#briefingslide)\n",
432458
" * Updates behavior to use requirements instead of raising an error when attempting to use *Text* object to set *title*\n",
433459
" * [`Image`](/python/latest/api-reference/arcgis.apps.storymap.html#image)\n",
@@ -457,6 +483,7 @@
457483
" * **BUG-000180622** Fixes `KeyError` on results \n",
458484
"\n",
459485
"#### [`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",
460487
"* [Data Preparation Methods](/python/latest/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
461488
" * [`prepare_data()`](/python/latest/api-reference/arcgis.learn.toc.html#prepare-data)\n",
462489
" * Fixes `IndexError` with *show_batch()* on *PointCloud* datasets for 3D segmentation models\n",
@@ -466,12 +493,26 @@
466493
" * Fixes various bugs when initializing with *terramind_base* backbone and chip sizes other than pretrained 224\n",
467494
" * [`SingleShotDetector`](/python/latest/api-reference/arcgis.learn.toc.html#singleshotdetector)\n",
468495
" * [`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",
470499
"* [Pixel Classification Models](python/latest/api-reference/arcgis.learn.toc.html#pixel-classification-models)\n",
471500
" * [`DeepLab`](/python/latest/api-reference/arcgis.learn.toc.html#deeplab)\n",
472501
" * Fixes a load failure with previously saved models configured with `timm` and `satlas` backbones using *ArcGIS Pro Classify Pixels Using Deep Learning* tool\n",
473502
" * [`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 "
475516
]
476517
}
477518
],

0 commit comments

Comments
 (0)