Menu

SVN archive Commit Log


Commit Date  
[r23788] by tlinnet

Implemented a masked array search for where "missing" array is equal 1.

This makes it possible to replace all values with this mask, from the value array.

This eliminates the last loops over the missing values.

It took over 4 hours to figure out, that the mask should be called with mask.mask,
to return the same fulls structure,

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-10 14:51:33 Tree
[r23787] by tlinnet

Removed line "# -*- coding: utf-8 -*-" which was automatically inserted by new python code editor.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-10 14:51:30 Tree
[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
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.