pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/octave



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan 11 01:23:45 UTC 2008

Modified Files:
        pkgsrc/math/octave: DESCR Makefile PLIST buildlink3.mk distinfo
            octave.mk options.mk
        pkgsrc/math/octave/patches: patch-aa patch-ac patch-ad patch-ae
            patch-af patch-ag patch-ah
Added Files:
        pkgsrc/math/octave/patches: patch-ab patch-ai patch-aj

Log Message:
Changes 3.0.0:
* Compatibility with Matlab graphics is much better now.  We now
  have some graphics features that work like Matlab's Handle
  Graphics (tm):
* The way Octave handles search paths has changed.
* Previous versions of Octave had a number of built-in variables to
  control warnings (for example, warn_divide_by_zero).  These
  variables have been replaced by warning identifiers that are used
  with the warning function to control the state of warnings.
* All built-in variables have been converted to functions.
* For compatibility with Matlab, the output order of Octave's
  "system" function has changed.
* For compatibility with Matlab, the output of Octave's fsolve
  function has been changed.
* For compatibility with Matlab, normcdf, norminv, normpdf, and
  normrnd have been modified to compute distributions using the
  standard deviation instead of the variance.
* For compatibility with Matlab, gamcdf, gaminv, gampdf, gamrnd,
  expcdf, expinv, exppdf and exprnd have been modified to compute
  the distributions using the standard scale factor rather than
  one over the scale factor.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/math/octave/DESCR pkgsrc/math/octave/options.mk
cvs rdiff -r1.71 -r1.72 pkgsrc/math/octave/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/math/octave/PLIST
cvs rdiff -r1.11 -r1.12 pkgsrc/math/octave/buildlink3.mk
cvs rdiff -r1.13 -r1.14 pkgsrc/math/octave/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/math/octave/octave.mk
cvs rdiff -r1.11 -r1.12 pkgsrc/math/octave/patches/patch-aa
cvs rdiff -r0 -r1.3 pkgsrc/math/octave/patches/patch-ab \
    pkgsrc/math/octave/patches/patch-ai pkgsrc/math/octave/patches/patch-aj
cvs rdiff -r1.5 -r1.6 pkgsrc/math/octave/patches/patch-ac
cvs rdiff -r1.3 -r1.4 pkgsrc/math/octave/patches/patch-ad \
    pkgsrc/math/octave/patches/patch-af pkgsrc/math/octave/patches/patch-ag \
    pkgsrc/math/octave/patches/patch-ah
cvs rdiff -r1.4 -r1.5 pkgsrc/math/octave/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index