Menu

SVN archive Commit Log


Commit Date  
[r16501] by bugman

The specific API param list object now sets up a number of spin params and min params.

The spin 'select' and 'fixed' parameters are set up in the __init__() method, whereas the
add_min_data() method will be used to add minimisation parameters.

2012-05-29 09:14:46 Tree
[r16500] by bugman

Added the 'scope' arg to the specific API param list add() method.

This will be used to merge the GLOBAL_PARAMS and SPIN_PARAMS lists into one.

2012-05-29 09:02:55 Tree
[r16499] by bugman

Created the specific API param list loop() method for looping over parameter names.

2012-05-29 08:58:24 Tree
[r16498] by bugman

All the get_*() methods of the specific API parameter list objects now call self.check_param().

This new check_param() method raises a RelaxError if the parameter is unknown.

2012-05-29 08:24:36 Tree
[r16497] by bugman

The parameter set 'params' or 'generic' can now be specified in the specific API parameter lists.

2012-05-29 08:23:42 Tree
[r16496] by bugman

Big fix for the auto-generated GUI user functions - the recycling of pages should now work.

The recycling of user function pages was failing due to the wizard _exec_count data structure. A
click on the 'ok' button increments these counts, and a subsequent _ok() call was then suppressing
the execution of the user function. The GUI tests were missing this, as the _ok() call was
bypassed by calling on_execute() instead.

2012-05-29 08:14:45 Tree
[r16495] by bugman

Fix for the Python types structure in the specific API parameter lists.

2012-05-29 08:05:57 Tree
[r16494] by bugman

The GUI tests _execute_uf() base method now simulates a click on the 'ok' button.

This gives the user function wizards a much deeper work out.

2012-05-29 08:04:12 Tree
[r16493] by bugman

Renamed the Python type arg from 'type' to 'py_type'.

2012-05-29 07:51:08 Tree
[r16492] by bugman

Added the 'min_stats' flag to the specific API parameter list objects.

This indicates if the minimisation statistics are part of the parameter set. This is a flag to the
__init__() method, as it applies to the entire parameter list.

2012-05-29 07:48:21 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.