help-octave
[Top][All Lists]
Advanced

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

Re: Octave 3.0.1 available for ftp


From: Tatsuro MATSUOKA
Subject: Re: Octave 3.0.1 available for ftp
Date: Tue, 22 Apr 2008 12:05:33 +0900 (JST)

Hello John

I have finished to build the cygwin binaries.

  src/DLD-FUNCTIONS/rand.cc .............................. PASS   56/57   FAIL 1
  test_system.m .......................................... PASS  125/126  FAIL 1
Summary:
  PASS   3896
  FAIL      2

However these have been already reported:

http://www.nabble.com/3.0.1-release--to16461978.html#a16466676
Apr 03, 2008; 11:30am

For rand.cc, please the following patch by David in the next release.

Index: src/DLD-FUNCTIONS/rand.cc 
=================================================================== 
RCS file: /usr/local/cvsroot/octave/src/DLD-FUNCTIONS/rand.cc,v 
retrieving revision 1.43 
diff -c -r1.43 rand.cc 
*** src/DLD-FUNCTIONS/rand.cc 13 Nov 2007 18:02:52 -0000 1.43 
--- src/DLD-FUNCTIONS/rand.cc 27 Dec 2007 07:33:51 -0000 
*************** 
*** 950,956 **** 
  %!test 
  %! % Test fixed state 
  %! randp("seed",1); 
! %! assert(randp(1e9,1,6),[1000006208 1000012224 999981120 999963520 999963072 
999981440]) 
  %!test 
  %! if (__random_statistical_tests__) 
  %!   % statistical tests may fail occasionally. 
--- 950,956 ---- 
  %!test 
  %! % Test fixed state 
  %! randp("seed",1); 
! %! assert(randp(1e9,1,6),[1000006208 1000012224 999981120 999963520 999963072 
999981440],1e-6) 
  %!test 
  %! if (__random_statistical_tests__) 
  %!   % statistical tests may fail occasionally.


=======================

I will go to the mingw build. 

Regards

Tatsuro



--- Tatsuro MATSUOKA <address@hidden> wrote:

> Hello John
> 
> OK, I will try to build octave-3.0.1 on cygwin first and after that on mingw 
> from now.
> My computer is now making the cygwin binaries.
> 
> I will report the test as soon as possible.
> I would like to express my sincere appreciation for your efforts to update 
> the new version!!!!!
> 
> Hi, David
> Will new octave-forge packages be released soon? 
> 
> Regards
> 
> 
> --- "John W. Eaton" <address@hidden> wrote:
> 
> > Octave 3.0.1 is now available for ftp from ftp.octave.org in the
> > directory /pub/octave:
> > 
> >   -rw-r--r-- 1 506 1012 11246708 Apr 21 17:57 octave-3.0.1.tar.gz
> >   -rw-r--r-- 1 506 1012  9854711 Apr 21 17:55 octave-3.0.1.tar.bz2
> >   -rw-r--r-- 1 506 1012   134329 Apr 21 17:57 octave-3.0.0-3.0.1.patch.gz
> >   -rw-r--r-- 1 506 1012   113709 Apr 21 17:57 octave-3.0.0-3.0.1.patch.bz2
> > 
> > Here are the md5 checksums for the files:
> > 
> >   230f3895a42386ec625bf2593a44c441  octave-3.0.1.tar.bz2
> >   3bc0dcb54e7722e885bf92e7c99e483e  octave-3.0.1.tar.gz
> >   578ea000bdc0ccc02f3f1dc3f005e903  octave-3.0.0-3.0.1.patch.bz2
> >   810158a2e5662794ee9e44b8b06f0814  octave-3.0.0-3.0.1.patch.gz
> > 
> > These files are also available from ftp.gnu.org in the directory
> > /pub/gnu/octave.
> > 
> > Octave 3.0.1 is a bug-fixing release.  Most bugs reported since the
> > release of version 3.0.0 have been fixed.
> > 
> > Version 3.0.1 is also the stable, recommended version of Octave.
> > Unless you are doing development work on Octave, we strongly recommend
> > that you use version 3.0.1.
> > 
> > If you are upgrading from Octave 2.1.x or any development version that
> > is older than 2.9.10, please note that Octave 3.0.0 is significantly
> > different from the these older versions, particularly with regard to
> > graphics, path handling, and built-in variables.  Please read the NEWS
> > file.
> > 
> > jwe
> > _______________________________________________
> > Help-octave mailing list
> > address@hidden
> > https://www.cae.wisc.edu/mailman/listinfo/help-octave
> > 
> 
> 
> --------------------------------------
> GANBARE! NIPPON! Win your ticket to Olympic Games 2008.
> http://pr.mail.yahoo.co.jp/ganbare-nippon/
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave
> 


--------------------------------------
GANBARE! NIPPON! Win your ticket to Olympic Games 2008.
http://pr.mail.yahoo.co.jp/ganbare-nippon/


reply via email to

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