test/data/vclamp_jpk/README: Document sample versions
[hooke.git] / hooke / plugin /
2012-11-19 W. Trevor KingConvert from "print ..." to "print(...)"
2012-11-19 W. Trevor Kinghooke:util:fft: remove in favor of my external FFT...
2012-11-18 W. Trevor KingRan update-copyright.py
2012-03-08 W. Trevor KingCleanup command stack handling in hooke.plugin.polymer_fit.
2012-03-08 W. Trevor KingAdd `peak extraction method` option to `polymer fit...
2012-03-08 W. Trevor KingMake `index` argument optional and return curve in...
2012-02-16 W. Trevor KingRun update-copyright.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 KingExpand ~ in the glob path of 'glob curves to playlist'.
2011-11-11 W. Trevor KingAdd 'scaled column addition' command.
2011-11-10 W. Trevor KingUse sys.stderr.write instead of the deprecated 'print...
2011-11-10 W. Trevor KingFix 'remove curve from playlist' implementation.
2011-05-15 W. Trevor KingRemove more invalid loop syntax from hooke/plugin/multi...
2011-05-15 W. Trevor KingFix invalid loop syntax in hooke/plugin/multifit.py.
2011-04-28 W. Trevor KingAdjust fit-parameter handling for the polymer_fit plugin.
2011-04-28 W. Trevor KingRan update_copyright.py.
2011-04-28 W. Trevor KingAdapt to handle scipy.optimize.leastsq for scipy >...
2010-11-13 W. Trevor KingBetter contact point detection now handles some initial...
2010-11-11 W. Trevor KingUse hooke.command_by_name[...] in hooke.plugin.*.
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-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 KingRemove hooke/plugin/export.py.
2010-09-02 W. Trevor KingRemove hooke/plugin/results.py.
2010-09-02 W. Trevor KingRemove hooke/plugin/procplots.py.
2010-09-02 W. Trevor KingRemove hooke/plugin/generalvclamp.py.
2010-09-02 W. Trevor KingRemove hooke/plugin/flatfilts*
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-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...
next