From: <car...@us...> - 2012-03-13 02:08:50
|
Revision: 9843 http://octave.svn.sourceforge.net/octave/?rev=9843&view=rev Author: carandraug Date: 2012-03-13 02:08:43 +0000 (Tue, 13 Mar 2012) Log Message: ----------- csvexplode, csv2cell, cell2csv, csvconcat: making note on the NEWS file of IO and miscellaneous packages Modified Paths: -------------- trunk/octave-forge/main/io/NEWS trunk/octave-forge/main/miscellaneous/NEWS Modified: trunk/octave-forge/main/io/NEWS =================================================================== --- trunk/octave-forge/main/io/NEWS 2012-03-13 01:53:05 UTC (rev 9842) +++ trunk/octave-forge/main/io/NEWS 2012-03-13 02:08:43 UTC (rev 9843) @@ -7,11 +7,16 @@ ** Bug fixes: --- odsfinfo: fixed "wrong type argument `cell'" bug when run interactively. --- xlsopen, odsopen: fixed messed up screen output due to UNO usage warning. +--- csv2cell: checks if file is empty annd return an empty cell if so. ** Adapted to internal LibreOffice-3.5-final changes. ** Tried OpenXLS-6.0.7.jar. Reads OK, still unusable for writing .xls files. +** The following functions have been imported from the miscellaneous package: + cell2csv csvconcat + csv2cell csvexplode + =============================================================================== io-1.0.17 Release Date: 2012-02-27 Release Manager: Philip Nienhuis =============================================================================== Modified: trunk/octave-forge/main/miscellaneous/NEWS =================================================================== --- trunk/octave-forge/main/miscellaneous/NEWS 2012-03-13 01:53:05 UTC (rev 9842) +++ trunk/octave-forge/main/miscellaneous/NEWS 2012-03-13 02:08:43 UTC (rev 9843) @@ -17,8 +17,13 @@ clip normr text_waitbar normc sample - ** The function clip was imported from the audio package. + ** The following functions have been moved to the IO package: + cell2csv csvconcat + csv2cell csvexplode + + ** The function `clip' was imported from the audio package. + ** The functions `apply' and `map' have been deprecated. `cellfun' and `arrayfun' from octave core should be used instead. @@ -30,8 +35,6 @@ ** Multiple bug fixes and increased input check on many functions. - ** The function `csv2cell' now returns an empty cell in the case of empty file - ** Package is no longer automatically loaded. ** improvements to help text. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |