Commit | Date | |
---|---|---|
2012-05-07 18:18:08 | Tree | |
[r16075]
by
bugman
Eliminated the wiz_combo_default and combo_default args from the GUI auto-generated user functions. These are now provided by the 'default' arg. |
2012-05-07 18:09:45 | Tree |
[r16074]
by
bugman
Fix for the dauvergne_protocol auto-analysis required by the recent changes to the minimise user function. |
2012-05-07 18:06:58 | Tree |
[r16073]
by
bugman
Eliminated the 'wiz_combo_default' user function arg arg. This argument is duplicative of the 'default' argument. |
2012-05-07 18:04:20 | Tree |
[r16072]
by
bugman
The default value of the user function args is now set in the wizard page elements. This is for the auto-generated user functions. |
2012-05-07 18:00:22 | Tree |
[r16071]
by
bugman
Fix for the auto-generated minimise user function - the max_iter argument was a mess! |
2012-05-07 17:55:18 | Tree |
[r16070]
by
bugman
Fix for the auto-generated palmer.create user function - the spin ID arg can be None. |
2012-05-07 17:52:24 | Tree |
[r16069]
by
bugman
Converted the calc, grid_search and minimise user functions to the auto-generation design. The minimise user function required a lot of work, as the minimise(*args, *kargs) construct is |
2012-05-07 17:42:26 | Tree |
[r16068]
by
bugman
The 'additional' sections are now shown before the 'examples' section in the prompt help system. |
2012-05-07 16:52:50 | Tree |
[r16067]
by
bugman
The user functions without a base class are now supported in the prompt, script, and GUI modes. This is for the auto-generated user functions not stored in a user function class object. |
2012-05-07 16:18:56 | Tree |