Menu

SVN archive Commit Log


Commit Date  
[r14812] by bugman

Updates for Python 3.0 using the Python 2to3 script.

The command used was:
2to3 -w \
-f buffer \
-f idioms \
-f set_literal \
-f ws_comma \
-x except \
-x import \
-x imports \
-x long \
-x numliterals \
-x xrange \
relax .

All files in the extern package were excluded to allow these to track upstream development in the
future.

2011-10-09 11:40:36 Tree
[r14811] by bugman

Fix for a bug introduced in the last revision (r14810).

The RDC errors are now properly converted.

2011-10-08 16:48:48 Tree
[r14810] by bugman

Added the ability to specify J+D verses J+2D measured RDCs.

This is to make it easier for the user so that data conversion by dividing by 2 is not needed prior
to loading into relax.

2011-10-08 15:28:22 Tree
[r14809] by bugman

Bug fix for the logging and teeing command line options.

These are now class variables!

2011-10-06 19:05:00 Tree
[r14808] by bugman

Bug fix for missing RDC back-calculated data (rdc_bc).

If a sequence is read from a PDB file, but the N-H bond vector cannot be extracted due to a missing
proton, the alignment tensor fit to RDC data (specifically the Monte Carlo simulations) would fail.

2011-10-06 13:21:52 Tree
[r14807] by bugman

Modified the new test_rdc_tensor() N-state model system test to not produce files.

2011-10-06 13:20:13 Tree
[r14806] by bugman

Created the N-state model test_rdc_tensor() system test for catching a strange RDC back calc bug.

2011-10-06 12:52:44 Tree
[r14805] by bugman

Bug fix for a newly introduced dependency on the wxPython module.

This wx module is now optional, and only required for the GUI mode. This allows relax to run
without this module installed.

2011-10-06 10:15:58 Tree
[r14804] by bugman

Bug fix for IO capture in the test suite with Python 2.6 or below.

The RelaxTestRunner._makeResult() replacement method has been reinstated. Replacing the class
variable resultclass does not work with earlier versions of the unittest site-package.

2011-10-06 08:33:06 Tree
[r14803] by bugman

Bug fix for the test suite for Python 2.6 and below, introduced at r14788.

The unittest.TextTestResult class only exists in Python 2.7 and above!

2011-10-06 08:06:48 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.