Menu

SVN archive Commit Log


Commit Date  
[r12634] by bugman

Loosened all of the model-free tests so that the minimisation statistics are no longer checked.

The same result was being obtained on different platforms, different Python versions, and different
numpy versions, but the minimisation statistics were slightly different. The iter, f_count, g_count
h_count, and warning variables are no longer checked. This will stop users from thinking they have
a problem with their version of relax, after running the test suite.

2011-02-25 17:46:52 Tree
[r12633] by bugman

The auto_analyses package modules are now imported by __init__ to force their existence.

2011-02-25 14:25:42 Tree
[r12632] by bugman

The reference counting appears to not be needed in the C modules.

This allows the modules to be compiled under Python 2.4 or lower.

2011-02-25 13:56:04 Tree
[r12631] by bugman

Scripts can now be run again under Python versions 2.4 or lower.

2011-02-25 13:38:10 Tree
[r12630] by bugman

Fix for the initialisation of the Bruker_import class.

This allows this module to be loaded in Python 2.4.

2011-02-25 13:33:35 Tree
[r12629] by bugman

The runpy module is only imported if it exists.

2011-02-25 13:32:27 Tree
[r12628] by bugman

Added a check for the runpy module.

2011-02-25 13:31:31 Tree
[r12627] by bugman

Fix for the back_calc_I C function so that it works under Python 2.5.

2011-02-25 13:29:07 Tree
[r12626] by bugman

Added wrapper methods to the relaxation curve-fitting specific code for the new C modules.

These allow the parameter numpy array from minfx to be converted into a Python list prior to sending
it into the C module.

2011-02-25 13:26:23 Tree
[r12625] by bugman

Removed numpy from the relaxation curve-fitting C module code.

This now expects Python lists as arguments. This should help with incompatibilities between
different Python versions, as this seems to be due to the numpy C interface. See for example
the thread started by Min-Kyu <min-kyu dott cho att vanderbilt dot edu>
https://mail.gna.org/public/relax-users/2011-02/msg00000.html (Message-id:
<001f01cbd24f$350042d0$9f00c870$@cho@...>).

2011-02-25 13:24:59 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.