hooke.git
2010-05-09 W. Trevor KingA number of minor documentation cleanups.
2010-05-09 W. Trevor KingUpdated to doc building framework. Added Sphinx extens...
2010-05-09 W. Trevor KingMinor fix to hooke.plugin.playlist.__doc__
2010-05-09 W. Trevor KingMoved Playlist and FilePlaylist definitions back to...
2010-05-09 W. Trevor KingCleaned up Builtin handling and reduced driver/plugin...
2010-05-09 W. Trevor KingMoved hooke.playlist -> hooke.plugin.playlist and added...
2010-05-08 W. Trevor KingAdd Hooke.commands, a list of available commands
2010-05-08 W. Trevor KingIroned out kinks in plugin/driver loading and configuring.
2010-05-08 W. Trevor KingRework hooke.driver and hooke.driver.tutorial along...
2010-05-08 W. Trevor KingAssorted changes so import hooke.plugin works ;).
2010-05-08 W. Trevor KingMoved hooke.libhookecurve -> hooke.curve and rewrote...
2010-05-08 W. Trevor KingConverted hooke.plugin.cut to new Plugin architecture.
2010-05-08 W. Trevor KingUse .type.upper() (vs. old .name.upper()) for Argument...
2010-05-08 W. Trevor KingMoved Argument and other class definitions after Command
2010-05-08 W. Trevor KingAdded Command and related classes to hooke.plugin
2010-05-08 W. Trevor KingAdded hooke.plugin.Plugin.name attribute.
2010-05-07 W. Trevor KingAdded tip-to-root/root-to-tip flexibility to hooke...
2010-05-06 W. Trevor KingAdded inclusion logic to hooke.plugin
2010-05-06 W. Trevor KingAdded the graph module I'd developed for Bugs-Everywhere
2010-05-06 W. Trevor KingBeginning to rewrite Hooke to decouple from GUI.
2010-05-06 W. Trevor KingAdded Sphinx documentation framework
2010-05-05 W. Trevor KingConvert from DOS to UNIX line endings.
2010-05-04 W. Trevor KingReally hideous merge of Rolf Schmidt's code.
2010-05-04 W. Trevor KingOops, fix libinput import in hooke.plugin.review. ...
2010-05-04 W. Trevor KingRemoved busy loop from hooke/plugin/flatfilts.py.
2010-05-04 W. Trevor KingMerged with trunk
2010-05-11 fabrizio.benedetti.82WLC and FJC output are now with 2 decimal precision...
2010-05-10 fabrizio.benedetti.82Added the possibility to manually choose the peaks...
2010-05-07 fabrizio.benedetti.82Correct number of digits of many output, improvement...
2010-05-06 albertogomcasFixes bad call to wlc/fjc fit
2010-05-04 W. Trevor KingAdded modular directory structure.
2010-03-24 albertogomcasfit.py : extended FJC fit (models water bridges of...
2010-03-17 albertogomcasmultifit.py : slope can be measured from data or form...
2010-03-17 albertogomcasmultifit.py : slope can be measured manually
2010-03-16 albertogomcasmfp3d.py : the retraction speed is extracted from Veloc...
2010-03-15 albertogomcasmultifit.py : some graphical niceties
2010-03-12 albertogomcasmultifit.py : proper formatting of help section
2010-03-12 albertogomcasmultifit.py : Fixed a wrong named var
2010-03-11 albertogomcasmultifit.py : new plugin, mouse input based
2010-03-10 albertogomcasreview.py: fixed crash when a file is not valid
2010-03-10 albertogomcasreview.py: avoided crash when displaying final stats
2010-03-09 fabrizio.benedetti.82Corrected a bug for the command txt when it is invoked...
2010-03-05 fabrizio.benedetti.82A correction on autopeak.py due to the add of curvetool...
2010-03-01 fabrizio.benedetti.82Corrected some bugs in the scale of graphs.
2010-02-18 albertogomcasFixed some bugs
2010-02-11 fabrizio.benedetti.82Scale of axis are now in engineering format.
2010-02-10 devicerandom(generalvclamp.py) Error checking in flatten plot manip...
2010-02-05 albertogomcasreview.py plugin allows to review curves in groups...
2010-01-27 fabrizio.benedetti.82Added two plugin: jumpstat.py and multidistance.py...
2010-01-27 albertogomcasCommand 'note' saves notes into 'hookedir/output' direc...
2010-01-27 albertogomcasNew plotmanip 'centerzero' shifts the curves to 0 force
2010-01-22 albertogomcasSupport for HDF5 files created with Igor Pro (see wiki...
2010-01-22 albertogomcasFix: genlist can now import files without extension
2009-12-17 W. Trevor KingAdded Alberto's mailing list comments about lib*.py...
2009-12-17 W. Trevor KingAdded config_dir to libhooke.HookeConfig to match new...
2009-12-17 W. Trevor KingAdded USAGE file based on code.google.com/p/hooke/wiki...
2009-12-17 W. Trevor KingAll classes should at least subclass 'object' to avoid...
2009-12-17 W. Trevor KingRemoved sha-bang from non-executable python files ...
2009-12-17 W. Trevor KingAdded README and reorganized directory structure (break...
2009-11-19 devicerandom(fit.py) Quick kludgy patch for crash of issue 0028
2009-11-19 devicerandom(fit.py) Fixed -maybe- FJC plotting
2009-11-19 fabrizio.benedetti.82(autopeak.py) Corrected a bug introduced in r208
2009-11-11 fabrizio.benedetti.82(autopeak.py) Repeatedly asks for correct input.
2009-11-03 fabrizio.benedetti.82Added multidistance plugin.
2009-11-01 devicerandom(autopeak.py) fixed autopeak documentation
2009-11-01 devicerandom(autopeak.py) autopeak can now use FJC or WLC
2009-11-01 devicerandom(fit.py) wording output is consistent with fit function...
2009-11-01 devicerandom(fit.py) WLC and FJC now aliases of fit command
2009-10-31 devicerandomGot FJC drawing right.
2009-10-31 devicerandomBetter plotting of FJC but not there yet
2009-10-31 devicerandomFirst steps towards FJC support. New variable fit_funct...
2009-10-29 devicerandomHopefully reverted to r193 after mbrucale's incident
2009-10-29 marcobrucale(no commit message)
2009-10-29 marcobrucale(no commit message)
2009-10-08 devicerandomusing numpy.mean to avoid warnings; still not perfect...
2009-10-08 devicerandomcorrect parsing of args of peaks command; Fixes issue...
2009-08-28 devicerandomadded cut.py plugin (by Fabrizio Benedetti, EPFL, Lausanne)
2009-08-10 devicerandomdeleted spurious empty dir from tree
2009-08-07 illysamfixed: plot does not display on Windows at program...
2009-07-31 illysamfixed counter issue
2009-07-29 illysamFixed MFP1D export from Igor 4 (wavenote was not complete)
2009-07-29 illysam(no commit message)
2009-07-24 pancaldi.paoloadding a folder creation with the good plot files inside
2009-07-24 devicerandom(hooke_cli.py) text export, now with measure units...
2009-07-24 devicerandom(mfp1dexport.py) Fixed k determination, at least until...
2009-07-24 devicerandom(mfp1dexport.py) Fixed trivial bug in K determination...
2009-07-03 devicerandom(hooke_cli.py) fixed export - bug 0011
2009-07-01 pancaldi.paolopCluster ver.1 ... working! oneClick style. Updated...
2009-07-01 pancaldi.paoloUpdated with "debug" option and some explanation.
2009-06-29 devicerandom(mfp_igor_scripts) Scripts committed
2009-06-29 devicerandom(mfp1dexport.py , mfp_igor_scripts) Initial indirect...
2009-06-26 pancaldi.paolopcluster improved with density estimation and second...
2009-06-26 pancaldi.paoloupdated with density limit
2009-06-22 marcobrucaleJust added a new config variable, "force_multiplier...
2009-05-26 devicerandom(autopeak.py, etc.) added noflatten option to autopeak...
2009-05-20 devicerandom(mcs.py) lower- and upper- case both working
2009-05-07 devicerandom(mcs.py , generaltccd.py) added first version of TCCD...
2009-04-30 marcobrucaleAdded a small feature in the 'autopeak' command. If...
2009-04-24 pancaldi.paoloadd doublepca and triplepca functions
2009-03-20 devicerandom(autopeak.py, flatfilts.py, hooke_cli.py) various error...
next