Menu

SVN archive Commit Log


Commit Date  
[r17898] by bugman

Decreased the Python version dependency from 2.5 to 2.3 in the installation chapter of the user manual.

2012-10-17 13:22:04 Tree
[r17897] by bugman

All of the alignment tensor data from the frame order base data loop methods have been removed.

This also includes the assembly of the alignment tensor data.

2012-10-17 13:03:30 Tree
[r17896] by bugman

Merged revisions 17878-17892 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r17878 | bugman | 2012-10-16 23:15:21 +0200 (Tue, 16 Oct 2012) | 3 lines

Fix for the API documentation for the rename of the 'scripts' to 'devel_scripts' directory at r17708.
........
r17879 | bugman | 2012-10-16 23:30:35 +0200 (Tue, 16 Oct 2012) | 6 lines

API documentation fix - a circular import has been broken.

This was only a circular import when the gui package is imported from an external program like
Epydoc.
........
r17880 | bugman | 2012-10-16 23:37:14 +0200 (Tue, 16 Oct 2012) | 6 lines

Improvements to the API documentation compilation.

The excluded files and directories, as well as hidden ones, are no longer included in the list of
files/directories to add to the documentation.
........
r17881 | bugman | 2012-10-17 09:32:20 +0200 (Wed, 17 Oct 2012) | 3 lines

Updated the relax prompt mode figure in the intro chapter of the user manual to the more modern prompt.
........
r17882 | bugman | 2012-10-17 10:40:58 +0200 (Wed, 17 Oct 2012) | 5 lines

Fix for the relax user manual compilation.

The full path for an icon in the graphics directory was being used.
........
r17883 | bugman | 2012-10-17 10:53:40 +0200 (Wed, 17 Oct 2012) | 3 lines

Import fix for the relax GUI tests for a problem only recently introduced.
........
r17884 | bugman | 2012-10-17 11:01:23 +0200 (Wed, 17 Oct 2012) | 3 lines

The setup.py application building script now complains if the Python setuptools are not installed.
........
r17885 | bugman | 2012-10-17 11:25:53 +0200 (Wed, 17 Oct 2012) | 6 lines

Added some bug catching code for the observer objects.

In some rare cases a registered method's key was set to None. This is now caught and a RelaxError
thrown to prevent later indecipherable errors.
........
r17886 | bugman | 2012-10-17 11:30:59 +0200 (Wed, 17 Oct 2012) | 3 lines

Added some special RelaxErrors for data pipe bundles.
........
r17887 | bugman | 2012-10-17 11:31:44 +0200 (Wed, 17 Oct 2012) | 3 lines

Missing import of the sys module.
........
r17888 | bugman | 2012-10-17 11:33:35 +0200 (Wed, 17 Oct 2012) | 3 lines

Added some error checking for the data pipe bundle in the auto model-free analysis GUI code.
........
r17889 | bugman | 2012-10-17 11:37:13 +0200 (Wed, 17 Oct 2012) | 3 lines

Added data pipe bundle error checking for the GUI pipe editor window associate_auto() method.
........
r17890 | bugman | 2012-10-17 11:45:31 +0200 (Wed, 17 Oct 2012) | 3 lines

Another attempt at fixing a nasty circular import in the relax GUI.
........
r17891 | bugman | 2012-10-17 11:59:14 +0200 (Wed, 17 Oct 2012) | 3 lines

Fix for the State.test_load_state_no_gui() GUI test - the data pipe bundle is now given.
........
r17892 | bugman | 2012-10-17 11:59:46 +0200 (Wed, 17 Oct 2012) | 3 lines

More error checking for the associate_auto() method of the data pipe editor window.
........

2012-10-17 11:33:46 Tree
[r17895] by bugman

Merged revisions 17878-17892 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r17878 | bugman | 2012-10-16 23:15:21 +0200 (Tue, 16 Oct 2012) | 3 lines

Fix for the API documentation for the rename of the 'scripts' to 'devel_scripts' directory at r17708.
........
r17879 | bugman | 2012-10-16 23:30:35 +0200 (Tue, 16 Oct 2012) | 6 lines

API documentation fix - a circular import has been broken.

This was only a circular import when the gui package is imported from an external program like
Epydoc.
........
r17880 | bugman | 2012-10-16 23:37:14 +0200 (Tue, 16 Oct 2012) | 6 lines

Improvements to the API documentation compilation.

The excluded files and directories, as well as hidden ones, are no longer included in the list of
files/directories to add to the documentation.
........
r17881 | bugman | 2012-10-17 09:32:20 +0200 (Wed, 17 Oct 2012) | 3 lines

