Commit | Date | |
---|---|---|
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 |
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 |
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 |
2007-03-08 02:39:35 | Tree |
2007-03-07 22:53:19 | Tree | |
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 |
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 |
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 |
2007-03-07 05:56:48 | Tree |