Commit | Date | |
---|---|---|
[r19613]
by
bugman
Created the lib.mathematics relax library module. This currently contains two functions, order_of_magnitude() and round_to_next_order(). |
2013-05-02 10:15:04 | Tree |
2013-05-02 10:05:15 | Tree | |
[r19611]
by
bugman
Redesign of the relaxation dispersion models in the relax_disp.select_model user function front-end. The models have been renamed and better defined based on the experiment type (CPMG or R1rho). |
2013-05-02 09:53:12 | Tree |
2013-04-29 12:25:35 | Tree | |
2013-04-29 10:01:20 | Tree | |
[r19608]
by
bugman
Merged revisions 19595-19607 via svnmerge from ........ |
2013-04-29 09:39:33 | Tree |
[r19607]
by
bugman
Big bug fix for a memory leak in the relaxation curve-fitting C module. Proper reference counting is used for the temporary 'element' Python objects used in the conversion |
2013-04-29 09:37:47 | Tree |
[r19606]
by
bugman
Removed some bad calls to status.exec_lock.release(). This commit may have to be reverted in the future. The problem is that the execution lock is not |
2013-04-29 09:27:57 | Tree |
[r19605]
by
bugman
The numpy include is no longer used for the compilation of the C modules. Numpy is not used at all in the C modules, so this just adds an annoying dependency for those who |
2013-04-29 09:15:16 | Tree |
[r19604]
by
bugman
The exponential C file now uses the exp() function from math.h rather than Python.h. This file is independent from Python. |
2013-04-29 09:11:06 | Tree |