Menu

SVN archive Commit Log


Commit Date  
[r2553] by bugman

Merged the 'nan_catch_test' branch (r2552) into the 1.2 line (r2552).

The command used was:
svn merge svn+ssh://bugman@.../svn/relax/1.2@... svn+ssh://bugman@.../svn/relax/branches/nan_catch_test@...

This branch was created as a branch off the 1.2 line at r2528. It was in response to bug #6503
(https://gna.org/bugs/?func=detailitem&item_id=6503) and the subsequent discussions in the threads
starting at https://mail.gna.org/public/relax-devel/2006-08/msg00000.html
(Message-id: <7f080ed10608020558o47fd0260s9579f663147ab84@...>) and
https://mail.gna.org/public/relax-devel/2006-08/msg00029.html (Message-id:
<7f080ed10608082240r114cf35an60af62836fcc81bf@...>).

The two functions 'isnan()' and 'isinf()' have been created to fix the bug. These are however not
currently functional. In addition bug #6510 (https://gna.org/bugs/?func=detailitem&item_id=6510)
has been fixed.

2006-09-03 08:28:49 Tree
[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
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.