Add yaml load test to hooke.curve.Data.
[hooke.git] / hooke / curve.py
2010-11-10 W. Trevor KingAdd yaml load test to hooke.curve.Data.
2010-10-28 W. Trevor KingMerged `igorbinarywave.py --not-strict` and playlist...
2010-09-29 W. Trevor KingMove some playlist-related expanduser() calls from...
2010-09-07 W. Trevor KingDon't specify curve or data block types. See doc/stand...
2010-08-31 W. Trevor KingCheck data copying in Curve.__copy__ and .__deepcopy__...
2010-08-30 W. Trevor KingMaintain Curve._hooke setting during copy and deepcopy.
2010-08-22 W. Trevor KingAdjust Hooke internals to use unsafe YAML (not just...
2010-08-21 W. Trevor KingAdded hooke.util.yaml fixing YAML/NumPy type issues...
2010-08-21 W. Trevor KingDemonstrate issue 1062277 if you serialize the command...
2010-08-21 W. Trevor KingAdd doctests proving recursive curve->command_stack...
2010-08-21 W. Trevor KingRemove CommandStack.__getstate__ to avoid type ambiguit...
2010-08-21 W. Trevor KingOops, store the serialized Experiment in state not...
2010-08-21 W. Trevor KingSerialize hooke.experiment.Experiment instances in...
2010-08-21 W. Trevor KingTransition from v0.1 XML playlists to v0.2 YAML playlists.
2010-08-16 W. Trevor KingDon't save Curve._hooke when pickling or deepcopying.
2010-08-12 W. Trevor KingAdd successful Curve.command_stack maintenance.
2010-08-12 W. Trevor KingAdded CurveEngine.run_command and reorganized CommandSt...
2010-08-12 W. Trevor KingInitial work on hooke.command_stack and hooke.playlist...
2010-08-03 W. Trevor KingRan update_copyright.py
2010-06-18 W. Trevor KingMerged Rolf Schmidt's illysam branch
2010-06-17 W. Trevor KingAdded calibration file support to the JPK driver.
2010-06-04 W. Trevor KingAdded explicit pickle test and fixed curve.Data pickling.
2010-06-04 W. Trevor KingAdjust hooke.curve.Data so .info is picklable.
2010-05-17 W. Trevor KingMerged my unitary FFT wrappers (FFT_tools) as hooke...
2010-05-16 W. Trevor KingFixed bugs in hooke.curve.Data.__new__ and added doctests
2010-05-16 W. Trevor KingAdd Curve loading to hooke.playlist.Playlist.
2010-05-16 W. Trevor KingRan update_copyright.py, updating all the copyright...
2010-05-16 W. Trevor KingUpdated copyright blurbs in all files to '# Copyright'
2010-05-09 W. Trevor KingFinished off hooke.hooke and fleshed out hooke.ui.
2010-05-09 W. Trevor KingMoved hooke.playlist -> hooke.plugin.playlist and added...
2010-05-08 W. Trevor KingRework hooke.driver and hooke.driver.tutorial along...
2010-05-08 W. Trevor KingMoved hooke.libhookecurve -> hooke.curve and rewrote...