Menu

SVN archive Commit Log


Commit Date  
[r24427] by bugman

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

2014-07-03 11:47:09 Tree
[r24426] by bugman

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

2014-07-03 11:37:33 Tree
[r24425] by bugman

Updated the Mac OS X framework setting up instruction document.

New sections have been added for the nose and matplotlib Python packages, as nose is needed for the
numpy and scipy testing frameworks and matplotlib might be a useful optional dependency in the
future.

The mpy4py section has been updated to avoid the non-framework fink version of mpicc which cannot
produce universal binaries. A few other parts also have small edits.

2014-07-03 11:25:59 Tree
[r24424] by bugman

Updated the http://www.nmr-relax.com/download.html webpage for relax 3.2.3.

2014-07-03 11:23:51 Tree
[r24423] by bugman

Merged revisions 24418-24419,24421-24422 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r24418 | bugman | 2014-07-02 16:48:30 +0200 (Wed, 02 Jul 2014) | 6 lines

Backported the relax 3.2.3 CHANGES file changes to trunk.

The command used was:
svn merge -r24416:24417 svn+ssh://bugman@.../svn/relax/tags/3.2.3 .
........
r24419 | bugman | 2014-07-02 17:45:14 +0200 (Wed, 02 Jul 2014) | 6 lines

MS Windows fixes to allow relax to run again.

The code for eliminating the GNU readline ^[[?1034h escape code emission on Linux systems fails on
Windows as the 'TERM' environmental variable does not exist in os.environ.
........
r24421 | bugman | 2014-07-03 08:54:26 +0200 (Thu, 03 Jul 2014) | 8 lines

Better tab completion support in the prompt UI for Mac OS X users.

For some Python versions, the Mac supplied libedit library is used rather than GNU readline. But
this library uses a completely different language and hence tab completion was non-functional on
these systems. The library difference is now detected and the correct language sent into libedit to
activate tab completion.
........
r24422 | bugman | 2014-07-03 11:35:50 +0200 (Thu, 03 Jul 2014) | 13 lines

Improved model handling for the internal structural object.

The set_model() method has been added to allow either a model number to be set to the first
unnumbered model (in preparation for adding new models) or to allow models to be renumbered.
The logic of the add_model() has also been changed. Rather than looping over all atoms of the first
model and copying them, which does not work due to the model validity checks, the entire MolList
(molecule list) data structure is copied using copy.deepcopy() to make a perfect copy of the
structural data.

The ModelList.add_item() method has also been modified to return the newly added or numbered model.
This is used by the add_model() structural object method to obtain the model object.
........

2014-07-03 09:40:22 Tree
[r24422] by bugman

Improved model handling for the internal structural object.

The set_model() method has been added to allow either a model number to be set to the first
unnumbered model (in preparation for adding new models) or to allow models to be renumbered.
The logic of the add_model() has also been changed. Rather than looping over all atoms of the first
model and copying them, which does not work due to the model validity checks, the entire MolList
(molecule list) data structure is copied using copy.deepcopy() to make a perfect copy of the
structural data.

The ModelList.add_item() method has also been modified to return the newly added or numbered model.
This is used by the add_model() structural object method to obtain the model object.

2014-07-03 09:35:50 Tree
[r24421] by bugman

Better tab completion support in the prompt UI for Mac OS X users.

For some Python versions, the Mac supplied libedit library is used rather than GNU readline. But
this library uses a completely different language and hence tab completion was non-functional on
these systems. The library difference is now detected and the correct language sent into libedit to
activate tab completion.

2014-07-03 06:54:26 Tree
[r24420] by bugman

Ported a critical fix for MS Windows to allow relax to run from the trunk.

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

2014-07-02 15:46:33 Tree
[r24419] by bugman

MS Windows fixes to allow relax to run again.

The code for eliminating the GNU readline ^[[?1034h escape code emission on Linux systems fails on
Windows as the 'TERM' environmental variable does not exist in os.environ.

2014-07-02 15:45:14 Tree
[r24418] by bugman

Backported the relax 3.2.3 CHANGES file changes to trunk.

The command used was:
svn merge -r24416:24417 svn+ssh://bugman@.../svn/relax/tags/3.2.3 .

2014-07-02 14:48:30 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.