Skip to content

Commit 21b4274

Browse files
committed
add issues for 10.10.25
1 parent afb7ad5 commit 21b4274

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

guide/02-api-overview/release_notes_242.ipynb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,9 @@
610610
" * [`Survey`](/python/latest/api-reference/arcgis.apps.survey123.html#survey)\n",
611611
" * [`publish()`](/python/latest/api-reference/arcgis.apps.survey123.html#arcgis.apps.survey123.Survey.publish)\n",
612612
" * Fixes 400 Error regarding invalid definitions for *EditorTrackingInfo* when publishing a new survey\n",
613-
" * Fixes error when publishing across multiple organizations \n",
613+
" * Fixes error when publishing across multiple organizations\n",
614+
" * [`generate_report()`](/python/latest/api-reference/arcgis.apps.survey123.html#arcgis.apps.survey123.Survey.generate_report)\n",
615+
" * **BUG-000179345** - Fixes issue where running method once works, but running after that returns *None*\n",
614616
"\n",
615617
"#### [`arcgis.learn`](/python/api-reference/arcgis.learn.toc.html)\n",
616618
"* Fixes documentiaon error on `load()` method of various models that incorrectly stated paths to *DLPK* files could be used\n",
@@ -662,6 +664,9 @@
662664
" * [`SuperResolution`](/python/api-reference/arcgis.learn.toc.html#superresolution)\n",
663665
" * [`lr_find()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.SuperResolution.lr_find)\n",
664666
" * Fixes `OutOfMemoryError` when run on a model initialized from data with a *batch_size* not set\n",
667+
" * [`ImageCaptioner`](/python/latest/api-reference/arcgis.learn.toc.html#imagecaptioner)\n",
668+
" * [`bleu_score()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.ImageCaptioner.bleu_score)\n",
669+
" * Fixes `AttributeError: 'float' object has not attribute 'item'` when running method \n",
665670
"* [3d Models](/python/api-reference/arcgis.learn.toc/?highlight=pointcloud#d-models)\n",
666671
" * [`MMDetection3D`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.MMDetection3D)\n",
667672
" * Fixes issue where generic error is raised when more detailed message about Voxel size being too large should be returned \n",
@@ -699,7 +704,8 @@
699704
" * Fixes error log being produced in output despite the method executing correctly \n",
700705
"* [Inferencing Methods](/python/api-reference/arcgis.learn.toc.html#inferencing-methods)\n",
701706
" * [`classify_objects`](/python/api-reference/arcgis.learn.toc.html#classify-objects)\n",
702-
" * Fixes issue where no grad-cam visualization is created if *input_features* is not provided \n",
707+
" * Fixes issue where no grad-cam visualization is created if *input_features* is not provided\n",
708+
" * Fixes execution failure when running functions with *test time augmentation* and *explainability map (GRAD-CAM)* \n",
703709
" * [`Embeddings`](/python/api-reference/arcgis.learn.toc.html#embeddings)\n",
704710
" * [`visualize()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.Embeddings.visualize)\n",
705711
" * Fixes `ValueError` when using image and more than 2 clusters \n",

0 commit comments

Comments
 (0)