From 61cd3c05db6293ac31fc6b44fa3de18f89fdf931 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Tue, 12 Nov 2013 16:46:02 +0100 Subject: [PATCH] ENH: update RELEASE NOTES --- RELEASE_NOTES.txt | 46 ++++++++++++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 8aa67b7b01..2ffe9b0855 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -42,24 +42,6 @@ OTB-v.3.20 - Changes since version 3.18.1 (2013/10/28) * QtWidgetModel emits a signal with associated exception in case an error occurs during application execution * Bugs fixed : - * Monteverdi2 - * 0000789: Crash when selecting badly imported dataset. - * 0000787: Can't drag up in Quick look view with ortho product - * 0000750: Importation of a dataset which didn't exist because otb-app didn't run - * 0000791: Accuracy error when converting float (-4.31608963) to string. - * 0000792: Checking "Load otb application from xml file" crashes monteverdi2 on any application - * 0000785: ITK exception raised when/after importing lena512color.jp2 - * 0000754: VertexComponentAnalysis app output importing leads to mvd2 crash - * 0000756: BandMath application does not get ready when adding multiple inputs - * 0000777: Wrong cartographic coordinates in pixel description widget for geotif product - * 0000749: Output of the applications are detected as inconsistent - * 0000752: When we run a otb app the selection of the dataset into the database manager didn't move to the output file - * 0000748: Drag and drop a dataset into a inputImageList widget of an otb-app didn't work with Win platform - * 0000747: Drag and drop an image into MVD2 didn't work with Win platform - * 0000746: Locked/unlocked button didn't work - * 0000768: Monteverdi 0.5.0 package depend now on QWT - * 0000790: Monteverdi 2 crashes when running segmentation - * OTB library * 0000805: All links in html FAQ return Error 404 * 0000776: computeImagesStatistics imagelist input confusing error @@ -76,7 +58,35 @@ OTB-v.3.20 - Changes since version 3.18.1 (2013/10/28) * 0000803: otbApplicationLauncherCommandLine -inxml parameter does not retrieve pixel type for output image parameter * 0000794: Tiling mechanism didn't work into Large Scale MeanShift application * 0000760: ClassificationMapRegularization output pixel values are always on 8 bits + * 0000809: LSMS Vectorization application didn't support ouput file with "-" special character + * 0000803: otbApplicationLauncherCommandLine -inxml parameter does not retrieve pixel type for output image parameter + * 0000736: Error setting the index in RadiometricIndices application via python + * 0000800: Watershed mode of segmentation application produce an image without CRS even if the input image has one + * 0000806: Orthorectifcation application return black or weird output if we request an output in WGS projection + * 0000755: otb-bin-qt 3.18.1 package on Ubuntu installation triggered a warning at installation + * 0000801: Some mandatory parameter with RoleOutput should not be set by user + * 0000770: Output parameter does not appear anymore in the command line helper + * 0000793: Using dimensionality Reduction application with MAF algorithm and "Inverse output image" checked leads to crash + * 0000773: [OTB]otbStreamingStatisticsMapFromLabelImageFilter wrongly counts and accumulates vectorpixel values + * 0000398: OTB does not handle ortho-ready products properly + * Monteverdi2 + * 0000789: Crash when selecting badly imported dataset. + * 0000787: Can't drag up in Quick look view with ortho product + * 0000750: Importation of a dataset which didn't exist because otb-app didn't run + * 0000791: Accuracy error when converting float (-4.31608963) to string. + * 0000792: Checking "Load otb application from xml file" crashes monteverdi2 on any application + * 0000785: ITK exception raised when/after importing lena512color.jp2 + * 0000754: VertexComponentAnalysis app output importing leads to mvd2 crash + * 0000756: BandMath application does not get ready when adding multiple inputs + * 0000777: Wrong cartographic coordinates in pixel description widget for geotif product + * 0000749: Output of the applications are detected as inconsistent + * 0000752: When we run a otb app the selection of the dataset into the database manager didn't move to the output file + * 0000748: Drag and drop a dataset into a inputImageList widget of an otb-app didn't work with Win platform + * 0000747: Drag and drop an image into MVD2 didn't work with Win platform + * 0000746: Locked/unlocked button didn't work + * 0000768: Monteverdi 0.5.0 package depend now on QWT + * 0000790: Monteverdi 2 crashes when running segmentation OTB-v.3.18.1 - Changes since version 3.18.0 (2013/07/22) -------------------------------------------------------- -- GitLab