Menu

SVN archive Commit Log


Commit Date  
[r17920] by bugman

Merged revisions 17898-17900,17906,17911-17912,17914-17915 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r17898 | bugman | 2012-10-17 15:22:04 +0200 (Wed, 17 Oct 2012) | 3 lines

Decreased the Python version dependency from 2.5 to 2.3 in the installation chapter of the user manual.
........
r17899 | bugman | 2012-10-17 15:29:19 +0200 (Wed, 17 Oct 2012) | 3 lines

Small edit to the installation chapter of the user manual.
........
r17900 | bugman | 2012-10-17 15:29:41 +0200 (Wed, 17 Oct 2012) | 3 lines

The scons 'clean' target now removes the Python 3 __pycache__ directories.
........
r17906 | bugman | 2012-10-17 17:23:05 +0200 (Wed, 17 Oct 2012) | 6 lines

Merged the relax version 2.1.2 CHANGES file back to trunk.

The command used was:
svn merge -r17904:17905 svn+ssh://bugman@.../svn/relax/tags/2.1.2 .
........
r17911 | bugman | 2012-10-17 22:43:22 +0200 (Wed, 17 Oct 2012) | 7 lines

Scons fix for MS Windows.

A bug was introduced back at r17786 which causes scons to fail on MS Windows. This has to do with
the ctypes.Structure object but strangely led to a AttributeError importing scipy when initialising
scons.
........
r17912 | bugman | 2012-10-17 22:53:41 +0200 (Wed, 17 Oct 2012) | 3 lines

Another attempt at fixing the scons failure in MS Windows due to scipy and ctypes killing each other.
........
r17914 | bugman | 2012-10-18 10:56:05 +0200 (Thu, 18 Oct 2012) | 7 lines

The relax HTML user manual footer has been modified to remove the name of the person who compiled it.

This is for http://www.nmr-relax.com/manual/index.html, and now contains links for relax
(http://www.nmr-relax.com), the manual (http://www.nmr-relax.com/manual) and the PDF version of the
manual (http://download.gna.org/relax/manual/relax.pdf).
........
r17915 | bugman | 2012-10-18 10:56:41 +0200 (Thu, 18 Oct 2012) | 3 lines

Small syntax fix in the release checklist document.
........

2012-10-18 11:42:01 Tree
[r17919] by bugman

Merged revisions 17898-17900,17906,17911-17912,17914-17915 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r17898 | bugman | 2012-10-17 15:22:04 +0200 (Wed, 17 Oct 2012) | 3 lines

Decreased the Python version dependency from 2.5 to 2.3 in the installation chapter of the user manual.
........
r17899 | bugman | 2012-10-17 15:29:19 +0200 (Wed, 17 Oct 2012) | 3 lines

Small edit to the installation chapter of the user manual.
........
r17900 | bugman | 2012-10-17 15:29:41 +0200 (Wed, 17 Oct 2012) | 3 lines

The scons 'clean' target now removes the Python 3 __pycache__ directories.
........
r17906 | bugman | 2012-10-17 17:23:05 +0200 (Wed, 17 Oct 2012) | 6 lines

Merged the relax version 2.1.2 CHANGES file back to trunk.

The command used was:
svn merge -r17904:17905 svn+ssh://bugman@.../svn/relax/tags/2.1.2 .
........
r17911 | bugman | 2012-10-17 22:43:22 +0200 (Wed, 17 Oct 2012) | 7 lines

Scons fix for MS Windows.

A bug was introduced back at r17786 which causes scons to fail on MS Windows. This has to do with
the ctypes.Structure object but strangely led to a AttributeError importing scipy when initialising
scons.
........
r17912 | bugman | 2012-10-17 22:53:41 +0200 (Wed, 17 Oct 2012) | 3 lines

Another attempt at fixing the scons failure in MS Windows due to scipy and ctypes killing each other.
........
r17914 | bugman | 2012-10-18 10:56:05 +0200 (Thu, 18 Oct 2012) | 7 lines

The relax HTML user manual footer has been modified to remove the name of the person who compiled it.

This is for http://www.nmr-relax.com/manual/index.html, and now contains links for relax
(http://www.nmr-relax.com), the manual (http://www.nmr-relax.com/manual) and the PDF version of the
manual (http://download.gna.org/relax/manual/relax.pdf).
........
r17915 | bugman | 2012-10-18 10:56:41 +0200 (Thu, 18 Oct 2012) | 3 lines

Small syntax fix in the release checklist document.
........

2012-10-18 11:41:10 Tree
[r17918] by bugman

Added all of the frame order test data 'back_calc.bz2' state files as these are quite small.

2012-10-18 11:36:25 Tree
[r17917] by bugman

Added some missing files to the API documentation.

2012-10-18 09:06:41 Tree
[r17916] by bugman

Updated the download page (http://www.nmr-relax.com/download.html) for more of the distributions.

2012-10-18 09:02:00 Tree
[r17915] by bugman

Small syntax fix in the release checklist document.

2012-10-18 08:56:41 Tree
[r17914] by bugman

The relax HTML user manual footer has been modified to remove the name of the person who compiled it.

This is for http://www.nmr-relax.com/manual/index.html, and now contains links for relax
(http://www.nmr-relax.com), the manual (http://www.nmr-relax.com/manual) and the PDF version of the
manual (http://download.gna.org/relax/manual/relax.pdf).

2012-10-18 08:56:05 Tree
[r17913] by bugman

Updated the HTML version of the user manual to relax version 2.1.2.

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

2012-10-17 21:28:37 Tree
[r17912] by bugman

Another attempt at fixing the scons failure in MS Windows due to scipy and ctypes killing each other.

2012-10-17 20:53:41 Tree
[r17911] by bugman

Scons fix for MS Windows.

A bug was introduced back at r17786 which causes scons to fail on MS Windows. This has to do with
the ctypes.Structure object but strangely led to a AttributeError importing scipy when initialising
scons.

2012-10-17 20:43:22 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.