svn+ssh://bugman@.../svn/relax/branches/mol_res_spin_module_rename
........
r6013 | bugman | 2008-04-28 13:55:21 +0200 (Mon, 28 Apr 2008) | 3 lines
Created a temporary branch for some heavy duty module rearrangements.
........
r6056 | bugman | 2008-05-02 19:16:06 +0200 (Fri, 02 May 2008) | 8 lines
Split up of the generic_fns.selection module.
All of the methods relating to the molecules, residues, and spins (including the spin selection
string and associated functions and the spin selection object) have been shifted into the
generic_fns.mol_res_spin module. The functions remaining in generic_fns.selection are related to
purely the selection and deselection of spins.
........
r6057 | bugman | 2008-05-04 11:34:42 +0200 (Sun, 04 May 2008) | 3 lines
Wrote a module docstring.
........
r6058 | bugman | 2008-05-04 11:37:06 +0200 (Sun, 04 May 2008) | 5 lines
Renamed all the functions of the residue, molecule, and spin modules.
This is in preparation for merging into the generic_fns.mol_res_spin module.
........
r6059 | bugman | 2008-05-04 11:39:01 +0200 (Sun, 04 May 2008) | 3 lines
Shifted all the copy functions into generic_fns.mol_res_spin.
........
r6060 | bugman | 2008-05-04 11:40:38 +0200 (Sun, 04 May 2008) | 3 lines
Shifted all the create functions into generic_fns.mol_res_spin.
........
r6061 | bugman | 2008-05-04 11:41:39 +0200 (Sun, 04 May 2008) | 3 lines
Shifted all the delete functions into generic_fns.mol_res_spin.
........
r6062 | bugman | 2008-05-04 11:43:00 +0200 (Sun, 04 May 2008) | 4 lines
Shifted all the display functions into generic_fns.mol_res_spin.
........
r6063 | bugman | 2008-05-04 11:44:58 +0200 (Sun, 04 May 2008) | 3 lines
Renamed all the 'rename' and 'renumber' fns to 'name' and 'number'.
........
r6064 | bugman | 2008-05-04 11:46:52 +0200 (Sun, 04 May 2008) | 3 lines
Shifted all the naming functions into generic_fns.mol_res_spin.
........
r6065 | bugman | 2008-05-04 11:48:17 +0200 (Sun, 04 May 2008) | 3 lines
Shifted all the numbering functions into generic_fns.mol_res_spin.
........
r6066 | bugman | 2008-05-04 11:54:18 +0200 (Sun, 04 May 2008) | 3 lines
Big simplifications to the molecule and residue naming functions.
........
r6067 | bugman | 2008-05-04 11:56:33 +0200 (Sun, 04 May 2008) | 3 lines
Converted the number_residue() fn to the form of the number_spin() fn.
........
r6068 | bugman | 2008-05-04 11:57:17 +0200 (Sun, 04 May 2008) | 3 lines
Removed the empty molecule, residue, and spin modules.
........
r6070 | bugman | 2008-05-04 12:16:26 +0200 (Sun, 04 May 2008) | 3 lines
Fixed all the broken imports.
........
r6071 | bugman | 2008-05-04 12:26:45 +0200 (Sun, 04 May 2008) | 3 lines
Shifted all the unit tests of test_selection to test_mol_spin_res, and fixed the import and calls.
........
r6072 | bugman | 2008-05-04 13:27:54 +0200 (Sun, 04 May 2008) | 3 lines
Updated the molecule, residue, and spin unit test base classes.
........
r6073 | bugman | 2008-05-04 13:31:07 +0200 (Sun, 04 May 2008) | 3 lines
Shifted all the molecule, residue, and spin unit tests into test_mol_spin_res.
........
r6074 | bugman | 2008-05-04 13:32:11 +0200 (Sun, 04 May 2008) | 3 lines
Import fix.
........
r6075 | bugman | 2008-05-04 13:34:23 +0200 (Sun, 04 May 2008) | 3 lines
Made the names of the molecule unit tests unique.
........
r6076 | bugman | 2008-05-04 13:36:11 +0200 (Sun, 04 May 2008) | 3 lines
Made the names of the residue unit tests unique.
........
r6077 | bugman | 2008-05-04 13:37:10 +0200 (Sun, 04 May 2008) | 3 lines
Made the names of the spin unit tests unique.
........
r6078 | bugman | 2008-05-04 13:43:37 +0200 (Sun, 04 May 2008) | 3 lines
Set up some objects containing the molecule, residue, and spin fns of generic_fns.mol_res_spin.
........
r6079 | bugman | 2008-05-04 13:44:21 +0200 (Sun, 04 May 2008) | 3 lines
Fixed the naming of the test_mol_spin_res.py file.
........
r6080 | bugman | 2008-05-04 13:51:18 +0200 (Sun, 04 May 2008) | 3 lines
Lots of unit test fixes.
........
r6081 | bugman | 2008-05-04 14:07:18 +0200 (Sun, 04 May 2008) | 3 lines
A bit of code rearrangement as a test.
........
r6082 | bugman | 2008-05-04 14:11:40 +0200 (Sun, 04 May 2008) | 3 lines
Renamed all the function calls.
........
r6083 | bugman | 2008-05-04 14:13:00 +0200 (Sun, 04 May 2008) | 3 lines
Added a dummy molecule module for the unit tests.
........
r6084 | bugman | 2008-05-04 14:18:57 +0200 (Sun, 04 May 2008) | 3 lines
Created more dummy modules.
........
r6085 | bugman | 2008-05-04 14:24:44 +0200 (Sun, 04 May 2008) | 3 lines
Manually reverted r6073.
........
r6086 | bugman | 2008-05-04 14:25:40 +0200 (Sun, 04 May 2008) | 3 lines
Removed the dummy modules.
........
r6087 | bugman | 2008-05-04 14:27:31 +0200 (Sun, 04 May 2008) | 3 lines
Import of the dummy modules into the correct location.
........
r6088 | bugman | 2008-05-04 14:29:27 +0200 (Sun, 04 May 2008) | 3 lines
Shifted the test_reverse unit test back into test_selection.py.
........
r6089 | bugman | 2008-05-04 14:30:58 +0200 (Sun, 04 May 2008) | 3 lines
Added a missing import.
........
r6090 | bugman | 2008-05-04 14:32:46 +0200 (Sun, 04 May 2008) | 3 lines
Removed a broken import.
........
r6091 | bugman | 2008-05-04 14:54:44 +0200 (Sun, 04 May 2008) | 3 lines
Fixed all the residue_name and residue_number unit tests.
........
r6092 | bugman | 2008-05-04 14:56:47 +0200 (Sun, 04 May 2008) | 3 lines
Fixed all the molecule_name unit tests.
........
r6093 | bugman | 2008-05-04 15:04:35 +0200 (Sun, 04 May 2008) | 3 lines
Renamed 'rename' and 'renumber' to 'name' and 'number' in the residue user function class.
........
r6094 | bugman | 2008-05-04 15:07:58 +0200 (Sun, 04 May 2008) | 3 lines
Renamed 'rename' to 'name' in the molecule user function class.
........
r6095 | bugman | 2008-05-04 15:09:18 +0200 (Sun, 04 May 2008) | 3 lines
Fixes for the molecule.name() user function unit tests.
........
r6096 | bugman | 2008-05-04 15:10:48 +0200 (Sun, 04 May 2008) | 3 lines
Fixes for the residue.name() and residue.number() user function unit tests.
........
r6097 | bugman | 2008-05-04 15:13:10 +0200 (Sun, 04 May 2008) | 3 lines
Added the missing numbering functions.
........
r6098 | bugman | 2008-05-04 15:14:35 +0200 (Sun, 04 May 2008) | 3 lines
Docstring fix.
........
r6099 | bugman | 2008-05-04 15:49:31 +0200 (Sun, 04 May 2008) | 3 lines
Re-added tests for disallowed residue and spin selections.
........
r6100 | bugman | 2008-05-04 15:53:46 +0200 (Sun, 04 May 2008) | 3 lines
Added the has_molecules(), has_residues(), and has_spins() methods to the Selection object.
........