Cleanups to playlist name handling in 'load playlist'.
[hooke.git] / test /
2010-08-14 W. Trevor KingAdded command stack saving and loading.
2010-08-13 W. Trevor KingFleshed out hooke.plugin.command_stack except for save...
2010-08-13 W. Trevor KingRemove superfluous doctest comment from test/load_playl...
2010-08-13 W. Trevor KingAdded hooke.plugin.playlist.ApplyCommandStack and relat...
2010-08-12 W. Trevor KingRemove unnecessary doctest comments from test/get_curve.py
2010-08-12 W. Trevor KingAdjust test/get_curve.py for Curve.__str__, etc. change...
2010-08-11 W. Trevor KingUpdated FlatPeaksCommand to ColumnAddingCommand.
2010-08-11 W. Trevor KingUpdated vclamp to use new ColumnAddingCommand.
2010-08-11 W. Trevor KingAdd CurveCommand, BlockCommand, ColumnAccessCommand...
2010-08-11 W. Trevor KingAdd test/difference.py
2010-08-11 W. Trevor KingAdd test/export_block.py
2010-08-11 W. Trevor KingAdd test/delta.py
2010-08-11 W. Trevor KingAdd test/get_curve.py
2010-08-03 W. Trevor KingRan update_copyright.py
2010-06-18 W. Trevor KingMerged Rolf Schmidt's illysam branch
2010-06-17 W. Trevor KingMoved hooke.driver.hemingclamp to hemingway and updated...
2010-06-17 W. Trevor KingAdded calibration file support to the JPK driver.
2010-06-14 W. Trevor KingAlso override hooke.util.encoding.get_encoding in test...
2010-06-14 W. Trevor KingImport os.path when we use it in test/*_driver.py
2010-06-14 W. Trevor KingAdjust test/wtk_driver.py since I didn't add all my...
2010-06-14 W. Trevor KingUpdated JPK driver for JPK's version 0.5 format and...
2010-06-14 W. Trevor KingBe slightly more path-seperator agnostic in test/*_driv...
2010-06-04 W. Trevor KingBrought picoforce driver up to speed with 0x06130001...
2010-06-04 W. Trevor KingExtend test.mfp3d_driver to test both MFP3D file versio...
2010-06-04 W. Trevor KingBrought mfp3d driver up to the new architecture.
2010-06-04 W. Trevor KingAdded MFP3D files from tanxx06.
2010-06-04 W. Trevor KingAdded JPK files from albedomanu.
2010-06-04 W. Trevor KingAdded version 0x06130001 PicoForce file from Fabrizio...
2010-06-04 W. Trevor KingAdded Yukken's mfp3d example data
2010-06-03 W. Trevor KingAdded illysam's 0x07200000 picoforce example
2010-06-01 W. Trevor KingAdd wtk driver for W. Trevor King's velocity clamp...
2010-06-01 W. Trevor KingUse REPORT_UDIFF doctest option in test/curve_info.py
2010-05-19 W. Trevor KingConfirm lack of peaks in test/data/vclamp_picoforce/
2010-05-19 W. Trevor KingAdd test.flat_filter which has been driving the recent...
2010-05-19 W. Trevor KingAdd unicode-capable IO to hooke.ui.commandline.
2010-05-17 W. Trevor KingMerged my unitary FFT wrappers (FFT_tools) as hooke...
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 KingUpdated hooke.driver.picoforce to new Driver class.
2010-05-16 W. Trevor KingAdd hooke.plugin.curve (moved from hooke.plugin.curvetools)
2010-05-16 W. Trevor KingBroke out Hooke.run and Hooke.run_lines into HookeRunner.
2010-05-16 W. Trevor KingAdd hooke.playlist.NoteIndexList.__str__() method.
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-14 W. Trevor KingAdded integration test directory test/ and load_playlis...
2010-05-13 W. Trevor KingMove hooke/test/default.000 -> test/data/picoforce.000
2010-05-13 W. Trevor KingFix bug in hooke.ui.commandline.DoCommand._check_argume...
2010-05-13 W. Trevor KingMoved test and mfp_igor_scripts directories around