Commit graph

12 commits

Author SHA1 Message Date
obache
e4398d330a Disable auto detecting of ImageMagick.
Pointed out in PR 35492.
2007-01-30 02:45:33 +00:00
pooka
b94baac78b clean namespace pollution
fixes pkg/34642, patches contributed by Hans Rosenfeld
2006-10-24 13:54:40 +00:00
adam
8f1f0ff6cc Changes 2006.03.17:
* statistics/regress: new function
* general bug fixes and improvements (see ChangeLog for details)
* audio/waveread: big-endian fix; 2-channel file fix
* comm/galois: fix rank calculation for galois array
* general/interp2: cubic interpolation
* image/: return MxNx3 matrices of appropriate numeric class
* io/textread: faster
* io/dlmwrite: control precision and line separator; allow append
* miscellaneous/mfilename: compatibility function
* miscellaneous/listen: subnet patterns; loopback support
* NaN/xcovf: missing data xcorr
* octcdf/: support for netcdf files
* optim/wpolyfit: return row vector; allow centering and scaling
* plot/legend: fix error on first call
* plot/print: add PDF option
* signal/residued,residuez: partial fraction expansion of filters
* signal/qp_kaiser: PPN filter bank coefficients
* statistics/histfit: allow negative data
* statistics/mvnpdf,mvnrnd: multivariate normal distribution
* tsa/: improved speed, style and docs
* tsa/amarma: adaptive mean ARMA modeling
* tsa/y2res: add entropy estimation; add equidistant quantisation
* tsa/mvfreqz: add PDCF
* support for 2.9.4
* support for 64-bit indexing
* support for MinGW build
2006-04-20 18:16:47 +00:00
dmcmahill
ec870a3e7d remove leftover patch which is no longer used 2005-08-23 12:44:54 +00:00
rillig
f1508cc3f2 Fixed an undefined reference to close(2). 2005-08-06 18:39:02 +00:00
adam
8fe3a20966 Changes 2005-06-13:
* textread now returns cell arrays
* use new gnuplot interface for functions
* fix rand bug on non-intel architectures
* more econometrics functions
* new functions: randg, cellfun, cell2mat, bwarea, imresize, savepath
* bug fixes and improvements (see ChangeLog for details)
2005-08-04 13:12:21 +00:00
dmcmahill
9b64948851 use awk instead of csplit during the build. csplit was only
used in one place and it generated a build dependency on a package
which conflicts with many other pkgs.
2005-03-19 20:47:46 +00:00
dmcmahill
3064bfd519 - don't hard code /bin/sh (use the configured shell). Needed to
get a working shell on solaris.
- fix a header file
- avoid passing invalid parameters to mkoctfile.

octave-forge now works on solaris too.
2005-03-14 04:08:42 +00:00
dmcmahill
2d7e3b2710 remove some non-portable shell constructs 2005-03-13 15:49:03 +00:00
adam
eaa1293a52 Changes 2004.11.16:
* initial econometrics toolbox
* updated protein databank (extra/pdb) functions
* new functions: wavread wavwrite hann strfind randp sprandn conv2nan
* many bug fixes and improvements
2004-12-05 09:03:42 +00:00
dmcmahill
cd83c9333a Update to octave-forge-2004.09.09. The most notable change is that this
version now works with octave-current-2.1.59 which is what's currently
in pkgsrc.  Other than than, many minor bug fixes.
2004-10-30 06:56:04 +00:00
dmcmahill
6319d51339 import octave-forge-2004.07.07
The octave-forge project contains functions for Octave which are not in
the main distribution.  While the main Octave distribution is
conservative about accepting new functions and changes, octave-forge is
very open.  As a result, be prepared for some lower quality code and
more rapidly changing interfaces to the functions in octave-forge.
2004-08-14 13:29:54 +00:00