Menu

SVN archive Commit Log


Commit Date  
[r4503] by bugman

Wrote a function to calculate a z-y-z rotation matrix given the Euler angles.

This is required as part of the target function for the N-state model.

2008-01-08 17:03:02 Tree
[r4502] by bugman

Renamed the class containing the target function from N_state_model to N_state_opt.

The name N_state_model was clashing with the class N_state_model of the specific_fns.n_state_model
module.

2008-01-08 16:27:35 Tree
[r4501] by bugman

Added the missing import of minimise.generic.generic_minimise().

2008-01-08 16:23:21 Tree
[r4500] by bugman

Switched from the call to match() to search().

2008-01-08 16:22:29 Tree
[r4499] by bugman

Fixed up the minimise() method to use the target function framework properly.

2008-01-08 16:21:32 Tree
[r4498] by bugman

Added the basic framework for the N-state model target function.

2008-01-08 16:17:43 Tree
[r4497] by bugman

Added the basic code for implementing optimisation of the N-state model.

The target function, the maths_fns code, doesn't yet exist though.

2008-01-08 16:04:54 Tree
[r4496] by semor

Merged revisions 4476,4481-4493 via svnmerge from
svn+ssh://semor@.../svn/relax/1.3

........
r4476 | bugman | 2008-01-08 03:50:10 -0500 (Tue, 08 Jan 2008) | 3 lines

Ordered the committers list alphabetically.
........
r4481 | bugman | 2008-01-08 08:29:05 -0500 (Tue, 08 Jan 2008) | 3 lines

Shifted the contents of the test_opendx_s2_te_rex() system test into its own script.
........
r4482 | bugman | 2008-01-08 08:31:18 -0500 (Tue, 08 Jan 2008) | 5 lines

Bug fix: Removed the 'quit' keyword arg from the call of the prompt() function.

The relax prompt is back again!
........
r4483 | bugman | 2008-01-08 08:47:15 -0500 (Tue, 08 Jan 2008) | 3 lines

Converted all of the opt_setup_S2_0_970_te_2048_Rex_0_149() set up function into its own script.
........
r4484 | bugman | 2008-01-08 08:51:52 -0500 (Tue, 08 Jan 2008) | 3 lines

All the model-free optimisation tests now run the opt_setup_S2_0_970_te_2048_Rex_0_149.py script.
........
r4485 | bugman | 2008-01-08 09:18:10 -0500 (Tue, 08 Jan 2008) | 5 lines

Tidied up the interact_script() function (with comments). The function also returns its status.

The status is obviously only returned if relax doesn't not quit.
........
r4486 | bugman | 2008-01-08 09:26:28 -0500 (Tue, 08 Jan 2008) | 5 lines

The status of script execution is now returned by the run() interpreter method.

Nothing currently uses this.
........
r4487 | bugman | 2008-01-08 09:36:16 -0500 (Tue, 08 Jan 2008) | 8 lines

prompt.interpreter.interact_script() has been modified to allow RelaxErrors to be raised.

Previously running a script would catch the error, send a nice message to STDERR, and quit. Now
the function can raise the error if asked. This is required for the system tests (because of the
unittest framework). Alternatively the status of the script could have been used by the test, but
this is easier for the test writer and makes the code more flexible.
........
r4488 | bugman | 2008-01-08 09:42:44 -0500 (Tue, 08 Jan 2008) | 3 lines

Converted the interact_prompt() args to keyword args and epydoc'd the docstring.
........
r4489 | bugman | 2008-01-08 10:19:57 -0500 (Tue, 08 Jan 2008) | 3 lines

Updated the interact_script() docstring for the epydoc format.
........
r4490 | bugman | 2008-01-08 10:21:23 -0500 (Tue, 08 Jan 2008) | 3 lines

Updated the prompt() docstring for the epydoc format.
........
r4491 | bugman | 2008-01-08 10:22:33 -0500 (Tue, 08 Jan 2008) | 3 lines

