Menu

SVN archive Commit Log


Commit Date  
[r7746] by bugman

Clean up of the module docstring.

This includes whitespace fixes, punctuation fixes, spelling fixes, and fixes for the epydoc format.

2008-10-16 11:46:00 Tree
[r7745] by bugman

Bug fix for the Uni_processor initialisation.

The std_stdio_capture() method has no rank arg.

2008-10-16 11:30:33 Tree
[r7744] by semor

Updated some copyrights.

2008-10-16 03:47:31 Tree
[r7743] by semor

Added more to the XEasy support test.

Now, the test fails when reaching the first residue with a non HN/N assignment. In fact, the reading
of this residue is fine, but no intensity is extracted... hence the failure of the test.

Now, what do we want to do ? Do we want to support side chain assignments mixed with backbone
assignments ? In other words, do we want to support multiuple assignment types in a single
analysis ?

2008-10-16 03:02:11 Tree
[r7742] by semor

Passed more arguments to the det_dimensions() function and removed 'self.' instances.

The test for the support of a XEasy peak list now passes, although there still may be some bugs
present...

2008-10-16 02:32:10 Tree
[r7741] by semor

Corrected a name clash.

This originates from a post by Edward at:
https://mail.gna.org/public/relax-devel/2008-10/msg00060.html (message ID:
7f080ed10810151446p58ab78f1u93cb1bc4afbeb202@...).

I hope this fixes the problem...

2008-10-16 02:28:28 Tree
[r7740] by bugman

Import fixes and clean ups and addition of module docstrings.

2008-10-15 22:42:05 Tree
[r7739] by bugman

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

........
r7728 | semor | 2008-10-15 23:18:55 +0200 (Wed, 15 Oct 2008) | 5 lines

Passed the 'file_data' variable to the det_dimensions() function and removed some 'self.' instances.

The system test for XEasy peak list support now goes further... However, more work is still needed.
........
r7730 | semor | 2008-10-16 00:13:40 +0200 (Thu, 16 Oct 2008) | 3 lines

Added a missing 'cdp' definition...
........
r7731 | semor | 2008-10-16 00:14:47 +0200 (Thu, 16 Oct 2008) | 3 lines

Added a missing import.
........
r7733 | semor | 2008-10-16 00:17:00 +0200 (Thu, 16 Oct 2008) | 3 lines

Changed a normalization force flag to boolean.
........

2008-10-15 22:34:21 Tree
[r7738] by bugman

Manually merged the last of the multi_processor branch.

The command used was:
svn merge -r3274:3296 svn+ssh://bugman@.../svn/relax/branches/multi_processor .

.....
r3296 | varioustoxins | 2007-05-16 23:46:21 +0200 (Wed, 16 May 2007) | 2 lines
Changed paths:
M /branches/multi_processor/multi/processor.py

more documentation strings (completed if buggy for multi.processor)

------------------------------------------------------------------------
r3295 | varioustoxins | 2007-05-15 23:12:10 +0200 (Tue, 15 May 2007) | 2 lines
Changed paths:
M /branches/multi_processor/multi/multi_processor.py
M /branches/multi_processor/multi/processor.py
M /branches/multi_processor/specific_fns/model_free.py

minor improvements and much documentation of the Processor class

------------------------------------------------------------------------
r3283 | varioustoxins | 2007-05-08 21:45:48 +0200 (Tue, 08 May 2007) | 3 lines
Changed paths:
M /branches/multi_processor/multi/mpi4py_processor.py
M /branches/multi_processor/multi/multi_processor.py
M /branches/multi_processor/multi/processor.py
M /branches/multi_processor/relax

final separation between the multi framework and relax and initial
documentation of multi.processor

------------------------------------------------------------------------
r3280 | varioustoxins | 2007-05-04 01:07:07 +0200 (Fri, 04 May 2007) | 3 lines
Changed paths:
D /branches/multi_processor/multi/PrependStringIO.py
M /branches/multi_processor/multi/commands.py
M /branches/multi_processor/multi/mpi4py_processor.py
M /branches/multi_processor/multi/multi_processor.py
A /branches/multi_processor/multi/prependStringIO.py (from /branches/multi_processor/multi/PrependStringIO.py:3275)
M /branches/multi_processor/multi/processor.py
M /branches/multi_processor/multi/uni_processor.py

threaded multi processor support written, multi is now beta!
multi now supports three substrates: mpi4py, uniprocessor, and threads

------------------------------------------------------------------------
r3279 | varioustoxins | 2007-05-02 00:23:25 +0200 (Wed, 02 May 2007) | 3 lines
Changed paths:
M /branches/multi_processor/multi/commands.py
M /branches/multi_processor/multi/mpi4py_processor.py
A /branches/multi_processor/multi/multi_processor.py
M /branches/multi_processor/multi/processor.py
M /branches/multi_processor/multi/uni_processor.py

major restructuring to create generic multiprocessor framework legacy
string based exception handling supported

------------------------------------------------------------------------
r3278 | varioustoxins | 2007-05-01 00:24:05 +0200 (Tue, 01 May 2007) | 3 lines
Changed paths:
M /branches/multi_processor/multi/mpi4py_processor.py
M /branches/multi_processor/multi/processor.py
M /branches/multi_processor/multi/uni_processor.py
M /branches/multi_processor/relax

correct use of -n command line option, work to give general processor
base class and simple processor implimentations

------------------------------------------------------------------------
r3277 | varioustoxins | 2007-04-30 15:40:54 +0200 (Mon, 30 Apr 2007) | 3 lines
Changed paths:
M /branches/multi_processor/multi/mpi4py_processor.py
M /branches/multi_processor/multi/processor.py
M /branches/multi_processor/multi/uni_processor.py
M /branches/multi_processor/relax

Addition of processor based intro string, correction of error in
Application_callback exceptio_handler named error_handler

------------------------------------------------------------------------
r3276 | varioustoxins | 2007-04-29 23:20:42 +0200 (Sun, 29 Apr 2007) | 4 lines
Changed paths:
M /branches/multi_processor/multi/commands.py
M /branches/multi_processor/multi/mpi4py_processor.py
M /branches/multi_processor/multi/processor.py
M /branches/multi_processor/multi/uni_processor.py
M /branches/multi_processor/relax

modifications to make the multi hierachy indepndant of relax; multi can
now be used to run other multiprocessor tasks (uni processor and mpi
work)

------------------------------------------------------------------------
r3275 | varioustoxins | 2007-04-28 19:59:04 +0200 (Sat, 28 Apr 2007) | 2 lines
Changed paths:
M /branches/multi_processor/minimise/generic.py
M /branches/multi_processor/multi/PrependStringIO.py
M /branches/multi_processor/multi/commands.py
M /branches/multi_processor/multi/mpi4py_processor.py
M /branches/multi_processor/multi/processor.py

improved output and exception handling
.....

2008-10-15 22:33:21 Tree
[r7737] by bugman

Manually ported r3274 from the multi_processor branch.

The command used was:
svn merge -r3273:3274 svn+ssh://bugman@.../svn/relax/branches/multi_processor .

.....
r3274 | varioustoxins | 2007-04-27 23:58:18 +0200 (Fri, 27 Apr 2007) | 2 lines
Changed paths:
M /branches/multi_processor/minimise/generic.py
M /branches/multi_processor/multi/PrependStringIO.py
M /branches/multi_processor/multi/commands.py
M /branches/multi_processor/multi/mpi4py_processor.py
M /branches/multi_processor/multi/processor.py
M /branches/multi_processor/relax

correction to master slave output prefixes
.....

2008-10-15 22:26: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.