Menu

SVN archive Commit Log


Commit Date  
[r5513] by bugman

Replaced all references to 'atomic_data' with 'structure'.

2008-04-09 15:25:29 Tree
[r5512] by bugman

Removed a reference to atomic_data in a docstring.

2008-04-09 15:24:26 Tree
[r5511] by bugman

Replaced the initialisation of the atomic_data dictionary with an instance of Internal_PDB.

2008-04-09 15:22:32 Tree
[r5510] by bugman

Added a package docstring.

2008-04-09 15:16:40 Tree
[r5509] by bugman

Reverted r5501, as the behaviour of the tested code has been reverted to the original.

The command used was:
svn merge -r5501:5500 .

2008-04-09 15:13:10 Tree
[r5508] by bugman

Fixes for the deletion of the exists_xxx() functions.

These have been replaced by calls to the is_empty() data object methods.

2008-04-09 15:07:24 Tree
[r5507] by bugman

Deleted the exists_mol_data(), exists_res_data(), and exists_spin_data() functions.

These are now redundant because of the is_empty() methods of the mol-res-spin data object stack.

2008-04-09 15:04:22 Tree
[r5506] by bugman

Reverted r5491, r5492, and r5493 as these introduced a bug.

The command used was:
svn merge -r5493:5490 .

The problem is that empty MoleculeContainers, ResidueContainers, and SpinContainers should be
returned when the selection identifier only selects a higher structure.

2008-04-09 14:56:46 Tree
[r5505] by bugman

Blocked revisions 5466-5501 via svnmerge

........
r5466 | bugman | 2008-04-08 18:39:36 +0200 (Tue, 08 Apr 2008) | 3 lines

Added a missing RelaxError import.
........
r5467 | bugman | 2008-04-08 18:40:04 +0200 (Tue, 08 Apr 2008) | 3 lines

Fixed the RelaxError import statement.
........
r5468 | bugman | 2008-04-08 18:47:34 +0200 (Tue, 08 Apr 2008) | 3 lines

Fix for the setUp() method, as empty SpinContainers are now automatically overwritten.
........
r5469 | bugman | 2008-04-08 18:48:51 +0200 (Tue, 08 Apr 2008) | 3 lines

Added a missing RelaxError import and the copyright statement.
........
r5470 | semor | 2008-04-09 04:07:25 +0200 (Wed, 09 Apr 2008) | 11 lines

Added missing imports and corrected calls to modules from generic_fns.

In previous revisions (5258, 5259, 5260, 5261, 5264, 5265, 5276, 5282, 5283), as part of the
modifications to the new design, these calls to the modules were erroneously instantiated (as is
done for the modules from specific_fns).

The reasons for these changes were specified by Edward d'Auvergne in a post at:
https://mail.gna.org/public/relax-devel/2008-04/msg00029.html (# Message-id:
<7f080ed10804040101n5cc2c69flc3cf0a894389e8f1@...>)
........
r5471 | semor | 2008-04-09 04:13:17 +0200 (Wed, 09 Apr 2008) | 3 lines

Added missing imports.
........
r5472 | bugman | 2008-04-09 10:49:36 +0200 (Wed, 09 Apr 2008) | 6 lines

Created the SpinContainer.is_empty() method.

The molecule, residue, spin object stack in the relax data store is being modified, expect massive
breakages until this is resolved!
........
r5473 | bugman | 2008-04-09 10:52:46 +0200 (Wed, 09 Apr 2008) | 5 lines

Fixes for the SpinContainer.__repr__() method.

This method was fubar!
........
r5474 | bugman | 2008-04-09 10:53:34 +0200 (Wed, 09 Apr 2008) | 3 lines

Comment fix in the SpinList.add_item() method.
........
r5475 | bugman | 2008-04-09 10:55:21 +0200 (Wed, 09 Apr 2008) | 3 lines

Improvements to the ResidueContainer.__repr__() method.
........
r5476 | bugman | 2008-04-09 11:00:21 +0200 (Wed, 09 Apr 2008) | 3 lines

Created the ResidueContainer.is_empty() method.
........
r5477 | bugman | 2008-04-09 11:02:33 +0200 (Wed, 09 Apr 2008) | 3 lines

Created the SpinList.is_empty() method.
........
r5478 | bugman | 2008-04-09 11:05:36 +0200 (Wed, 09 Apr 2008) | 3 lines

Created the ResidueList.is_empty() method.
........
r5479 | bugman | 2008-04-09 11:06:56 +0200 (Wed, 09 Apr 2008) | 3 lines

The SpinList add_item() method now uses the is_empty() method.
........
r5480 | bugman | 2008-04-09 11:08:35 +0200 (Wed, 09 Apr 2008) | 3 lines

The ResidueList add_item() method now calls the is_empty() method.
........
r5481 | bugman | 2008-04-09 11:10:34 +0200 (Wed, 09 Apr 2008) | 3 lines

Updated the MoleculeContainer.__repr__() method.
........
r5482 | bugman | 2008-04-09 11:10:57 +0200 (Wed, 09 Apr 2008) | 3 lines

