svn+ssh://bugman@.../svn/relax/1.3
........
r15322 | bugman | 2012-02-08 15:13:04 +0100 (Wed, 08 Feb 2012) | 3 lines
The relax data store __repr__() method now prints out all objects within the base object.
........
r15326 | bugman | 2012-02-08 15:33:34 +0100 (Wed, 08 Feb 2012) | 5 lines
Implemented the rdc.delete and pcs.delete user function backends.
This code previously did not exist, although the front ends were exposed to the user!
........
r15334 | bugman | 2012-02-15 10:58:37 +0100 (Wed, 15 Feb 2012) | 5 lines
Created the SplitIO.flush() method so that a flush() call now works with the -t and -l command line args.
This simply calls the flush() methods of both streams.
........
r15335 | bugman | 2012-02-15 11:00:24 +0100 (Wed, 15 Feb 2012) | 3 lines
The float arg checks now check against all the numpy float types (float16, float32, float64, float128).
........