From: <pki...@us...> - 2004-02-12 06:35:46
|
Update of /cvsroot/octave/octave-forge In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12645 Modified Files: RELEASE-NOTES Log Message: note quadl and csape Index: RELEASE-NOTES =================================================================== RCS file: /cvsroot/octave/octave-forge/RELEASE-NOTES,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- RELEASE-NOTES 5 Feb 2004 03:31:44 -0000 1.23 +++ RELEASE-NOTES 12 Feb 2004 06:31:02 -0000 1.24 @@ -11,7 +11,7 @@ See <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/octave/octave-forge/ChangeLog?rev=HEAD&content-type=text/plain">ChangeLog</a> for details of every change. -2004-01-28 =================================================================== +2004-02-11 =================================================================== Extends support forward to octave 2.1.53 for all oct-files. Improved build environment and better testing. We still need more tests! If @@ -30,6 +30,7 @@ - BFGSMin: alternative to bfgs minimizer - conv2nan: 2-D convolution which ignores missing data - convhull/convhulln: now allows direct control of qhull parameters + - csape: support n=3 case --- need to verify it is correct - dxfwrite: output plot to DXF format (AutoCAD) - fail: checks if code fails with a given error message - galois: load/save support @@ -39,6 +40,7 @@ - map: apply a function across all elements of a cell array - mex: initial support for structures - pngread/pngwrite: direct access to libpng + - quadl: improved adaptive quadrature routine - rand/randn: faster and now supports for nD arrays - sort: fast sort based on python's timsort - sprandn: random sparse matrix filled with normally distributed values |