Menu

SVN archive Commit Log


Commit Date  
[r2370] by bugman

A bug fix and a few added features:

The Dasha execute function has been updated to follow the lead of the Modelfree4 equivalent function
whereby a non-standary binary executable Dasha file can be specified.

The Dasha sample script has been significantly modified to optimise a series of model-free models.

The OpenDX surfaces have had their opacity levels changed to better veiw the curvature of the space.

The automatically generated Dasha script has been fixed. Previously the optimise command used was
'min all' or 'lmin all'. This is incorrect and the proper syntax is 'min m n' or 'lmin m n' where
m is the first residue number while n is the last.

2006-02-20 05:00:31 Tree
[r2369] by bugman

Bug fixes:

The code of 'generic_fns/value.py', 'generic_fns/diffusion_tensor.py', and
'specific_fns/model_free.py' has been fixed to properly handle the local tm parameter as well as the
global tm parameter.

The local tm parameter can now also be part of the parameter set for an OpenDX map of the
chi-squared space.

2006-02-15 01:51:08 Tree
[r2368] by bugman

Modified the Sconstruct script to load the entire program only when fetching the docstrings.

2006-02-08 03:53:31 Tree
[r2367] by bugman

Bug fixes due to unstable, broken Numeric Python packages:

Fixed a bug in the minimisation code. The Cholesky Hessian modification was failing due to the
Numeric Python package instability. The code should catch if the Cholesky factorisation fails and
then modify the factor tau and repeat the steps until the factorisation is succesful. Previously
the Numeric 'cholesky_decomposition()' function would throw out the "LinearAlgebraError" error, but
now something else is thrown out! The code now handles any error.

A bug fix to the Newton minimisation code has also been added. When the print flag is set above 3,
the code tries to calculate the eigenvalues of the Hessian. However the Numeric function
'eigenvectors()' is completely broken and causes any code which calls it to hang infinitely. The
code has been commented out.

2006-02-08 03:49:19 Tree
[r2366] by bugman

A complete shift from the make build system to the scons build system (and a bug fix).

All the targets of all makefiles have been rewritten into python functions within the Sconstruct
file 'sconstruct'. Now instead of typing 'make install', you type 'scons install'. Hence, all
makefiles have been deleted.

The executable python script 'docs/latex/fetch_docstrings' has been moved to the non-executable file
'docs/latex/fetch_docstrings.py'. It is now imported into the Scons python script 'sconstruct' and
hence '__init__.py' files have been added to the 'docs' and 'docs/latex' directories.

The script 'docs/latex/version' has been shifted completely into the 'sconstruct' file and has been
deleted.

The file 'docs/release_checklist' has been modified to use the scons rather than make commands.

The script 'package' which was made redundant by the original shift to the make system has been
deleted.

Bug fix: The file 'generic_fns/palmer.py' has been modified to gracefully handle a Modelfree4 bug
whereby the 'mfout' output file has been corrupted due to the fusion of columns.

2006-01-30 06:45:35 Tree
[r2365] by bugman

Rewrote the whole sconstruct script.

The script now executes a class which does all the work.

The 'install' target is half written.

2006-01-26 04:08:23 Tree
[r2364] by bugman

Fixed the Mac detection in the Scons script.

2006-01-25 08:24:40 Tree
[r2363] by bugman

Added the ability of the Scons script to catch Mac OS X.

The linker is then sent the options '-bundle -bundle_loader /usr/bin/python -dynamic' to create the
OS X shared library. Not sure how well this will work.

2006-01-25 08:20:31 Tree
[r2362] by bugman

Removed the '.so' part of the shared library target for compatibility.

2006-01-25 07:37:49 Tree
[r2361] by bugman

Added all the necessary code to the Scons script to build the relaxation curve fitting C module.

2006-01-25 07:29:09 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.