From: <car...@us...> - 2012-03-30 12:27:20
|
Revision: 10112 http://octave.svn.sourceforge.net/octave/?rev=10112&view=rev Author: carandraug Date: 2012-03-30 12:27:14 +0000 (Fri, 30 Mar 2012) Log Message: ----------- optim: update NEWS file Modified Paths: -------------- trunk/octave-forge/main/optim/NEWS Modified: trunk/octave-forge/main/optim/NEWS =================================================================== --- trunk/octave-forge/main/optim/NEWS 2012-03-30 11:56:24 UTC (rev 10111) +++ trunk/octave-forge/main/optim/NEWS 2012-03-30 12:27:14 UTC (rev 10112) @@ -1,9 +1,19 @@ Summary of important user-visible changes for optim 1.1.0: ------------------------------------------------------------------- + ** The following functions are new optim 1.1.0: + + powell + ** The following functions have been deprecated since they have been implemented in Octave core: fminunc_compat optimset_compat ** The package Makefile has been adapted for compatibility with Octave 3.6.0. + + ** Bugfixes on the functions: + + deriv linprog + + ** The function `line_min' has a configurable setpesize and max evals This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |