Menu

SVN archive Commit Log


Commit Date  
[r20571] by bugman

A number of updates and improvements to the document explaining how to setup a Mac OS X framework.

This Framework Python setup is used to build the binary distribution files.

2013-08-09 08:02:09 Tree
[r20570] by bugman

Merged revisions 20536,20542,20544,20547-20550,20553,20555,20565-20566 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r20536 | bugman | 2013-08-06 09:02:50 +0200 (Tue, 06 Aug 2013) | 4 lines

Python 3 fix for the lib.software.nmrpipe.read_list_intensity_seriestab() function.

The inbuilt Python filter() function does not return a list in Python 3, as previously, but rather
a filter object. Therefore a call to list() is required to properly convert the data.
........
r20542 | bugman | 2013-08-06 10:23:46 +0200 (Tue, 06 Aug 2013) | 9 lines

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.
........
r20544 | bugman | 2013-08-06 10:31:54 +0200 (Tue, 06 Aug 2013) | 3 lines

Updated the minimum Python version from 2.3 to 2.5 in the user manual.
........
r20547 | bugman | 2013-08-06 11:38:56 +0200 (Tue, 06 Aug 2013) | 8 lines

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.
........
r20548 | bugman | 2013-08-06 13:55:40 +0200 (Tue, 06 Aug 2013) | 6 lines

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".
........
r20549 | bugman | 2013-08-06 14:21:31 +0200 (Tue, 06 Aug 2013) | 6 lines

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.
........
r20550 | bugman | 2013-08-06 14:48:46 +0200 (Tue, 06 Aug 2013) | 3 lines

Added a paragraph to the installation chapter of the manual about not supporting the EPD.
........
r20553 | bugman | 2013-08-06 18:33:32 +0200 (Tue, 06 Aug 2013) | 3 lines

Removal of trailing whitespace in the docs/CHANGES document.
........
r20555 | bugman | 2013-08-06 18:35:14 +0200 (Tue, 06 Aug 2013) | 6 lines

Backported the relax 3.0.0 changes file additions to trunk.

The command used was:
svn merge -r20553:20554 svn+ssh://bugman@.../svn/relax/tags/3.0.0 .
........
r20565 | bugman | 2013-08-07 17:22:44 +0200 (Wed, 07 Aug 2013) | 3 lines

Bibtex fixes required for proper latex2html compilation.
........
r20566 | bugman | 2013-08-07 17:23:47 +0200 (Wed, 07 Aug 2013) | 3 lines

The font size is no longer set for the latex2html compiled user manual.
........

2013-08-08 10:04:44 Tree
[r20569] by bugman

Small edit of the release date for http://www.nmr-relax.com/download.html.

2013-08-08 08:44:23 Tree
[r20568] by bugman

Updated the news links for the relax 3.0.0 release on the webpage http://www.nmr-relax.com/download.html.

2013-08-08 08:43:44 Tree
[r20567] by bugman

Updated the HTML user manual to relax version 3.0.0.

This is for http://www.nmr-relax.com/manual/index.html.

2013-08-07 15:55:24 Tree
[r20566] by bugman

The font size is no longer set for the latex2html compiled user manual.

2013-08-07 15:23:47 Tree
[r20565] by bugman

Bibtex fixes required for proper latex2html compilation.

2013-08-07 15:22:44 Tree
[r20564] by bugman

Fixes for the md5sum and file size for the Mac OS X distribution archive for relax 3.0.0.

The original file was incorrectly built and was missing scipy. The new file is now fully
functional. This change is for http://www.nmr-relax.com/download.html.

2013-08-07 07:30:09 Tree
[r20563] by bugman

Changed the API documentation link in the side menu for http://www.nmr-relax.com.

2013-08-07 07:08:24 Tree
[r20562] by bugman

Added the relax 3.0.0 API documentation to the website.

This is the new 3.0 API documentation at http://www.nmr-relax.com/api/3.0.

2013-08-07 07:03:49 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.