octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.0.5 rc1


From: Carlo de Falco
Subject: Re: 3.0.5 rc1
Date: Tue, 7 Apr 2009 13:28:30 +0200

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.

reply via email to

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