On 10 Feb 2010, at 21:00, Michael Creel wrote:

> True. I put the functions where they are back in the days when o-f was
> a monolithic package, so everything got released all at once. I'm
> concerned that with the new setup, a package like optim may not get
> released for long periods of time. I can't take on the job..
> Cheers, Michael

If you make changes to some functions in the optim package and you  
want them to be avialable
you can just make a release of the optim package and post it.
I'm sure the optim package maintainer won't complain and it's not a  
hard job, it's as easy as:

svn export optim
tar cvzf optim.tar.gz
octave
pkg install optim.tar.gz
generate_package_html ("optim","optim-html","octave-forge")
exit
tar cvzf optim-html.tar.gz optim-html

the effort on your side is a total of 7 commands
the benefit is that anyone who's interested in optimization but
doesn't know a thing about econometrics can take benefit of bfgsmin  
and samin

c.

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to