Commit | Date | |
---|---|---|
[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 |
[r16066]
by
bugman
Fix for the Uf_info.add_uf() method - the re.search() call was matching '.' to all characters! |
2012-05-07 16:17:27 | Tree |
[r16065]
by
bugman
The 'num_or_num_list' and 'num_or_num_tuple' argument types are now supported in the GUI. These are for the auto-generated GUI user functions. The 'num_or_num_tuple' argument type is used |
2012-05-07 15:53:44 | Tree |