Menu

SVN archive Commit Log


Commit Date  
[r20551] by bugman

Added a paragraph to http://www.nmr-relax.com/download.html about not supporting the EPD.

2013-08-06 12:49:17 Tree
[r20550] by bugman

Added a paragraph to the installation chapter of the manual about not supporting the EPD.

2013-08-06 12:48:46 Tree
[r20549] by bugman

Python 3 fix for the new test_suite.clean_up module.

The exceptions Python module does not exist in Python 3, so instead the relax compat.builtins object
is being used to store the WindowsError variable of None.

2013-08-06 12:21:31 Tree
[r20548] by bugman

Epydoc docstring fix for the pipe_control.spectrum.read() function.

The text "Z_A{i}" causes problems when compiling the API documentation, so it has been changed to
"Z_Ai".

2013-08-06 11:55:40 Tree
[r20547] by bugman

Better handling of temporary file and directory removal in the relax test suite.

The new test_suite.clean_up.deletion() function has been created from the recent method of the same
name. This is used by the tearDown() method of the system, unit, and GUI tests. It should prevent
rare MS Windows errors from appearing due to the OS not releasing a temporary file after a close()
call.

2013-08-06 09:38:56 Tree
[r20546] by bugman

Changed the links for the Python downloads to the Python 2.7.5 release webpage.

This is for the webpage http://www.nmr-relax.com/download.html.

2013-08-06 08:50:05 Tree
[r20545] by bugman

Updated the Python download links from 2.7.3 to 2.7.5.

This is for the webpage http://www.nmr-relax.com/download.html.

2013-08-06 08:45:04 Tree
[r20544] by bugman

Updated the minimum Python version from 2.3 to 2.5 in the user manual.

2013-08-06 08:31:54 Tree
[r20543] by bugman

Updated the Python requirement from 2.3 to 2.5 on the webpage http://www.nmr-relax.com/download.html.

2013-08-06 08:28:56 Tree
[r20542] by bugman

An attempt at better handling MS Windows not releasing the file handle on time in the test suite.

The system and unit tests tearDown() method should now be resilient to the strange MS Windows
behaviour of not releasing the relax state files. The tearDown() method should now complete even
when this error occurs. A delay of 3 seconds has been added when the WindowsError occurs to give
the OS some time before attempting to delete the file again. If this fails, then the file deletion
operation is skipped.

2013-08-06 08:23:46 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.