Fixed a comment in the ResidueContainer.__repr__() method.
........
r5483 | bugman | 2008-04-09 11:13:23 +0200 (Wed, 09 Apr 2008) | 3 lines

Created the MoleculeContainer.is_empty() method.
........
r5484 | bugman | 2008-04-09 11:14:09 +0200 (Wed, 09 Apr 2008) | 3 lines

Added a docstring to the MoleculeList.__repr__() method.
........
r5485 | bugman | 2008-04-09 11:17:14 +0200 (Wed, 09 Apr 2008) | 3 lines

Updated the MoleculeList.add_item() method.
........
r5486 | bugman | 2008-04-09 11:19:37 +0200 (Wed, 09 Apr 2008) | 3 lines

Created the MoleculeList.is_empty() method.
........
r5487 | bugman | 2008-04-09 11:20:12 +0200 (Wed, 09 Apr 2008) | 3 lines

The MoleculeList add_item() method now calls the is_empty() method.
........
r5488 | bugman | 2008-04-09 11:36:24 +0200 (Wed, 09 Apr 2008) | 3 lines

Fix for the Prototype.__deepcopy__() method. The 'is_empty' method is now skipped in the copying.
........
r5489 | bugman | 2008-04-09 11:37:34 +0200 (Wed, 09 Apr 2008) | 3 lines

Fixed the module docsting and updated the copyright.
........
r5490 | bugman | 2008-04-09 11:42:38 +0200 (Wed, 09 Apr 2008) | 3 lines

Fix for a RelaxError message.
........
r5491 | bugman | 2008-04-09 13:49:04 +0200 (Wed, 09 Apr 2008) | 5 lines

Bug fix for the return_residue() function.

Empty MoleculeContainers and ResidueContainers are skipped to avoid returning them.
........
r5492 | bugman | 2008-04-09 13:50:52 +0200 (Wed, 09 Apr 2008) | 5 lines

Bug fix for the return_molecule() function.

Empty MoleculeContainers are skipped to avoid returning them.
........
r5493 | bugman | 2008-04-09 13:52:08 +0200 (Wed, 09 Apr 2008) | 5 lines

Bug fix for the return_spin() function.

Empty MoleculeContainers, ResidueContainers, and SpinContainers are skipped to avoid returning them.
........
r5494 | bugman | 2008-04-09 13:56:11 +0200 (Wed, 09 Apr 2008) | 3 lines

Bug fix in the setUp() method, the first molecule should be named before adding a second!
........
r5495 | bugman | 2008-04-09 14:04:59 +0200 (Wed, 09 Apr 2008) | 5 lines

Bug fix for the SpinList.add_item() method.

Unnumbered spins are allowed if the names are unique.
........
r5496 | bugman | 2008-04-09 14:07:07 +0200 (Wed, 09 Apr 2008) | 5 lines

Bug fix for the ResidueList.add_item() method.

Unnumbered residues are allowed if the names are unique.
........
r5497 | bugman | 2008-04-09 14:07:36 +0200 (Wed, 09 Apr 2008) | 3 lines

Clean up: Empty line removal.
........
r5498 | bugman | 2008-04-09 14:10:31 +0200 (Wed, 09 Apr 2008) | 5 lines

Bug fix for the Test_selection.setUp() method.

The relax data storage object was not being correctly set up, as empty spins were being overwritten.
........
r5499 | bugman | 2008-04-09 14:11:34 +0200 (Wed, 09 Apr 2008) | 3 lines

Bug fix in the test_spin_loop_no_selection() unit test.
........
r5500 | bugman | 2008-04-09 14:16:42 +0200 (Wed, 09 Apr 2008) | 5 lines

Bug fix for the exists_mol_res_spin_data() function.

The new cdp.mol.is_empty() method is being used to determine if data exists.
........
r5501 | bugman | 2008-04-09 14:43:36 +0200 (Wed, 09 Apr 2008) | 5 lines

Bug fix for the test_return_spin() unit test.

selection.return_spin() should return nothing if the SpinContainer is empty.
........

2008-04-09 14:53:21 Tree
[r5504] by bugman

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

........
r5462 | bugman | 2008-04-08 18:29:26 +0200 (Tue, 08 Apr 2008) | 6 lines

Added a copyright statement to the noe.py sample script.

The purpose of this is so the user knows who the author of the script was and how ancient the script
is, as well as allowing the file to be redistributable.
........
r5463 | bugman | 2008-04-08 18:31:34 +0200 (Tue, 08 Apr 2008) | 6 lines

Added a copyright statement to the relax_fit.py sample script.

The purpose of this is so the user knows who the author of the script was and how ancient the script
is, as well as allowing the file to be redistributable.
........
r5464 | bugman | 2008-04-08 18:34:35 +0200 (Tue, 08 Apr 2008) | 6 lines

Added a copyright statement to the full_analysis.py sample script.

The purpose of this is so the user knows who the author of the script was and how ancient the script
is, as well as allowing the file to be redistributable.
........
r5465 | bugman | 2008-04-08 18:37:27 +0200 (Tue, 08 Apr 2008) | 3 lines

Added the JBNMR reference to the full_analysis.py sample script.
........

2008-04-09 13:59:20 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.