hooke.git
2010-06-02 W. Trevor KingRestrict the setup.py package search to the hooke/...
2010-06-02 W. Trevor KingIgnore distutils build/ directory
2010-06-02 W. Trevor KingFix 'min_deviations + std' -> 'min_deviations * std...
2010-06-02 W. Trevor KingFixups in hooke.plugin.vclamp parameter guess and check.
2010-06-02 W. Trevor KingFlip deflection sign for hooke.driver.wtk.
2010-06-02 W. Trevor KingMoved contact point detection from plugin.fit -> plugin...
2010-06-02 W. Trevor KingRemove blank column in wtk driver retraction curves.
2010-06-02 W. Trevor KingFix (retract,approach,params) -> (approach,retract...
2010-06-02 W. Trevor KingAdd hooke.playlist.NoteIndexList._setup_item
2010-06-02 W. Trevor KingAdditional cleanups in fit.py
2010-06-01 W. Trevor KingAdded hooke.util.fit for easy Levenberg-Marquardt fitting.
2010-06-01 W. Trevor KingFix approacing -> approaching typo in cut and curve...
2010-06-01 W. Trevor KingRan update_copyright.py which updated hooke.util.encoding
2010-06-01 W. Trevor KingAdd wtk driver for W. Trevor King's velocity clamp...
2010-06-01 W. Trevor KingConvert update_copyright.py to a more VCS-agnostic...
2010-06-01 W. Trevor KingUse REPORT_UDIFF doctest option in test/curve_info.py
2010-06-01 W. Trevor KingCleanups in hooke.driver.picoforce
2010-06-01 W. Trevor KingDon't die when flat-filtering curves shorter than blind...
2010-06-01 W. Trevor KingCorrect relative path generation in hooke.playlist...
2010-06-01 W. Trevor KingFix /doc/build/ -> ./doc/build/ in update_copyright.py
2010-05-19 W. Trevor KingAdd another parameter-casting hack.
2010-05-19 W. Trevor KingConfirm lack of peaks in test/data/vclamp_picoforce/
2010-05-19 W. Trevor KingUse numpy.savetxt (handles multiple columns) rather...
2010-05-19 W. Trevor KingAdd test.flat_filter which has been driving the recent...
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 KingInput codec messes with readline.
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 Kingarray.abs() -> numpy.abolute(array) in hooke.util.peak
2010-05-19 W. Trevor KingRemoved trailing comma that turned 'median' into a...
2010-05-19 W. Trevor KingAdded default name to hooke.util.peak.mask_to_peaks
2010-05-19 W. Trevor KingFix 'min deviation' -> 'min deviations' typos.
2010-05-19 W. Trevor Kinghooke.util.peak.find_peaks should *not* die on noise...
2010-05-19 W. Trevor KingClean up argument handling in hooke.plugin.convfilt...
2010-05-19 W. Trevor KingAdded input key flexibility to hooke.util.peak._kwarg
2010-05-19 W. Trevor KingRestore plugin setup in hooke.command.Command.__init__
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 KingAllow negative voltages in hooke.driver.picoforce.PicoF...
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 KingRemove if __name__ == '__main__' section of hooke.hooke
2010-05-19 W. Trevor KingAdd unicode-capable IO to hooke.ui.commandline.
2010-05-19 W. Trevor KingRemove two debugging prints from hooke.ui.commandline
2010-05-19 W. Trevor KingAdjust update_copyright hacks to follow plugin.peakspot...
2010-05-19 W. Trevor KingMajor plugin restructuring.
2010-05-19 W. Trevor KingRemove debugging print command from hooke.util.calculus...
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 Numpy crossreferences to hooke.util.fft
2010-05-18 W. Trevor KingIntroduce intersphinx to Numpy, Scipy, and Matplotlib
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 KingConverted hooke.util.fft to Hooke coding style.
2010-05-17 W. Trevor KingAdd intersphinx_mapping to doc/conf.py
2010-05-17 W. Trevor KingAdd Sphinx extensions sphinx.ext.intersphinx sphinx...
2010-05-17 W. Trevor KingRan ./update_copyright.py to setup copyrights in caclul...
2010-05-17 W. Trevor KingAdjusted hooke.util.calculus.derivative.__doc__ so...
2010-05-17 W. Trevor KingMerged my unitary FFT wrappers (FFT_tools) as hooke...
2010-05-17 W. Trevor KingRelicensed FFT_tools.py under Hooke's LGPL fft
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-17 W. Trevor KingAdd REAMDE and playlist.hkp for Hemingway force clamp...
2010-05-17 W. Trevor KingAdded sample Hemingway force-clamp curves
2010-05-17 W. Trevor KingMoved test/data/titin to more descriptive test/data...
2010-05-17 W. Trevor KingAdd REAMDE and playlist.hkp for titin I-27 curves.
2010-05-17 W. Trevor KingAdded 100 sample velocity-clamp curves for titin I-27
2010-05-17 W. Trevor KingFix rief1997 footnote in hooke.experiment.VelocityClamp
2010-05-17 W. Trevor KingUpdated hooke.driver.picoforce to new Driver class.
2010-05-16 W. Trevor KingFixed bugs in hooke.curve.Data.__new__ and added doctests
2010-05-16 W. Trevor KingAdd Curve loading to hooke.playlist.Playlist.
2010-05-16 W. Trevor KingMoved doc/hooke.jpg to doc/img/hooke.jpg
2010-05-16 W. Trevor KingAdd hooke.plugin.curve (moved from hooke.plugin.curvetools)
2010-05-16 W. Trevor KingAdded .hooke.cfg to .hgignore.
2010-05-16 W. Trevor KingBroke out Hooke.run and Hooke.run_lines into HookeRunner.
2010-05-16 W. Trevor KingPull Hooke.run*() multiprocessing setup/teardown into...
2010-05-16 W. Trevor KingAdd hooke.playlist.NoteIndexList.__str__() method.
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 KingUse ALIASES and AUTHOR_HACKS handling in update_copyrig...
2010-05-16 W. Trevor KingUpdated copyright blurbs in all files to '# Copyright'
2010-05-16 W. Trevor KingFurther author/year workarounds in update_copyright.py.
2010-05-16 W. Trevor KingAdd AUTHOR_HACKS and YEAR_HACKS to update_copyright.py
2010-05-15 W. Trevor KingUpdate canonical copyright names for 'illysam' and...
2010-05-15 W. Trevor KingFix some doctests in update_copyright.py.
2010-05-14 W. Trevor KingRearrange license text and add update_copyright.py.
2010-05-14 W. Trevor KingAdded integration test directory test/ and load_playlis...
2010-05-14 W. Trevor KingUpdated .hgignore to ignore documentation build files.
2010-05-14 W. Trevor KingAdded .hgignore masking *.pyc files
2010-05-14 W. Trevor KingAdded distutils-based setup.py.
next