Add AUTHORS (generated by update-copyright.py) to .gitignore.
[igor.git] / test /
2012-07-21 W. Trevor KingFixes to string/byte handling for Python 3 compatibility.
2012-07-21 W. Trevor KingAdd W_plrX5.data_units check to test-igorpy.py.
2012-07-20 W. Trevor KingAdd test-igorpy.py for testing igor.igorpy.
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.