Added command stack saving and loading.
[hooke.git] / hooke / util /
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