Commit | Date | |
---|---|---|
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 |
2013-04-29 08:36:42 | Tree | |
[r19602]
by
bugman
Documentation improvements for the back_calc_I() function of the relax_fit C module. |
2013-04-29 08:35:15 | Tree |
[r19601]
by
bugman
Converted the Py_BuildValue() calls to PyFloat_FromDouble() in the relax_fit C module. This doesn't change much. |
2013-04-29 08:31:46 | Tree |