Menu

SVN archive Commit Log


Commit Date  
[r23786] by tlinnet

Merged revisions 23774,23779-23781,23784-23785 via svnmerge from
svn+ssh://tlinnet@.../svn/relax/trunk

........
r23774 | bugman | 2014-06-10 09:40:22 +0200 (Tue, 10 Jun 2014) | 6 lines

The lib.compat.norm() replacement function for numpy.linalg.norm() now handles no axis argument.

This is to allow the function to be used in all cases where numpy.linalg.norm() is used, while
providing compatibility with the axis argument and all numpy versions.
........
r23779 | bugman | 2014-06-10 10:07:22 +0200 (Tue, 10 Jun 2014) | 6 lines

Fix for the scons target for compiling the relax manual when using a repository checkout copy.

The method for compiling the relax manual was calling the version.revision() function, however this
has been replaced a while ago by the version.repo_revision variable.
........
r23780 | bugman | 2014-06-10 10:08:33 +0200 (Tue, 10 Jun 2014) | 6 lines

Created two unit tests for the lib.io.file_root() function.

The second of the tests demonstrate a failure of the function if multiple file extensions are
present.
........
r23781 | bugman | 2014-06-10 10:13:29 +0200 (Tue, 10 Jun 2014) | 5 lines

Bug fix for the lib.io.file_root() function for multiple file extensions.

The function will now strip off all file extensions.
........
r23784 | tlinnet | 2014-06-10 11:49:00 +0200 (Tue, 10 Jun 2014) | 7 lines

Lowered chi2 value test in system test Relax_disp.test_bug_22146_unpacking_r2a_r2b_cluster_NS_STAR.

This is due to the data produced on 32 bit machine, and tested on 64 bit machines.
The error was:
AssertionError: 2.4659455670347743e-05 != 0.0 within 7 places

The reason for this is due to truncation artifacts.
........
r23785 | tlinnet | 2014-06-10 12:23:01 +0200 (Tue, 10 Jun 2014) | 5 lines

Fix for wrong path testing of Python.h.

Python.h would be in PYTHON_PREFIX/include/pythonX.Y/Python.h
and not in:
PYTHON_PREFIX/include/Python.h
........

2014-06-10 10:26:28 Tree
[r23785] by tlinnet

Fix for wrong path testing of Python.h.

Python.h would be in PYTHON_PREFIX/include/pythonX.Y/Python.h
and not in:
PYTHON_PREFIX/include/Python.h

2014-06-10 10:23:01 Tree
[r23784] by tlinnet

Lowered chi2 value test in system test Relax_disp.test_bug_22146_unpacking_r2a_r2b_cluster_NS_STAR.

This is due to the data produced on 32 bit machine, and tested on 64 bit machines.
The error was:
AssertionError: 2.4659455670347743e-05 != 0.0 within 7 places

The reason for this is due to truncation artifacts.

2014-06-10 09:49:00 Tree
[r23783] by bugman

Modified the pymol.cone_pdb and pymol.frame_order user functions to use PyMOL IDs.

The PyMOL IDs are used to select individual objects in PyMOL rather than all objects so that the
subsequent PyMOL commands will only be applied to that object. This allows for multiple objects to
be handled simultaneously.

2014-06-10 08:21:27 Tree
[r23782] by bugman

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

........
r23779 | bugman | 2014-06-10 10:07:22 +0200 (Tue, 10 Jun 2014) | 6 lines

Fix for the scons target for compiling the relax manual when using a repository checkout copy.

The method for compiling the relax manual was calling the version.revision() function, however this
has been replaced a while ago by the version.repo_revision variable.
........
r23780 | bugman | 2014-06-10 10:08:33 +0200 (Tue, 10 Jun 2014) | 6 lines

Created two unit tests for the lib.io.file_root() function.

The second of the tests demonstrate a failure of the function if multiple file extensions are
present.
........
r23781 | bugman | 2014-06-10 10:13:29 +0200 (Tue, 10 Jun 2014) | 5 lines

Bug fix for the lib.io.file_root() function for multiple file extensions.

The function will now strip off all file extensions.
........

2014-06-10 08:16:39 Tree
[r23781] by bugman

Bug fix for the lib.io.file_root() function for multiple file extensions.

The function will now strip off all file extensions.

2014-06-10 08:13:29 Tree
[r23780] by bugman

Created two unit tests for the lib.io.file_root() function.

The second of the tests demonstrate a failure of the function if multiple file extensions are
present.

2014-06-10 08:08:33 Tree
[r23779] by bugman

Fix for the scons target for compiling the relax manual when using a repository checkout copy.

The method for compiling the relax manual was calling the version.revision() function, however this
has been replaced a while ago by the version.repo_revision variable.

2014-06-10 08:07:22 Tree
[r23778] by bugman

The CaM frame order data generation base script now uses lib.compat.norm().

This is to allow the test suite to pass on systems with old numpy versions whereby the
numpy.linalg.norm() function does not support the new axis argument.

2014-06-10 07:48:07 Tree
[r23777] by bugman

Merged revisions 23753,23774 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r23753 | tlinnet | 2014-06-09 19:23:21 +0200 (Mon, 09 Jun 2014) | 7 lines

Added searching for enviroment variable PYTHON_INCLUDE_DIR if Python.h is not found in
standard python library.

This can be very handsome, if one has a python virtual enviroment for multiple users.

This relates to the wiki page:
http://wiki.nmr-relax.com/Epd_canopy
........
r23774 | bugman | 2014-06-10 09:40:22 +0200 (Tue, 10 Jun 2014) | 6 lines

The lib.compat.norm() replacement function for numpy.linalg.norm() now handles no axis argument.

This is to allow the function to be used in all cases where numpy.linalg.norm() is used, while
providing compatibility with the axis argument and all numpy versions.
........

2014-06-10 07:46: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.