Menu

SVN archive Commit Log


Commit Date  
[r26907] by bugman

Grammar fix for a warning from the pymol.display user function.

2014-12-03 07:50:18 Tree
[r26906] by bugman

More redirects for the relax HTML manual at http://www.nmr-relax.com/manual/index.html.

This is required as the latex2html program used to build the manual has been modified to not
excluded the 'common words' from the page titles (see docs/devel/latex2html/). These redirects are
linked from outside of http://www.nmr-relax.com, as identified by the Google Webmaster Tools.

This is for http://www.nmr-relax.com/manual/The_NS_2_site_expanded_CPMG_model.html.

2014-12-03 07:41:54 Tree
[r26905] by bugman

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

........
r26901 | bugman | 2014-12-02 21:39:10 +0100 (Tue, 02 Dec 2014) | 9 lines

Created the State.test_bug_23017_ieee_754_multidim_numpy_arrays system test.

This is to catch bug #23017 (https://gna.org/bugs/?23017), the multidimensional numpy arrays are not
being stored as IEEE 754 arrays in the XML state and results files.

This test checks a rank-2 float64 numpy array stored in the current data pipe against what the IEEE
754 int list should be for it.
........
r26902 | bugman | 2014-12-02 21:42:14 +0100 (Tue, 02 Dec 2014) | 9 lines

Simple fix for bug #23017 (https://gna.org/bugs/?23017).

This is the multidimensional numpy arrays are not being stored as IEEE 754 arrays in the XML state
and results files. The problem was a relatively recent regression caused by a change to the
is_float_matrix() function of the lib.arg_check module. It was simply that the default dims keyword
argument value was changed from None to (3, 3). Therefore any call to the function without
supplying the dims argument would fail if the matrix was not of the (3, 3) shape.
........

2014-12-02 20:57:15 Tree
[r26904] by bugman

Merged revisions 26874-26876,26885 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26874 | bugman | 2014-11-30 11:10:41 +0100 (Sun, 30 Nov 2014) | 5 lines

Updated the manual_c_module.py C module compilation development script for the recent changes.

The exponential_inv.c and exponential_sat.c files need to be compiled as well.
........
r26875 | bugman | 2014-11-30 11:11:45 +0100 (Sun, 30 Nov 2014) | 5 lines

Python 3 fix for the relax_fit_exp_3param_inv_neg.py system test script.

The xrange() function does not exist in Python 3, so was replaced by range().
........
r26876 | bugman | 2014-11-30 18:38:12 +0100 (Sun, 30 Nov 2014) | 5 lines

Updated the memory_leak_test_relax_fit.py development script for the C module changes.

This is only the docstring description which changed.
........
r26885 | bugman | 2014-12-01 20:18:24 +0100 (Mon, 01 Dec 2014) | 6 lines

Epydoc docstring fixes for the lib.io module - keyword arguments were not correctly identified.

These were identified by Troels in the post at
http://thread.gmane.org/gmane.science.nmr.relax.scm/24565/focus=7384
........

2014-12-02 20:54:35 Tree
[r26903] by bugman

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

........
r26901 | bugman | 2014-12-02 21:39:10 +0100 (Tue, 02 Dec 2014) | 9 lines

Created the State.test_bug_23017_ieee_754_multidim_numpy_arrays system test.

This is to catch bug #23017 (https://gna.org/bugs/?23017), the multidimensional numpy arrays are not
being stored as IEEE 754 arrays in the XML state and results files.

This test checks a rank-2 float64 numpy array stored in the current data pipe against what the IEEE
754 int list should be for it.
........
r26902 | bugman | 2014-12-02 21:42:14 +0100 (Tue, 02 Dec 2014) | 9 lines

Simple fix for bug #23017 (https://gna.org/bugs/?23017).

This is the multidimensional numpy arrays are not being stored as IEEE 754 arrays in the XML state
and results files. The problem was a relatively recent regression caused by a change to the
is_float_matrix() function of the lib.arg_check module. It was simply that the default dims keyword
argument value was changed from None to (3, 3). Therefore any call to the function without
supplying the dims argument would fail if the matrix was not of the (3, 3) shape.
........

2014-12-02 20:47:41 Tree
[r26902] by bugman

Simple fix for bug #23017 (https://gna.org/bugs/?23017).

This is the multidimensional numpy arrays are not being stored as IEEE 754 arrays in the XML state
and results files. The problem was a relatively recent regression caused by a change to the
is_float_matrix() function of the lib.arg_check module. It was simply that the default dims keyword
argument value was changed from None to (3, 3). Therefore any call to the function without
supplying the dims argument would fail if the matrix was not of the (3, 3) shape.

2014-12-02 20:42:14 Tree
[r26901] by bugman

Created the State.test_bug_23017_ieee_754_multidim_numpy_arrays system test.

This is to catch bug #23017 (https://gna.org/bugs/?23017), the multidimensional numpy arrays are not
being stored as IEEE 754 arrays in the XML state and results files.

This test checks a rank-2 float64 numpy array stored in the current data pipe against what the IEEE
754 int list should be for it.

2014-12-02 20:39:10 Tree
[r26900] by bugman

Fix for the Frame_order.test_simulate_pseudo_ellipse_xz_plane_tilt system test name.

This was mislabelled as Frame_order.test_simulate_pseudo_ellipse_xy_plane_tilt.

2014-12-02 15:29:57 Tree
[r26899] by bugman

Created the Frame_order.test_simulate_pseudo_ellipse_torsionless_z_axis system test.

This is to check the frame_order.simulate user function for the torsionless pseudo-ellipse model
along the z-axis.

2014-12-02 15:29:04 Tree
[r26898] by bugman

Created the Frame_order.test_simulate_pseudo_ellipse_xy_plane_tilt system test.

This is to check the frame_order.simulate user function for the pseudo-ellipse model with a xz-plane
tilt.

2014-12-02 15:16:33 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.