Close parenthesis on column append in DifferenceCommand
[hooke.git] / hooke / plugin / curve.py
2010-08-08 W. Trevor KingClose parenthesis on column append in DifferenceCommand
2010-08-07 W. Trevor KingUpdate DifferenceCommand to use flexible column names.
2010-08-07 W. Trevor KingUpdate DerivativeCommand to use flexible column names.
2010-08-07 W. Trevor KingCreate extra block holding PowerSpectrumCommand output...
2010-08-07 W. Trevor KingAdded 'delta' command to hooke.plugin.curve
2010-08-07 W. Trevor KingRemove differentiation reference from difference's...
2010-08-07 W. Trevor KingRemove differentiation reference from power spectrum...
2010-08-03 W. Trevor KingBroke type conversion out into hooke.util.convert and...
2010-08-03 W. Trevor KingFix swapped docstrings for CurvePlugin's DifferenceComm...
2010-08-03 W. Trevor KingRan update_copyright.py
2010-07-27 W. Trevor Kinghooke.ui.gui was getting complicated, so I stripped...
2010-06-18 W. Trevor KingMerged Rolf Schmidt's illysam branch
2010-06-03 W. Trevor KingAdd headers to output of 'cut' and 'export block'.
2010-06-01 W. Trevor KingFix approacing -> approaching typo in cut and curve...
2010-05-19 W. Trevor KingUse numpy.savetxt (handles multiple columns) rather...
2010-05-18 W. Trevor KingActually, pass plugin instance to Command.__init__.
2010-05-18 W. Trevor KingRework Plugin.commands() to include _setup_commands().
2010-05-18 W. Trevor KingFix syntax errors in hooke.plugin.curve
2010-05-18 W. Trevor KingFinish translating the hooke.plugin.curve Commands...
2010-05-17 W. Trevor KingMerged my unitary FFT wrappers (FFT_tools) as hooke...
2010-05-17 W. Trevor KingMerged hooke.plugin.plotmanip into hooke.plugin.curve.
2010-05-17 W. Trevor KingRemove leftover curve.InfoCommand cruft from ExportComm...
2010-05-17 W. Trevor KingMoving hooke.plugin.procplots to .curve in preparation...
2010-05-16 W. Trevor KingAdd hooke.plugin.curve (moved from hooke.plugin.curvetools)