Menu

SVN archive Commit Log


Commit Date  
[r15232] by bugman

Reordered the checks in Selection.__contains_mol_res_spin_containers().

This cuts the number of function calls down by avoiding relax_re.search() calls if residue or spin
numbers match.

2012-01-24 17:42:44 Tree
[r15231] by bugman

Merged revisions 15230 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r15230 | bugman | 2012-01-24 16:08:00 +0100 (Tue, 24 Jan 2012) | 6 lines

Simplified the generic_fns.relax_re.search() function.

This is to minimise the number of isinstance() calls when dealing with the relax mol-res-spin
sequence data.
........

2012-01-24 15:08:40 Tree
[r15230] by bugman

Simplified the generic_fns.relax_re.search() function.

This is to minimise the number of isinstance() calls when dealing with the relax mol-res-spin
sequence data.

2012-01-24 15:08:00 Tree
[r15229] by bugman

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

........
r15226 | bugman | 2012-01-24 15:14:43 +0100 (Tue, 24 Jan 2012) | 3 lines

Removed a debugging print out statement.
........
r15227 | bugman | 2012-01-24 15:16:32 +0100 (Tue, 24 Jan 2012) | 3 lines

Removed some more debugging print outs.
........
r15228 | bugman | 2012-01-24 15:24:40 +0100 (Tue, 24 Jan 2012) | 17 lines

Updates for Python 3.0.

The command used was:
2to3 -w \
-f buffer \
-f idioms \
-f set_literal \
-f ws_comma \
-x except \
-x import \
-x imports \
-x long \
-x numliterals \
-x xrange \
relax .
........

2012-01-24 14:30:28 Tree
[r15228] by bugman

Updates for Python 3.0.

The command used was:
2to3 -w \
-f buffer \
-f idioms \
-f set_literal \
-f ws_comma \
-x except \
-x import \
-x imports \
-x long \
-x numliterals \
-x xrange \
relax .

2012-01-24 14:24:40 Tree
[r15227] by bugman

Removed some more debugging print outs.

2012-01-24 14:16:32 Tree
[r15226] by bugman

Removed a debugging print out statement.

2012-01-24 14:14:43 Tree
[r15225] by bugman

Merged revisions 15220,15223-15224 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r15220 | bugman | 2012-01-24 10:18:12 +0100 (Tue, 24 Jan 2012) | 6 lines

Added a print out for the diffusion_tensor.init uf to inform the user of an angle unit change.

This is in response to bug #19323 (https://gna.org/bugs/?19323), to make it clearer that a parameter
conversion has occurred.
........
r15223 | bugman | 2012-01-24 14:58:21 +0100 (Tue, 24 Jan 2012) | 7 lines

Significant speed ups of the return_spin() and return_residue() functions.

This change to the generic_fns.mol_res_spin functions cuts the system tests from ~8 min to ~7 min on
my laptop. The support for multiple spin selections has been dropped as this additional flexibility
is not being used anyway.
........
r15224 | bugman | 2012-01-24 15:00:01 +0100 (Tue, 24 Jan 2012) | 6 lines

Fixes for the rdc.read and pcs.read user function backends.

The spin_id string is now not used in the back end - it was being sent to the return_spin() function
- removing flexibility but significantly speeding up the user functions.
........

2012-01-24 14:12:25 Tree
[r15224] by bugman

Fixes for the rdc.read and pcs.read user function backends.

The spin_id string is now not used in the back end - it was being sent to the return_spin() function
- removing flexibility but significantly speeding up the user functions.

2012-01-24 14:00:01 Tree
[r15223] by bugman

Significant speed ups of the return_spin() and return_residue() functions.

This change to the generic_fns.mol_res_spin functions cuts the system tests from ~8 min to ~7 min on
my laptop. The support for multiple spin selections has been dropped as this additional flexibility
is not being used anyway.

2012-01-24 13:58: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.