Updated the run_script() docstring for the epydoc format.
........
r4492 | bugman | 2008-01-08 10:22:58 -0500 (Tue, 08 Jan 2008) | 3 lines

Converted the default quit arg of run_script() to a bool.
........
r4493 | bugman | 2008-01-08 10:24:17 -0500 (Tue, 08 Jan 2008) | 3 lines

Updated the runcode() docstring for the epydoc format.
........

2008-01-08 15:57:37 Tree
[r4495] by bugman

Added the __docformat__ variable to the return_data_name() method.

2008-01-08 15:41:14 Tree
[r4494] by bugman

Merged revisions 4461-4493 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r4461 | semor | 2008-01-07 18:58:13 +0100 (Mon, 07 Jan 2008) | 3 lines

Fixed a typo in an import statement.
........
r4473 | semor | 2008-01-08 00:42:26 +0100 (Tue, 08 Jan 2008) | 3 lines

Updated the COMMITTERS file.
........
r4476 | bugman | 2008-01-08 09:50:10 +0100 (Tue, 08 Jan 2008) | 3 lines

Ordered the committers list alphabetically.
........
r4481 | bugman | 2008-01-08 14:29:05 +0100 (Tue, 08 Jan 2008) | 3 lines

Shifted the contents of the test_opendx_s2_te_rex() system test into its own script.
........
r4482 | bugman | 2008-01-08 14:31:18 +0100 (Tue, 08 Jan 2008) | 5 lines

Bug fix: Removed the 'quit' keyword arg from the call of the prompt() function.

The relax prompt is back again!
........
r4483 | bugman | 2008-01-08 14:47:15 +0100 (Tue, 08 Jan 2008) | 3 lines

Converted all of the opt_setup_S2_0_970_te_2048_Rex_0_149() set up function into its own script.
........
r4484 | bugman | 2008-01-08 14:51:52 +0100 (Tue, 08 Jan 2008) | 3 lines

All the model-free optimisation tests now run the opt_setup_S2_0_970_te_2048_Rex_0_149.py script.
........
r4485 | bugman | 2008-01-08 15:18:10 +0100 (Tue, 08 Jan 2008) | 5 lines

Tidied up the interact_script() function (with comments). The function also returns its status.

The status is obviously only returned if relax doesn't not quit.
........
r4486 | bugman | 2008-01-08 15:26:28 +0100 (Tue, 08 Jan 2008) | 5 lines

The status of script execution is now returned by the run() interpreter method.

Nothing currently uses this.
........
r4487 | bugman | 2008-01-08 15:36:16 +0100 (Tue, 08 Jan 2008) | 8 lines

prompt.interpreter.interact_script() has been modified to allow RelaxErrors to be raised.

Previously running a script would catch the error, send a nice message to STDERR, and quit. Now
the function can raise the error if asked. This is required for the system tests (because of the
unittest framework). Alternatively the status of the script could have been used by the test, but
this is easier for the test writer and makes the code more flexible.
........
r4488 | bugman | 2008-01-08 15:42:44 +0100 (Tue, 08 Jan 2008) | 3 lines

Converted the interact_prompt() args to keyword args and epydoc'd the docstring.
........
r4489 | bugman | 2008-01-08 16:19:57 +0100 (Tue, 08 Jan 2008) | 3 lines

Updated the interact_script() docstring for the epydoc format.
........
r4490 | bugman | 2008-01-08 16:21:23 +0100 (Tue, 08 Jan 2008) | 3 lines

Updated the prompt() docstring for the epydoc format.
........
r4491 | bugman | 2008-01-08 16:22:33 +0100 (Tue, 08 Jan 2008) | 3 lines

Updated the run_script() docstring for the epydoc format.
........
r4492 | bugman | 2008-01-08 16:22:58 +0100 (Tue, 08 Jan 2008) | 3 lines

Converted the default quit arg of run_script() to a bool.
........
r4493 | bugman | 2008-01-08 16:24:17 +0100 (Tue, 08 Jan 2008) | 3 lines

Updated the runcode() docstring for the epydoc format.
........

2008-01-08 15:36:37 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.