Ran update_copyright.py.
[hooke.git] / hooke / plugin / curve.py
2012-01-08 W. Trevor KingRan update_copyright.py.
2011-11-14 W. Trevor KingRemove debugging *.dat file output from curve plugin.
2011-11-11 W. Trevor KingAdd 'scaled column addition' command.
2011-04-28 W. Trevor KingRan update_copyright.py.
2010-09-29 W. Trevor KingAdd os.path.expanduser() wrappers to user-supplied...
2010-09-07 W. Trevor KingDon't specify curve or data block types. See doc/stand...
2010-09-02 W. Trevor KingAdd 'block names' argument to 'curve info'.
2010-09-02 W. Trevor KingAdd list of possible keys to 'block info' error for...
2010-09-02 W. Trevor KingAdded 'block info' to retrieve and export portions...
2010-08-30 W. Trevor KingStore a copy of params in CurveCommand._add_to_command_...
2010-08-28 W. Trevor King.__setup_params() -> ._setup_params() in hooke/plugin...
2010-08-27 W. Trevor KingDon't load curves becore clearing their command stack.
2010-08-21 W. Trevor KingAdded command_stack option to all' default.
2010-08-20 W. Trevor KingRan update_copyright.py, which fixed some spellcheck...
2010-08-20 W. Trevor KingFlesh out command stack execution.
2010-08-13 W. Trevor KingAdded hooke.plugin.playlist.ApplyCommandStack and relat...
2010-08-12 W. Trevor KingAdd successful Curve.command_stack maintenance.
2010-08-12 W. Trevor KingRemove superfluous ..plugin from imports in hooke.plugin.*
2010-08-11 W. Trevor KingMore detailed misnamed column error in ColumnAccessComm...
2010-08-11 W. Trevor KingAdd CurveCommand, BlockCommand, ColumnAccessCommand...
2010-08-08 W. Trevor KingMoved interesting old vclamp commands over into the...
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)