Store a copy of params in CurveCommand._add_to_command_stack.
[hooke.git] / hooke / plugin /
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-27 W. Trevor KingDouble initial guess for the surface kink position.
2010-08-27 W. Trevor KingKeep Playlist._loaded up to date on Curve.unload()...
2010-08-27 W. Trevor KingOops, the CommandMessage.explicit_user_call, not Comman...
2010-08-27 W. Trevor KingAdded CommandStack.explicit_user_call to distinguish...
2010-08-24 W. Trevor KingMore robust guess for `zero surface contact point`...
2010-08-22 W. Trevor KingSave nicely scaled WLC parameters to the fit dict in...
2010-08-22 W. Trevor KingAdd `name playlist' command.
2010-08-22 W. Trevor KingStay on top of Curve.set_hooke() so we can run CommandS...
2010-08-22 W. Trevor KingCleaned up hooke.playlist.load() and its use in `load...
2010-08-21 W. Trevor KingFix polymer fit info name
2010-08-21 W. Trevor KingAdded command_stack option to all' default.
2010-08-21 W. Trevor KingFix to plugin experiment checks after 8687bbf30e87.
2010-08-21 W. Trevor KingAdd hooke.playlist.Playlists for better playlist serial...
2010-08-21 W. Trevor KingTransition from v0.1 XML playlists to v0.2 YAML playlists.
2010-08-20 W. Trevor KingCommand line UI now handles EOF during request/response...
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-19 W. Trevor King'new playlist' now puts the new playlist into outqueue...
2010-08-19 W. Trevor KingRemove duplicate Command arguments (e.g. help, stack...
2010-08-17 W. Trevor KingAdded 'save config'. Adjusted test/tutorial.py (and...
2010-08-17 W. Trevor KingAdd test/note.py and adjust playlist handling so NoteFi...
2010-08-16 W. Trevor KingUpgraded hooke.plugin.polymer_fit commands to ColumnAdd...
2010-08-16 W. Trevor KingApply constant offset to contact region in 'polynomial...
2010-08-16 W. Trevor KingFix playlist filename preservation for 'load playlist...
2010-08-15 W. Trevor KingMove NoteFilterCommand from plugin.playlist to plugin...
2010-08-15 W. Trevor KingLog a warning (rather than raising a Failure) on glob...
2010-08-15 W. Trevor KingUse input name in 'new playlist' and 'load playlist...
2010-08-15 W. Trevor KingCleanups to playlist name handling in 'load playlist'.
2010-08-14 W. Trevor KingAdded command stack saving and loading.
2010-08-14 W. Trevor KingReplace .config rather than reconstructing plugins...
2010-08-14 W. Trevor KingFix p name collision bug in plugin.playlist.LoadCommand...
2010-08-13 W. Trevor KingFleshed out hooke.plugin.command_stack except for save...
2010-08-13 W. Trevor KingUse the playlist's basename if it doesn't colide with...
2010-08-13 W. Trevor KingRemove PlaylistArgument from plugin.playlist.SaveComman...
2010-08-13 W. Trevor KingAdded hooke.plugin.playlist.ApplyCommandStack and relat...
2010-08-12 W. Trevor KingFix .split() -> .strip() typo in 'output peak column...
2010-08-12 W. Trevor KingAdd successful Curve.command_stack maintenance.
2010-08-12 W. Trevor KingMove LocalHelpCommand and LocalExitCommand from ui...
2010-08-12 W. Trevor KingRemove superfluous ..plugin from imports in hooke.plugin.*
2010-08-12 W. Trevor KingWe'll keep most command stack functionality in a new...
2010-08-12 W. Trevor KingMoved QueueMessage and subclasses from hooke.ui to...
2010-08-12 W. Trevor KingRemove superflous ~ from flatfilt docstring.
2010-08-12 W. Trevor KingRenamed hooke.plugin.macro -> hooke.plugin.command_stack
2010-08-12 W. Trevor KingRestored hooke.plugin.macro from revision a008bd5c28ca.
2010-08-11 W. Trevor KingUpdated FlatFilterCommand's argument handling.
2010-08-11 W. Trevor KingMore detailed misnamed column error in ColumnAccessComm...
2010-08-11 W. Trevor KingUpdated FlatPeaksCommand to ColumnAddingCommand.
2010-08-11 W. Trevor KingUpdated vclamp to use new ColumnAddingCommand.
2010-08-11 W. Trevor KingAdd CurveCommand, BlockCommand, ColumnAccessCommand...
2010-08-11 W. Trevor KingPrint tutorial init message to stderr so it won't inter...
2010-08-11 W. Trevor KingRemove post-fit L/N conversions from polymer_fit.py...
2010-08-11 W. Trevor KingAdd 'ignore index' argument to SurfaceContactCommand
2010-08-11 W. Trevor KingWe don't seem to need to guess the scale in SurfacePosi...
2010-08-11 W. Trevor KingUpdate ModelFitters in polymer_fit.py to match new...
2010-08-11 W. Trevor KingUpdate SurfacePositionModel to match new diag/scale...
2010-08-10 W. Trevor KingAdd TranslateFlatPeaksCommand.
2010-08-10 W. Trevor KingUse numpy.nan to hide unfit portions of polymer tension...
2010-08-10 W. Trevor KingAdd 'polymer fit' error reporting to PolymerFitPeaksCommand
2010-08-10 W. Trevor KingAdded PolymerFitPeaksCommand to hooke.plugin.polymer_fit
2010-08-10 W. Trevor KingUpdate FlatPeaksCommand to use flexible column names.
2010-08-10 W. Trevor KingUpdate PolymerFitCommand to use flexible column names.
2010-08-09 W. Trevor KingConvert the old flatten plotmanip into vclamp's Flatten...
2010-08-08 W. Trevor KingRemove the old multiplier plotmanip from the vclamp...
2010-08-08 W. Trevor KingMoved interesting old vclamp commands over into the...
2010-08-08 W. Trevor KingRemove old vclamp commands replaced by the curve plugin...
2010-08-08 W. Trevor KingUpdate CantileverAdjustedExtensionCommand to use flexib...
2010-08-08 W. Trevor KingUpdate ForceCommand to use flexible column names.
2010-08-08 W. Trevor KingUse .run vs. old ._run in vclamp.scale() to normalize...
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 KingUpdate SurfaceContactCommand to use flexible column...
2010-08-07 W. Trevor KingAdded 'delta' command to hooke.plugin.curve
2010-08-07 W. Trevor KingUpdated 'Configuring Hooke' section of tutorial.txt
2010-08-07 W. Trevor KingUpdate note section of tutorial.txt.
2010-08-07 W. Trevor KingAdd 'new playlist' command and clean up 'Creating a...
2010-08-07 W. Trevor KingRemoved cruft from procplots & vclamp plugins whose...
2010-08-07 W. Trevor KingRemove differentiation reference from difference's...
2010-08-07 W. Trevor KingRemove differentiation reference from power spectrum...
2010-08-07 W. Trevor KingRemove macro plugin.
2010-08-07 W. Trevor KingFixes to polymer_fit plugin.
2010-08-06 W. Trevor KingUse cantilever adjusted extension in polymer fitting.
2010-08-06 W. Trevor KingAdded CantileverAdjustedExtensionCommand to hooke.plugi...
2010-08-06 W. Trevor KingMoved hooke.plugin.fit -> polymer_fit & updated to...
2010-08-04 W. Trevor KingFix info.columns -> info['columns'] in vclamp.scale()
2010-08-04 W. Trevor KingRemove 'data = ...' line from the end of vclamp.Surface...
2010-08-04 W. Trevor KingExpose 'conditons' config settings to plugins directly.
2010-08-04 W. Trevor KingAdd `block` argument to hooke.plugin.vclamp.scale and...
2010-08-04 W. Trevor KingMore cleanups to Setting/Argument type handling, mostly...
2010-08-03 W. Trevor KingBroke type conversion out into hooke.util.convert and...
2010-08-03 W. Trevor KingVelocityClampPlugin is a Plugin (not a Builtin)
2010-08-03 W. Trevor KingFix swapped docstrings for CurvePlugin's DifferenceComm...
2010-08-03 W. Trevor KingUse .index() instead of ._index for NoteIndexList access
2010-08-03 W. Trevor KingBring hooke.plugin.tutorial up to date with Plugin...
2010-08-03 W. Trevor KingOops. Fix "'." -> ".'" in dependency warning message.
2010-08-03 W. Trevor KingAdd dependency checking to hooke.plugin.load_graph
next