Menu

SVN archive Commit Log


Commit Date  
[r23348] by tlinnet

Fix for wrong file name in __init__.py.

2014-05-22 16:27:40 Tree
[r23347] by bugman

Large increase in precision for the 2nd CaM frame order free rotor model test data set.

The higher precision is because the number structures in the distribution is now 20 million rather
than 999,999 and the numpy.float128 data averaging has been used.

2014-05-22 16:26:47 Tree
[r23346] by bugman

Merged revisions 23345 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r23345 | bugman | 2014-05-22 18:18:27 +0200 (Thu, 22 May 2014) | 3 lines

Improvements for the git-svn support in the relax version module.

Python 3 is now correctly handled and the URL is properly extracted from the git repository.
........

2014-05-22 16:21:16 Tree
[r23345] by bugman

Improvements for the git-svn support in the relax version module.

Python 3 is now correctly handled and the URL is properly extracted from the git repository.

2014-05-22 16:18:27 Tree
[r23344] by bugman

Merged revisions 23343 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r23343 | bugman | 2014-05-22 18:10:32 +0200 (Thu, 22 May 2014) | 4 lines

Added git-svn support for the relax version information module.

This allows the subversion revision number and repository URL to be displayed on program startup, so
that it is stored in log files. This is very useful for debugging purposes.
........

2014-05-22 16:12:52 Tree
[r23343] by bugman

Added git-svn support for the relax version information module.

This allows the subversion revision number and repository URL to be displayed on program startup, so
that it is stored in log files. This is very useful for debugging purposes.

2014-05-22 16:10:32 Tree
[r23342] by tlinnet

Unit test _lib/test_ns_cpmg_2site_expanded.py copied to _/test_lm63.py.

They are both of CPMG type.

2014-05-22 15:46:50 Tree
[r23341] by bugman

Merged revisions 23340 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r23340 | bugman | 2014-05-22 17:21:05 +0200 (Thu, 22 May 2014) | 11 lines

Important bug fix for the structure.delete user function when multiple models are present.

This is to fix bug #22070 (https://gna.org/bugs/index.php?22070), the failure of the
structure.superimpose user function after deleting atoms with structure.delete.

The problem is that structure.delete was removing the atoms from the first model but none of the
others. This is because it was using the structural object atom_loop() method to find the atoms to
be deleted, but this method operates on the first model. So when the second model is reached, the
atoms are already gone.
........

2014-05-22 15:21:26 Tree
[r23340] by bugman

Important bug fix for the structure.delete user function when multiple models are present.

This is to fix bug #22070 (https://gna.org/bugs/index.php?22070), the failure of the
structure.superimpose user function after deleting atoms with structure.delete.

The problem is that structure.delete was removing the atoms from the first model but none of the
others. This is because it was using the structural object atom_loop() method to find the atoms to
be deleted, but this method operates on the first model. So when the second model is reached, the
atoms are already gone.

2014-05-22 15:21:05 Tree
[r23339] by bugman

Merged revisions 23336-23337 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r23336 | bugman | 2014-05-22 15:39:21 +0200 (Thu, 22 May 2014) | 6 lines

Created the Structure.test_bug_22070_structure_superimpose_after_deletion system test.

This is to catch bug #22070 (https://gna.org/bugs/index.php?22070), the failure of the
structure.superimpose user function after deleting atoms with structure.delete.
........
r23337 | bugman | 2014-05-22 16:09:50 +0200 (Thu, 22 May 2014) | 6 lines

Added some checks to the Structure.test_bug_22070_structure_superimpose_after_deletion system test.

These tests reveal the real problem - that the atoms of the second model have not been removed by
the structure.delete user function.
........

2014-05-22 15:18:44 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.