igor: Bump to 0.3
[igor.git] / test / test.py
2016-08-02 W. Trevor KingRun update-copyright.py
2015-04-08 W. Trevor Kingtest/test.py: Fix ['Column0'] -> ['', 'Column0']
2012-07-21 W. Trevor KingAdd igor.packed.walk for traversing a packed experiment...
2012-07-20 W. Trevor KingUse LOG to print helpful messages in test.py.
2012-07-20 W. Trevor KingInitial merge with igor.py, still need to integrate...
2012-07-20 W. Trevor KingRework igor.struct to support dynamic structures.
2012-07-19 W. Trevor KingUse variable names to store variables in the filesystem...
2012-07-19 W. Trevor KingStore wave, bin_info, and wave_info separately in WaveR...
2012-07-19 W. Trevor KingRead sIndices as uint32's in binarywave.load.
2012-07-19 W. Trevor KingImplement the folder records and filesystem reconstruction.
2012-07-19 W. Trevor KingImplement the plain-text ProcedureRecord.
2012-07-19 W. Trevor KingImplement the plain-text HistoryRecord, RecreationRecor...
2012-07-19 W. Trevor KingSplit record handling into modules and implement Variab...
2012-07-17 W. Trevor KingWaveRecord now loads waves as WaveRecord.wave.
2012-07-17 W. Trevor KingAPI cleanup for binarywave (loadibw->load, move checksu...
2012-07-17 W. Trevor KingStub out packed experiment (.pxp) reading.
2012-07-17 W. Trevor KingAdd the test suite that's been driving today's changes.