3.0.5 rc1

Carlo de Falco carlo.defalco at gmail.com
Tue Apr 7 06:28:30 CDT 2009


>
> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www-old.cae.wisc.edu/pipermail/octave-maintainers/attachments/20090407/5e566dbd/attachment.html 


More information about the Octave-maintainers mailing list