Add 'scaled column addition' command.
[hooke.git] / test /
2011-04-28 W. Trevor KingRan update_copyright.py.
2011-04-21 W. Trevor KingInitial attempt at PicoForce 0x05120005 support.
2010-12-14 W. Trevor KingMerge Veeco -> Bruker and NumPy/SciPy doc guide patches.
2010-11-19 W. Trevor KingVeeco -> Bruker since sale of metrology wing this August.
2010-11-13 W. Trevor KingBetter contact point detection now handles some initial...
2010-11-09 W. Trevor KingUpdate test/wtk_driver.py for data_logger version 0.4.
2010-09-15 W. Trevor Kingalbedomanu -> Manuel Gensler based on an email from...
2010-09-09 W. Trevor KingExtended test/jpk_driver.py to test .jpk-data1D file...
2010-09-08 W. Trevor KingFix test/jpk_driver.py now that we can load each of...
2010-09-08 W. Trevor KingAdd version 0.2 and 0.12 JPK file examples from Michael...
2010-09-07 W. Trevor KingUpdate test/ to pass after 8f1ebe298b48.
2010-09-02 W. Trevor KingUpdate test/ with new 'block names' in 'curve info...
2010-09-02 W. Trevor KingUpdated test/ to match new pformated command line output.
2010-09-02 W. Trevor KingAdded 'block info' to retrieve and export portions...
2010-08-27 W. Trevor KingTrivial fixes to test/command_stack.py. Now test/...
2010-08-27 W. Trevor KingFix 'flat filter peaks' CommandMessage declaration...
2010-08-22 W. Trevor KingUpdated test/ to match the new explicit YAML format.
2010-08-22 W. Trevor KingUpgrade test/data/ playlists to new explicit YAML format.
2010-08-21 W. Trevor KingRemove trailing blank lines from vclamp_picoforce/README
2010-08-21 W. Trevor KingTransition from v0.1 XML playlists to v0.2 YAML playlists.
2010-08-20 W. Trevor KingFast curve review seems to be a GUI-specific feature.
2010-08-20 W. Trevor KingFlesh out command stack execution.
2010-08-19 W. Trevor King'new playlist' now puts the new playlist into outqueue...
2010-08-17 W. Trevor KingAdded 'Command stack' section to doc/tutorial.txt
2010-08-17 W. Trevor KingRemove export and distance sections from test/tutorial...
2010-08-17 W. Trevor KingUse UUID in test/config.py's output file name.
2010-08-17 W. Trevor KingBroke config section of test/tutorial.py out into test...
2010-08-17 W. Trevor KingAdded 'save config'. Adjusted test/tutorial.py (and...
2010-08-17 W. Trevor KingUpdate test/flat_filter_playlist.py to explicitly speci...
2010-08-17 W. Trevor KingAdd test/note.py and adjust playlist handling so NoteFi...
2010-08-16 W. Trevor KingAdjust test/tutorial.py to account for 4f4640207a50
2010-08-16 W. Trevor KingAdjust test/polynomial_flatten.py to account for 01ff93...
2010-08-16 W. Trevor KingAdjust test/flat_filter_peaks.py to account for 01ff934...
2010-08-16 W. Trevor KingUpgraded hooke.plugin.polymer_fit commands to ColumnAdd...
2010-08-16 W. Trevor KingRewrap a line in test/zero_surface_contact_point.py
2010-08-15 W. Trevor KingAdded test/tutorial.py. Works until you get to note_fi...
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