3.0.5 rc1
Jaroslav Hajek
highegg at gmail.com
Tue Apr 7 06:29:53 CDT 2009
On Tue, Apr 7, 2009 at 1:28 PM, Carlo de Falco <carlo.defalco at gmail.com> wrote:
>> hi,
>>
>> the 3.0.5 RC1 tarballs are available at the usual location:
>> http://artax.karlin.mff.cuni.cz/~hajej2am/ulozna/octave/
>>
>> the only code changed relative to 3.0.4 is loading ascii files, so
>> that's where to aim testing.
>>
>> cheers
>
> the following very simple test fails in 3.0.4 but works in 3.0.3 and 3.1.55
> %!test
> %! matrix1 = rand(100, 2);
> %! save -ascii matrix.ascii matrix1
> %! matrix2 = load ("matrix.ascii");
> %! assert (matrix1, matrix2, 1e-9)
> would you agree to add it to test_io.m?
> If you do I can send it as a changeset
> c.
OK. Since 3.0.x is very likely closed, I'll apply it to the development version.
--
RNDr. Jaroslav Hajek
computing expert & GNU Octave developer
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz
More information about the Octave-maintainers
mailing list