From b54b7a8ee22edd500726b583114e97e529a92406 Mon Sep 17 00:00:00 2001 From: John Yaist Date: Mon, 23 Sep 2024 08:31:53 -0700 Subject: [PATCH] add release notes through 2.23.24 --- guide/02-api-overview/release_notes_240.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guide/02-api-overview/release_notes_240.ipynb b/guide/02-api-overview/release_notes_240.ipynb index 1150a7060..f47d0ebc1 100644 --- a/guide/02-api-overview/release_notes_240.ipynb +++ b/guide/02-api-overview/release_notes_240.ipynb @@ -396,10 +396,10 @@ "* Fixes error in format of default value for *TTA scales* used in inferencing\n", "* Fixes error with *show_batch()* when training data had fewer elements than the *batch_size* argument\n", "* Fixes `ValueError` failures on most models with *predict_video()*\n", - "\n", "* [Data Preparation Methods](/python/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n", " * [`prepare_data()`](/python/api-reference/arcgis.learn.toc.html#prepare-data)\n", - " * Fixes error initializing `PSETAE` model from output when class doesn't contain any files \n", + " * Fixes error initializing `PSETAE` model from output when class doesn't contain any files\n", + " * Fixes incorrect recursion error raised if *working_dir* argument does not exist \n", " * [`prepare_textdata()`](/python/api-reference/arcgis.learn.toc.html#prepare-textdata)\n", " * Fixes issue where similar entities are extracted multiple times using Mistral\n", "* [Automated Machine Learning](/python/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n", @@ -422,6 +422,7 @@ " * Fixes issue when initializing model from data bunch without specifying backbone \n", " * [`from_model()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.SingleShotDetector.from_model)\n", " * Fixes compatible backbone exception using *torchgeo*\n", + " * Fixes performance issue for objects of varying sizes related to ordering of grids\n", " * [`MMDetection`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.MMDetection)\n", " * [`fit()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.MMDetection.fit)\n", " * Fixes info messages printing during training of `vfnet` models\n",