Updated the relax prompt mode figure in the intro chapter of the user manual to the more modern prompt.
........
r17882 | bugman | 2012-10-17 10:40:58 +0200 (Wed, 17 Oct 2012) | 5 lines

Fix for the relax user manual compilation.

The full path for an icon in the graphics directory was being used.
........
r17883 | bugman | 2012-10-17 10:53:40 +0200 (Wed, 17 Oct 2012) | 3 lines

Import fix for the relax GUI tests for a problem only recently introduced.
........
r17884 | bugman | 2012-10-17 11:01:23 +0200 (Wed, 17 Oct 2012) | 3 lines

The setup.py application building script now complains if the Python setuptools are not installed.
........
r17885 | bugman | 2012-10-17 11:25:53 +0200 (Wed, 17 Oct 2012) | 6 lines

Added some bug catching code for the observer objects.

In some rare cases a registered method's key was set to None. This is now caught and a RelaxError
thrown to prevent later indecipherable errors.
........
r17886 | bugman | 2012-10-17 11:30:59 +0200 (Wed, 17 Oct 2012) | 3 lines

Added some special RelaxErrors for data pipe bundles.
........
r17887 | bugman | 2012-10-17 11:31:44 +0200 (Wed, 17 Oct 2012) | 3 lines

Missing import of the sys module.
........
r17888 | bugman | 2012-10-17 11:33:35 +0200 (Wed, 17 Oct 2012) | 3 lines

Added some error checking for the data pipe bundle in the auto model-free analysis GUI code.
........
r17889 | bugman | 2012-10-17 11:37:13 +0200 (Wed, 17 Oct 2012) | 3 lines

Added data pipe bundle error checking for the GUI pipe editor window associate_auto() method.
........
r17890 | bugman | 2012-10-17 11:45:31 +0200 (Wed, 17 Oct 2012) | 3 lines

Another attempt at fixing a nasty circular import in the relax GUI.
........
r17891 | bugman | 2012-10-17 11:59:14 +0200 (Wed, 17 Oct 2012) | 3 lines

Fix for the State.test_load_state_no_gui() GUI test - the data pipe bundle is now given.
........
r17892 | bugman | 2012-10-17 11:59:46 +0200 (Wed, 17 Oct 2012) | 3 lines

More error checking for the associate_auto() method of the data pipe editor window.
........

2012-10-17 11:31:41 Tree
[r17894] by bugman

Merged revisions 17878-17892 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r17878 | bugman | 2012-10-16 23:15:21 +0200 (Tue, 16 Oct 2012) | 3 lines

Fix for the API documentation for the rename of the 'scripts' to 'devel_scripts' directory at r17708.
........
r17879 | bugman | 2012-10-16 23:30:35 +0200 (Tue, 16 Oct 2012) | 6 lines

API documentation fix - a circular import has been broken.

This was only a circular import when the gui package is imported from an external program like
Epydoc.
........
r17880 | bugman | 2012-10-16 23:37:14 +0200 (Tue, 16 Oct 2012) | 6 lines

Improvements to the API documentation compilation.

The excluded files and directories, as well as hidden ones, are no longer included in the list of
files/directories to add to the documentation.
........
r17881 | bugman | 2012-10-17 09:32:20 +0200 (Wed, 17 Oct 2012) | 3 lines

Updated the relax prompt mode figure in the intro chapter of the user manual to the more modern prompt.
........
r17882 | bugman | 2012-10-17 10:40:58 +0200 (Wed, 17 Oct 2012) | 5 lines

Fix for the relax user manual compilation.

The full path for an icon in the graphics directory was being used.
........
r17883 | bugman | 2012-10-17 10:53:40 +0200 (Wed, 17 Oct 2012) | 3 lines

Import fix for the relax GUI tests for a problem only recently introduced.
........
r17884 | bugman | 2012-10-17 11:01:23 +0200 (Wed, 17 Oct 2012) | 3 lines

The setup.py application building script now complains if the Python setuptools are not installed.
........
r17885 | bugman | 2012-10-17 11:25:53 +0200 (Wed, 17 Oct 2012) | 6 lines

Added some bug catching code for the observer objects.

In some rare cases a registered method's key was set to None. This is now caught and a RelaxError
thrown to prevent later indecipherable errors.
........
r17886 | bugman | 2012-10-17 11:30:59 +0200 (Wed, 17 Oct 2012) | 3 lines

Added some special RelaxErrors for data pipe bundles.
........
r17887 | bugman | 2012-10-17 11:31:44 +0200 (Wed, 17 Oct 2012) | 3 lines

Missing import of the sys module.
........
r17888 | bugman | 2012-10-17 11:33:35 +0200 (Wed, 17 Oct 2012) | 3 lines

