comparison scripts/ChangeLog @ 8647:06f5dd901f30

implement registering of optimization options
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 30 Jan 2009 21:24:29 +0100
parents 579f1f54cc3a
children ff61b53eb294
comparison
equal deleted inserted replaced
8646:e01c6355304f 8647:06f5dd901f30
1 2009-01-30 Jaroslav Hajek <highegg@gmail.com>
2
3 * optimization/__all_opts__.m: New source.
4 * optimization/optimset.m: Implement checking for registered options.
5 * optimization/optimget.m: Ditto.
6 * optimization/fsolve.m: Fix misspelled option.
7 * optimization/PKG_ADD: New startup file.
8
1 2009-01-30 Kai Habel <kai.habel@gmx.de> 9 2009-01-30 Kai Habel <kai.habel@gmx.de>
2 10
3 * plot/__go_draw_axes__.m: Add support for transparent surfaces. 11 * plot/__go_draw_axes__.m: Add support for transparent surfaces.
4 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', 12 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface',
5 Require gnuplot 4.3 for transparent patches and surfaces. 13 Require gnuplot 4.3 for transparent patches and surfaces.