Menu

SVN archive Commit Log


Commit Date  
[r3097] by bugman

Merged revisions 3087 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r3087 | bugman | 2007-03-06 19:15:19 +1100 (Tue, 06 Mar 2007) | 3 lines

Fixed a spelling mistake in the command line argument help system.
........

2007-03-08 03:55:35 Tree
[r3096] by bugman

Bug fix.

The relax data storage object was not accessible by the reset() user function.

2007-03-08 03:32:44 Tree
[r3095] by bugman

Removal of the assignment of Data() to 'self.relax.data'.

2007-03-08 03:07:02 Tree
[r3094] by bugman

The reset() user function has been modified to handle the new data object.

Rather than using the statement 'self.relax.data = Data()', which with the singleton design will
alias 'self.relax.data' back to the data object, a new method 'self.__reset__()' of the data object
is called. This method first deletes the items of the object's __dict__ dictionary key by key and
then reruns the object's __init__() method.

2007-03-08 02:40:29 Tree
[r3093] by bugman

Complete elimination of the references to 'self.relax.data'.

All of relax now handles the singleton design pattern of the relax data storage object, referencing
the global 'relax_data_store' which is set to the reference of the single Data() instance.

2007-03-08 02:39:35 Tree
[r3092] by varioustoxins

major overhaul, explicit running of individual tests now work

2007-03-07 22:53:19 Tree
[r3091] by bugman

Updated many modules to use the new singleton pattern of the 'data.Data' class.

2007-03-07 10:31:00 Tree
[r3090] by bugman

Added an import statement to the 'data/__init__.py' file to simplify the module.

The class Data() can now be accessed by typing 'from data import Data' rather than
'from data.main import Data'. This will simplify the usage of this module for the data model
redesign and allow file names in 'data/' to be changed without affecting the operation of the rest
of relax.

2007-03-07 10:30:13 Tree
[r3089] by bugman

Converted the Data() class from the 'data' directory into a singleton.

For more infomation about this usage of the singleton design pattern, see my post at
https://mail.gna.org/public/relax-devel/2007-03/msg00012.html (Message-id:
<7f080ed10703070006s309a1e1do38e621f48d8f6d9e@...>).

2007-03-07 08:36:19 Tree
[r3088] by bugman

Created the infrastructure for the splitting up of the 'specific_fns.model_free' module.

The directory 'specific_fns/model_free/' has been created and the file 'model_free.py' has been
moved into it. To retain the same 'specific_fns.model_free' module namespace, the '__init__.py'
file of the new directory uses import statements.

2007-03-07 05:56:48 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.