Menu

SVN archive Commit Log


Commit Date  
[r2552] by bugman

Merged r2528 to r2551 of the 1.2 line into this 'nan_catch_test' branch. This is to syncronise the
branch with the 1.2 line prior to merging the branch back into the 1.2 line.

The command used was:
svn merge -r2528:2551 svn+ssh://bugman@.../svn/relax/1.2

2006-09-03 08:03:22 Tree
[r2551] by bugman

Commented out the calls to 'isnan()' and 'isinf()' in the model-free code.

2006-09-03 06:48:21 Tree
[r2550] by bugman

Added a skeleton for the isnan() and isinf() functions. Two dummy functions have been created and
the code in 'specific_fns/model_free.py' now points to these.

2006-09-03 06:06:12 Tree
[r2549] by bugman

Reverted the last changes to remove the RelaxWarning system code which Chris MacRaild has recoded
within the 'warning' branch.

The command used to revert the changes was:
svn merge -r2532:2531 svn+ssh://bugman@.../svn/relax/branches/nan_catch_test

2006-09-03 05:14:41 Tree
[r2548] by bugman

Added a try statement to catch the ImportError failure of the 'lstat' and 'symlink' functions of the
'os' module within the 'sconstruct' script.

This is a fix for bug #6841 (https://gna.org/bugs/?func=detailitem&item_id=6841) which was reported
by Daniel Perez in the post at https://mail.gna.org/public/relax-users/2006-09/msg00000.html
(Message-id: <44F7FFCF.4060102@...>). The sconstruct function problems were identified
by Chris MacRaild at https://mail.gna.org/public/relax-users/2006-09/msg00003.html (Message-id:
<1157109851.28764.964.camel@...>).

This import statement fails under MS Windows as the symlink 'os' functions are UNIX only.

2006-09-01 11:50:52 Tree
[r2547] by bugman

Added a try statement to catch the ImportError failure of the 'spawnlp' function of the 'os' module.

This is a fix for bug #6841 (https://gna.org/bugs/?func=detailitem&item_id=6841) which was reported
by Daniel Perez in the post at https://mail.gna.org/public/relax-users/2006-09/msg00000.html
(Message-id: <44F7FFCF.4060102@...>). The 'spawnlp' function problem was identified by
Chris MacRaild at https://mail.gna.org/public/relax-users/2006-09/msg00003.html (Message-id:
<1157109851.28764.964.camel@...>).

This import statement fails under MS Windows as the 'spawnlp' function is UNIX only.

2006-09-01 11:46:14 Tree
[r2546] by bugman

Fixed some indexing statements in the Open Source infrastructure chapter which were resulting in the
indexing statement appearing in the manual.

2006-09-01 11:03:21 Tree
[r2545] by bugman

Added a try statement to catch the ImportError failure of the 'kill' function of the 'os' module.

This is a fix for bug #6841 (https://gna.org/bugs/?func=detailitem&item_id=6841) which was reported
by Daniel Perez in the post at https://mail.gna.org/public/relax-users/2006-09/msg00000.html
(Message-id: <44F7FFCF.4060102@...>).

This import statement fails under MS Windows as the 'kill' function is UNIX only.

2006-09-01 10:59:17 Tree
[r2544] by macraild

Move RelaxWarning initialisation till after parsing of command line
arguments.

See: mail.gna.org/public/relax-devel/2006-08/msg00088.html

2006-08-31 13:38:20 Tree
[r2543] by macraild

Further modifications to the Warnings system.

Discussed in thread starting
https://mail.gna.org/public/relax-devel/2006-08/msg00082.html

2006-08-31 10:36:29 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.