test/data/vclamp_jpk/README: Document sample versions
[hooke.git] / hooke / util /
2012-11-19 W. Trevor KingConvert "NaN" -> "nan" to catch up with Numpy 1.6
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-08-20 W. Trevor KingReplace hooke.util.igorbinarywave with external igor...
2012-03-08 W. Trevor KingAdd `peak extraction method` option to `polymer fit...
2012-02-16 W. Trevor KingRun update-copyright.py.
2012-01-08 W. Trevor KingRan update_copyright.py.
2011-04-28 W. Trevor KingRan update_copyright.py.
2011-04-28 W. Trevor KingAdapt to handle scipy.optimize.leastsq for scipy >...
2010-10-28 W. Trevor KingMerged `igorbinarywave.py --not-strict` and playlist...
2010-10-28 W. Trevor KingAdd -n/--not-strict to igorbinarywave.py (currently...
2010-09-29 W. Trevor KingLog errors when instantiation fails in hooke.util.plugg...
2010-09-29 W. Trevor KingRelax doctest constraints on hooke.util.fit.ModelFitter.
2010-09-08 W. Trevor KingMove hooke.driver.igorbinarywave to hooke.util.igorbina...
2010-09-01 W. Trevor KingRan update_copyright.py.
2010-08-28 W. Trevor KingDon't distinguish between ASCII unicode and strings...
2010-08-27 W. Trevor KingDouble initial guess for the surface kink position.
2010-08-27 W. Trevor KingAdded logging to hooke.util.callback's callback routines.
2010-08-27 W. Trevor KingAdded hooke.util.caller.caller_names() for minimal...
2010-08-22 W. Trevor KingSave dtypes to YAML (now we only drop ndarrays).
2010-08-22 W. Trevor KingAdd hooke.util.yaml.data_constructor to rebuild hooke...
2010-08-22 W. Trevor KingAdjust Hooke internals to use unsafe YAML (not just...
2010-08-21 W. Trevor KingFix hooke.util.yaml handling of assorted numpy.dtypes.
2010-08-21 W. Trevor KingAdded hooke.util.yaml fixing YAML/NumPy type issues...
2010-08-21 W. Trevor KingSerialize hooke.experiment.Experiment instances in...
2010-08-20 W. Trevor KingRan update_copyright.py, which fixed some spellcheck...
2010-08-16 W. Trevor KingAdded hooke.util.itertools with reverse_enumerate
2010-08-11 W. Trevor KingAdd CurveCommand, BlockCommand, ColumnAccessCommand...
2010-08-11 W. Trevor KingAllow fallback to XeX notation for efor extreme powers...
2010-08-11 W. Trevor KingOops, correct my faulty interpretation of leastsq's...
2010-08-10 W. Trevor KingMake ModelFitter._data_scale_factor determination more...
2010-08-10 W. Trevor KingBetter None-handling in convert and propertyeditor
2010-08-10 W. Trevor KingAllow None values for plot clicks or SI values
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 KingUpdate note section of tutorial.txt.
2010-08-06 W. Trevor KingMoved hooke.plugin.fit -> polymer_fit & updated to...
2010-08-04 W. Trevor KingFix single-parameter rescaling in hooke.util.fit.ModelF...
2010-08-04 W. Trevor KingAdded rescaling option to hooke.util.fit.ModelFitter
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 KingRan update_copyright.py
2010-07-31 W. Trevor Kingprettyformat -> hooke.util.si, and 'plot SI format...
2010-07-30 W. Trevor KingAdd ability to bypass troublesome imports to hooke...
2010-07-27 W. Trevor KingBreak out hooke.util.pluggable.submods.
2010-07-27 W. Trevor Kinghooke.ui.gui was getting complicated, so I stripped...
2010-07-25 W. Trevor KingAdded in_callback() to hooke.util.callback and pulled...
2010-07-25 W. Trevor KingAdded hooke.util.callback defining the @callback decorator.
2010-06-18 W. Trevor KingMerged Rolf Schmidt's illysam branch
2010-06-17 W. Trevor KingMoved Closing from hooke.driver.jpk to hooke.util.util
2010-06-14 W. Trevor KingBring hooke.config and hooke.util.peak doctests up...
2010-06-02 W. Trevor KingFix 'min_deviations + std' -> 'min_deviations * std...
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 KingRan update_copyright.py which updated hooke.util.encoding
2010-05-19 W. Trevor Kingarray.abs() -> numpy.abolute(array) in hooke.util.peak
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 KingAdded input key flexibility to hooke.util.peak._kwarg
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 KingRemove debugging print command from hooke.util.calculus...
2010-05-18 W. Trevor KingAdd Numpy crossreferences to hooke.util.fft
2010-05-17 W. Trevor KingConverted hooke.util.fft to Hooke coding style.
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 KingMerged hooke.plugin.plotmanip into hooke.plugin.curve.
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'
2010-05-12 W. Trevor KingMoved config handling commands from hooke_cli to hooke...
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