Menu

SVN archive Commit Log


Commit Date  
[r25656] by bugman

Redirected the download links for relax 3.2.1 to http://www.nmr-relax.com/download_request.html.

2014-09-04 17:09:20 Tree
[r25655] by bugman

Removed ZZ and HD exchange from the dispersion chapter of the relax manual.

These would probably require completely new analysis types added to relax to analyse such data.

2014-09-04 16:56:18 Tree
[r25654] by bugman

Updated the relax version number to 3.3.0 on the http://www.nmr-relax.com/api/index.html webpage.

This includes changing the API documentation links and creating a new section for the new 3.3 minor
version number.

2014-09-04 16:54:56 Tree
[r25653] by bugman

Updated the relax API documentation at http://www.nmr-relax.com/api/3.3/ to version 3.3.0.

2014-09-04 16:50:47 Tree
[r25652] by bugman

Created a directory for the relax 3.3 series API documentation.

2014-09-04 16:43:45 Tree
[r25651] by bugman

Epydoc docstring fix for the dep_check.version_comparison() function.

2014-09-04 16:42:53 Tree
[r25650] by bugman

Updated the relax HTML manual at http://www.nmr-relax.com/manual/index.html to version 3.3.0.

This includes creating a new set of redirects for the minimise user function changes.

2014-09-04 16:39:45 Tree
[r25649] by bugman

Backported the relax 3.3.0 CHANGES file changes to trunk.

The command used was:
svn merge -r25647:25648 svn+ssh://bugman@.../svn/relax/tags/3.3.0 .

2014-09-04 16:13:46 Tree
[r25648] by bugman

Updated the CHANGES file for the commits recently ported from the relax trunk.

2014-09-04 16:07:48 Tree
[r25647] by bugman

Ported r25643 from trunk to provide for catching of old user function calls.

The command used was:
svn merge -r25642:25643 svn+ssh://bugman@.../svn/relax/trunk .

.....
r25643 | bugman | 2014-09-04 17:44:58 +0200 (Thu, 04 Sep 2014) | 10 lines
Changed paths:
M /trunk/prompt/interpreter.py

Hack in the script UI for handling missing user functions due to it being renamed.

This script UI requires a different solution as the prompt UI. The script is executed via the runpy
Python module and there appears to be no clean way of catching each command before it is executed.
So instead, prior to executing the script, the contents of the script are read and old user
functions are searched for using re.search(). The old user function name has "(" appended to it in
the search so that it is sure that it is a user function call. And the old function must have a
space or newline character preceding it.
.....

2014-09-04 15:58:37 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.