Added some error checking for the data pipe bundle in the auto model-free analysis GUI code.
........
r17889 | bugman | 2012-10-17 11:37:13 +0200 (Wed, 17 Oct 2012) | 3 lines

Added data pipe bundle error checking for the GUI pipe editor window associate_auto() method.
........
r17890 | bugman | 2012-10-17 11:45:31 +0200 (Wed, 17 Oct 2012) | 3 lines

Another attempt at fixing a nasty circular import in the relax GUI.
........
r17891 | bugman | 2012-10-17 11:59:14 +0200 (Wed, 17 Oct 2012) | 3 lines

Fix for the State.test_load_state_no_gui() GUI test - the data pipe bundle is now given.
........
r17892 | bugman | 2012-10-17 11:59:46 +0200 (Wed, 17 Oct 2012) | 3 lines

More error checking for the associate_auto() method of the data pipe editor window.
........

2012-10-17 11:31:02 Tree
[r17893] by bugman

Merged revisions 17878-17892 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r17878 | bugman | 2012-10-16 23:15:21 +0200 (Tue, 16 Oct 2012) | 3 lines

Fix for the API documentation for the rename of the 'scripts' to 'devel_scripts' directory at r17708.
........
r17879 | bugman | 2012-10-16 23:30:35 +0200 (Tue, 16 Oct 2012) | 6 lines

API documentation fix - a circular import has been broken.

This was only a circular import when the gui package is imported from an external program like
Epydoc.
........
r17880 | bugman | 2012-10-16 23:37:14 +0200 (Tue, 16 Oct 2012) | 6 lines

Improvements to the API documentation compilation.

The excluded files and directories, as well as hidden ones, are no longer included in the list of
files/directories to add to the documentation.
........
r17881 | bugman | 2012-10-17 09:32:20 +0200 (Wed, 17 Oct 2012) | 3 lines

Updated the relax prompt mode figure in the intro chapter of the user manual to the more modern prompt.
........
r17882 | bugman | 2012-10-17 10:40:58 +0200 (Wed, 17 Oct 2012) | 5 lines

Fix for the relax user manual compilation.

The full path for an icon in the graphics directory was being used.
........
r17883 | bugman | 2012-10-17 10:53:40 +0200 (Wed, 17 Oct 2012) | 3 lines

Import fix for the relax GUI tests for a problem only recently introduced.
........
r17884 | bugman | 2012-10-17 11:01:23 +0200 (Wed, 17 Oct 2012) | 3 lines

The setup.py application building script now complains if the Python setuptools are not installed.
........
r17885 | bugman | 2012-10-17 11:25:53 +0200 (Wed, 17 Oct 2012) | 6 lines

Added some bug catching code for the observer objects.

In some rare cases a registered method's key was set to None. This is now caught and a RelaxError
thrown to prevent later indecipherable errors.
........
r17886 | bugman | 2012-10-17 11:30:59 +0200 (Wed, 17 Oct 2012) | 3 lines

Added some special RelaxErrors for data pipe bundles.
........
r17887 | bugman | 2012-10-17 11:31:44 +0200 (Wed, 17 Oct 2012) | 3 lines

Missing import of the sys module.
........
r17888 | bugman | 2012-10-17 11:33:35 +0200 (Wed, 17 Oct 2012) | 3 lines

Added some error checking for the data pipe bundle in the auto model-free analysis GUI code.
........
r17889 | bugman | 2012-10-17 11:37:13 +0200 (Wed, 17 Oct 2012) | 3 lines

Added data pipe bundle error checking for the GUI pipe editor window associate_auto() method.
........
r17890 | bugman | 2012-10-17 11:45:31 +0200 (Wed, 17 Oct 2012) | 3 lines

Another attempt at fixing a nasty circular import in the relax GUI.
........
r17891 | bugman | 2012-10-17 11:59:14 +0200 (Wed, 17 Oct 2012) | 3 lines

Fix for the State.test_load_state_no_gui() GUI test - the data pipe bundle is now given.
........
r17892 | bugman | 2012-10-17 11:59:46 +0200 (Wed, 17 Oct 2012) | 3 lines

More error checking for the associate_auto() method of the data pipe editor window.
........

2012-10-17 11:29:50 Tree
[r17892] by bugman

More error checking for the associate_auto() method of the data pipe editor window.

2012-10-17 09:59:46 Tree
[r17891] by bugman

Fix for the State.test_load_state_no_gui() GUI test - the data pipe bundle is now given.

2012-10-17 09:59:14 Tree
[r17890] by bugman

Another attempt at fixing a nasty circular import in the relax GUI.

2012-10-17 09:45:31 Tree
[r17889] by bugman

Added data pipe bundle error checking for the GUI pipe editor window associate_auto() method.

2012-10-17 09:37:13 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.