octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 3.0.5 rc1


From: Jaroslav Hajek
Subject: Re: 3.0.5 rc1
Date: Tue, 7 Apr 2009 13:29:53 +0200

On Tue, Apr 7, 2009 at 1:28 PM, Carlo de Falco <address@hidden> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]