Menu

SVN archive Commit Log


Commit Date  
[r3146] by bugman

Deleted the Pipes class and converted all its methods into module functions.

2007-03-10 01:07:39 Tree
[r3145] by bugman

Updated the data model redesign document to say that point 8 of the preparation is complete.

2007-03-10 01:05:17 Tree
[r3144] by bugman

Renamed 'run' to 'pipe' in the 'generic_fns.runs' module.

The file 'generic_fns/run.py' was renamed to 'generic_fns/pipe.py' and all instances of 'run'
renamed to 'pipe'.

2007-03-10 01:04:14 Tree
[r3143] by bugman

Renamed 'run' to 'pipe' in the 'run' user function class.

The file 'prompt/run.py' was renamed to 'prompt/pipe.py' and all instances of 'run' renamed to
'pipe'. The placing of the user function class into the interpreter namespace was also updated.
The docstrings of all the user functions where modified to use the new terminology.

2007-03-10 00:28:20 Tree
[r3142] by bugman

Updated the 'data_model_redesign' document to state that the redesign of 'self.relax.data' is complete.

2007-03-10 00:08:41 Tree
[r3141] by bugman

Completion of the core of the molecule-residue-spin data structures.

All of the initialisation of the class variables and objects in all six classes have been shifted
into __init__() methods so that new copies of the objects are created when molecules, residues, or
spins are added to the structure.

The __repr__() methods of all classes have been updated and return a proper text representation of
the objects.

The XList class docstrings have been updated.

2007-03-09 23:42:21 Tree
[r3140] by bugman

Removed an extra newline character from the MoleculeContainer.__repr__() string.

2007-03-09 09:36:12 Tree
[r3139] by bugman

Removed a print debugging statement.

2007-03-09 09:34:53 Tree
[r3138] by bugman

Reversed the order of all the classes in the 'data.mol_res_spin' module.

This is to fix the problem of missing classes during instantiation.

2007-03-09 09:29:42 Tree
[r3137] by bugman

Deleted the add_list() method and added the ResidueList object to the MoleculeContainer class.

2007-03-09 09:27:38 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.