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
........