Add test/delta.py
[hooke.git] / hooke / plugin /
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
2010-08-03 W. Trevor KingRan update_copyright.py
2010-08-02 W. Trevor KingUpdated gui.panel.note and simplified hooke.plugin...
2010-07-30 W. Trevor KingAdded 'get playlist' and hooke.plugin.playlists
2010-07-30 W. Trevor KingAdded hooke.plugin.license and removed get-warrenty...
2010-07-29 W. Trevor Kinghooke.plugin.playlist.AddGlobCommand's 'input' argument...
2010-07-27 W. Trevor Kinghooke.ui.gui was getting complicated, so I stripped...
2010-06-18 W. Trevor KingFinished remarking doc/gui.txt in Sphinx's reStructured...
2010-06-18 W. Trevor KingMerged Rolf Schmidt's illysam branch
2010-06-14 W. Trevor KingSkip PoorFit curves in flatfilt and convfilt.
2010-06-14 W. Trevor KingAvoid possible negative p[2] values in SurfacePositionM...
2010-06-14 W. Trevor KingAdd logger configuration options.
2010-06-03 W. Trevor KingAdd headers to output of 'cut' and 'export block'.
2010-06-02 W. Trevor KingTranslate find_contact_point_fmms to new architecture.
2010-06-02 W. Trevor KingFixups in hooke.plugin.vclamp parameter guess and check.
2010-06-02 W. Trevor KingMoved contact point detection from plugin.fit -> plugin...
2010-06-01 W. Trevor KingFix approacing -> approaching typo in cut and curve...
2010-06-01 W. Trevor KingDon't die when flat-filtering curves shorter than blind...
2010-05-19 W. Trevor KingAdd another parameter-casting hack.
2010-05-19 W. Trevor KingUse numpy.savetxt (handles multiple columns) rather...
2010-05-19 W. Trevor KingAdjust path (if it exists) for the child playlist in...
2010-05-19 W. Trevor KingApply 'name' argument in plugin.playlist.FilterCommand
2010-05-19 W. Trevor KingFix typo .add -> .append in plugin.playlist.FilterCommand
2010-05-19 W. Trevor KingInitialize 'min peaks' from configuration (if required...
2010-05-19 W. Trevor KingFix some outstanding argument issues in flatfilt.
2010-05-19 W. Trevor KingMove 'blind window' and 'min peaks' from FlatPeaksComma...
2010-05-19 W. Trevor KingSuccess import and better peaks validation in flatfilt...
2010-05-19 W. Trevor KingRemoved trailing comma that turned 'median' into a...
2010-05-19 W. Trevor KingFix 'min deviation' -> 'min deviations' typos.
2010-05-19 W. Trevor KingClean up argument handling in hooke.plugin.convfilt...
2010-05-19 W. Trevor KingAdded preliminary hooke.plugin.vclamp.scale (just def...
2010-05-19 W. Trevor KingImport VelocityClamp in hooke.plugin.flatfilt for Convo...
2010-05-19 W. Trevor KingFix self.hooke -> hooke typo in hooke.plugin.flatfilt...
2010-05-19 W. Trevor KingFix broken hooke.plugin.playlist.playlist_name_callback
2010-05-19 W. Trevor KingAdd unicode-capable IO to hooke.ui.commandline.
2010-05-19 W. Trevor KingMajor plugin restructuring.
2010-05-19 W. Trevor KingFix a pickling problems with hooke.plugin.playlist...
2010-05-18 W. Trevor KingAllow extra arguments to NoteIndexList.filter's filter_fn
2010-05-18 W. Trevor KingMove argument_to_setting before plugin loading code...
2010-05-18 W. Trevor KingAdd hooke.plugin.argument_to_setting to convert Argumen...
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-17 W. Trevor KingStarted translating hooke.plugin.multifit to new Plugin...
2010-05-16 W. Trevor KingAdd hooke.plugin.curve (moved from hooke.plugin.curvetools)
2010-05-16 W. Trevor KingUnset executible bits in curvetools.py and jumpstat...
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'
next